You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing a thread if you click on the threads panel icon on the room header the thread panel will navigate back to the thread list view. Clicking on the thread panel icon should always toggle on/off the thread panel, not navigate back.
Thread list
The “Thread options” menu can’t be revealed, clicking on it takes you to the thread detail view.
Dropdown: Button hover transition. Button text color. Menu secondary text color. Menu padding. Menu hover status.
What is the button hover transition?
Limit the length of thread root message titles: line clamp (2 lines) and ellipsis.
Not possible as we can't fetch and sort threads that way from Synapse
The thread tile timestamp should match that of the latest reply. It means “last updated” rather than created.
Show pointer cursor when hovering.
The timestamp font size should be 12px.
Spacing between the reply count and the avatar of the latest reply should be 12px, instead of 8px.
The thread summary in the thread list should be separated by 8px from the the root message. 🔴 NOT FIXED YET It should be .mx_ThreadPanel_replies { margin-top: 8px; }
Empty state: Fix the broken layout for the case where the root message has been deleted. 🔴 NOT FIXED YET Please try creating a thread, then deleting the root message and check how it's rendered on the thread list.
The dropdown popover should be dismissed if clicking outside of it. 🔴 NOT FIXED YET It's still not being automatically dismissed. The user is still being required to act on the dropdown toggle button to dismiss it.
The thread tile hover background should be #F3F6FA. It's currently a mix of #F3F6FA on the top and #F6F7F8 on the bottom for some reason.
The timestamp color should be #737D8C (secondary color fo light theme).
No threads in room Empty state: Fix the spacing between blocks (Icon ↔ 24px ↔ Title ↔ 20px ↔ Description). Figma
No threads in room Empty state: Replace regular/straight quotes "" with typographical quotes“” for "Reply in thread" text. It should read “Reply in thread”.
The timestamp should be displayed below the avatar as in the room timeline, instead of taking up space on the right area. https://cloudup.com/cH8LKHcO3RK
Thread panel
The top right corner in the main container (white) should be round, not square.
Bottom padding should be 8px instead of 4px.
Right padding should be 8px.
The back button should read “All threads”, instead of “Back”. Figma
Fix header right padding.
The panel header should be always the same height, it currently differs depending if you're on the thread list or thread detail view.
Header overflow button icon.
What is the issue here?
persist the hover state of the message action bar for TileShape.ThreadPanel
The persisted hover state when the Thread options menu is revealed is not being applied to the top of the thread tile
Display e2ee shield under the user avatar, at the moment it's overlays the body
The thread summary container height should be 40px (as a result of adding 8px top and bottom padding to the 24px avatar)
Separate the thread summary by an additional 8px distance from the reactions container (e.g. using the adjacent sibling combinator .mx_ReactionsRow + .mx_ThreadInfo { margin-top: 8px; })
Apply the same line height of the reply excerpt to the reply count label, for better optical vertical alignment.
Spacing between the reply count and the avatar of the latest reply should be 12px, instead of 8px.
Implement the expected fluid width behavior. For example, by setting .mx_ThreadInfo { display: inline-flex; } rather than display: flex;.
Other
Don’t show a “Show threads” action in the Room Info panel.
The tooltip in the room timeline contextual actions should read “Reply in thread”, instead of just “Thread”
The text was updated successfully, but these errors were encountered:
Thread panel button
Thread list
.mx_ThreadPanel_replies { margin-top: 8px; }
""
with typographical quotes“”
for"Reply in thread"
text. It should read“Reply in thread”
.Thread detail
Thread panel
TileShape.ThreadPanel
Thread summary
.mx_ReactionsRow + .mx_ThreadInfo { margin-top: 8px; }
).mx_ThreadInfo { display: inline-flex; }
rather thandisplay: flex;
.Other
The text was updated successfully, but these errors were encountered: