-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: add search section #29251
New room list: add search section #29251
Conversation
ecc302f
to
92200e2
Compare
a172c6e
to
cc3fd00
Compare
cc3fd00
to
0d789f7
Compare
0d789f7
to
2145fb7
Compare
2145fb7
to
7e3f992
Compare
d530480
to
02a30d5
Compare
02a30d5
to
ebe5837
Compare
7f9956d
to
45f2f61
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.
span { | ||
display: flex; | ||
justify-content: space-between; |
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.
can we not use our semantic Flex
component instead?
@t3chguy The "responsiveness" of the new room list is still in discussion. We don't have visual and spec yet. We can add it later, the new room list is behind a labs flag |
FYI, I opened #29259 to get rid of |
…h-component' into florianduros/new-room-list/search-component
Checklist
public
/exported
symbols have accurate TSDoc documentation.Task https://github.com/element-hq/wat-internal/issues/204
Figma design
This PR adds the search section of the new room list.
RoomListView
intosrc/components/views/rooms/RoomListView
folder. We will have many components for the new room list and we can put them in a dedicated folder.focus_room_filter
is fired. Behaviour in legacy/current room list:element-web/src/components/structures/RoomSearch.tsx
Lines 25 to 43 in 03a5ee1
User interactions
Screen.Recording.2025-02-13.at.10.48.55.mov