-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New room list: move secondary filters into primary filters #29972
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
New room list: move secondary filters into primary filters #29972
Conversation
6f8464d
to
e64358f
Compare
bdf32c9
to
4f58ab3
Compare
4f58ab3
to
c8dd9f2
Compare
94abbcd
to
dfe221e
Compare
dfe221e
to
13c081e
Compare
13c081e
to
f923f54
Compare
f923f54
to
58aaa51
Compare
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.
The cell height should be 48px. I wonder why the screenshot height was 49px since the cell is untouched in this PR (and its 48px on develop).
I suspect a playwright shenanigan
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.
I guess fractional pixel shifts again
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.
On the plus side, this is a lot less code.
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.
I guess fractional pixel shifts again
https://build.opensuse.org/request/show/1282724 by user dheidler + dimstar_suse - Version 1.11.102 ## ✨ Features * EW: Modernize the recovery key input modal (element-hq/element-web#29819). Contributed by @uhoreg. * New room list: move secondary filters into primary filters (element-hq/element-web#29972). Contributed by @florianduros. * Prompt the user when key storage is unexpectedly off (element-hq/element-web#29912). Contributed by @andybalaam. * New room list: move sort menu in room list header (element-hq/element-web#29983). Contributed by @florianduros. * New room list: rework spacing of room list item (element-hq/element-web#29965). Contributed by @florianduros. * RLS: Remove forgotten room from skiplist (https://github.com/elemen
https://build.opensuse.org/request/show/1282787 by user dheidler + dimstar_suse - Version 1.11.102 ## ✨ Features * Support build-time specified protocol scheme for oidc callback (element-hq/element-desktop#2285). Contributed by @t3chguy. * EW: Modernize the recovery key input modal (element-hq/element-web#29819). Contributed by @uhoreg. * New room list: move secondary filters into primary filters (element-hq/element-web#29972). Contributed by @florianduros. * Prompt the user when key storage is unexpectedly off (element-hq/element-web#29912). Contributed by @andybalaam. * New room list: move sort menu in room list header (element-hq/element-web#29983). Contributed by @florianduros. * New room list: rework spacing of room list item (https
…q#29972) * feat: move secondary filters into primary filters in vm * test: update room list view model tests * feat: remove secondary filter menu * test: update and remove secondary filter component tests * feat: update i18n * test: update remaining tests * test(e2e): update screenshots and tests * feat: add new cases for empty room list * test(e2e): add more tests for empty room list for new primary filters
Task https://github.com/element-hq/wat-internal/issues/204
Figma
This PR moves the mention and invitation secondary filters into the primary filters. The secondary filter menu is removed.
In an incoming PR, the primary filter list will be collapsible (see Figma).