This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code Insights: Improve dashboard select UI (#43029)
* Refactor Popover UI - Add aria attribute to the popover trigger - Fix problem with return focus to target - Remove legacy RAF schedule call in tether - Add new hook API for exposing popover state * Fix Combobox UI - Fix group option layout - Fix scroll into view logic (add scroll into center functionality) * Connect forward ref and truncated text element * Make all dashboard names unique * Refactor DashboardSelect UI (use combobox + popover over the reach ui listbox) * Remove legacy dashboard select UI components * Remove @reach/listbox styles from the main style entry * Fix dashboard content import * Fix combobox popover close logic * Fix dashboard page unit tests * Update dashboard select story * Fix unit tests of UI components that use popover UI * Update feedback prompt unit tests * Fix chart tooltip return to target logic * Fix insight integration tests (dashboard select selectors) * Fix layout and dashboard option selectors * Bring back async tether scheduling * Fix jest snapshots * Remove reach ui listbox package
- Loading branch information
1 parent
2a7215e
commit 05b188c
Showing
31 changed files
with
601 additions
and
609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.