-
-
Notifications
You must be signed in to change notification settings - Fork 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
Create room threads list view #18957
Labels
Milestone
Comments
@janogarcia to add the "empty list" design to this issue once they are ready |
Palid
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Oct 14, 2021
Implement element-hq/element-web#18957 following requirements: * Create a new right panel view to list all the threads in a given room. * Change ThreadView previous phase to be ThreadPanel rather than RoomSummary * Implement local filters for My and All threads In addition: * Create a new TileShape for proper rendering requirements (hiding typing indicator) * Create new timelineRenderingType for proper rendering requirements
matrix-org/matrix-react-sdk#6904 does not fully close this issue, as Closing this one as finished. |
Closing as last requirement is tracked as part of #19396 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Design
Figma file: Flow – Viewing the thread list
Requirements
ThreadView
previous phase to beThreadPanel
rather thanRoomSummary
This view will for now only be fed with data loaded on the client. This will evolve in future iterations but is out of scope for this ticket
The text was updated successfully, but these errors were encountered: