-
-
Notifications
You must be signed in to change notification settings - Fork 833
Small delight tweaks to improve rough corners in the app #5418
Conversation
b8c91fd
to
a2958f8
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.
all looks really good, thanks, we'll iterate after more testing/as part of other issues
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.
otherwise lgtm
// the email anyways, and so we don't cause things to jump around. In | ||
// theory, the user would see the user pop up and think "ah yes, that | ||
// person!" | ||
const profile = await MatrixClientPeg.get().getProfileInfo(lookup.mxid); |
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.
You may want to discard results that arrive out of order - as-you-type searching can be a bit subtle to get right: there should be code to crib from elsewhere (we should probably make it a utility class or something).
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.
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.
ah yep, that should do it!
Fixes element-hq/element-web#9251
Fixes element-hq/element-web#14870
Fixes element-hq/element-web#12641
Fix left panel layout being wrong when filtering with 0 rooms
Fix room list join rooms prompt not showing up due to missing updates
Pass filter text when clicking explore/dm prompt
Iterate the filtering prompt
Update Room List filter copy
Tweak registration based on user feedback