-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(draggableTabs): Add query count and tab menu button (#75114)
closes #73224 This PR adds the query count and tab dropdown and button to the draggable tabs component. These changes are purely visual, no functionality for the dropdown menu options have been implemented. <img width="460" alt="image" src="https://github.com/user-attachments/assets/b22ff7d8-be53-432d-8232-a12f5db7709e"> As an added bonus, I also have cleaned up the DraggableTabList and DraggableTab components so that they are a lot more generic than the previous implementation of this feature Known Issues: - Dragging a tab to the left makes it disappear into the overflow menu for some reason - Hovering over the elements in the dropdown menu causes the tab itself to increase in opacity as if its being hovered over. Clicking on an option in the dropdown menu also increases the opacity of the tab
- Loading branch information
1 parent
138abac
commit f68aa36
Showing
6 changed files
with
270 additions
and
116 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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.