-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move search into inserter tabs #61108
Changes from 15 commits
96cfa63
f485c1b
94afb1c
93f8f86
d203d3e
8fda50f
dcd15b7
dab64f4
d6caacb
cf0e71c
6e9b42f
4b126ef
1de6dfd
429a0d7
eec8797
affc8af
489d6a1
5d7340c
ca00872
0b1e2fb
3044f5f
521b732
fbd8901
020277c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These changes add the no results message when the panel is empty. Disappearing UI is not good when assistive tech is used as it causes a different tab stop order. Having the tabs always show - even if empty - is more predictable but it needs a no results state. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These changes add the no results message when the panel is empty. Disappearing UI is not good when assistive tech is used as it causes a different tab stop order. Having the tabs always show - even if empty - is more predictable but it needs a no results state. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change set does multiple things:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
But it introduces breaking changes in the API, like @mattsherman mentioned in this issue. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change removes optionally hiding tabs if they're empty. This makes them always show. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes add the no results message when the panel is empty. Disappearing UI is not good when assistive tech is used as it causes a different tab stop order. Having the tabs always show - even if empty - is more predictable but it needs a no results state.