-
-
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
Wmwragg/direct chat sublist #2028
Conversation
…nto a sound state, so the states can then change correctly from then on
…ng/unmuting etc. events from room tile up to sub list
…g when people read the outstanding notifications
…menu) is now tinted same colour as the section headers
…n they are stuck together
… on bottom stickies overscroll on matthews machine
…f hidden stuck headers should now work
…llbar and avatar menu
Can one of the admins verify this patch? |
|
||
// turn this on for drop & drag console debugging galore | ||
var debug = false; | ||
|
||
const TRUNCATE_AT = 6; |
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.
as per chat, suggest 10 rather than 6 in the absence of any "size to fit the available window height" logic
LGTM - this is lovely :D |
@matrixbot ok to test |
Looking at the failed checks, doesn't look like anything I've done. I ran them before I merged up from develop, should have run them after as well. Not sure how to fix |
It's failing on my machine as well |
for whatever reason the failed tests are on my branch, not yours. i don't know why it built the wrong branch. |
This should close #1884 . A companion branch matrix-org/matrix-react-sdk:wmwragg/direct-chat-sublist also needs to be merged.
Signed-off-by: William Wragg wm.wragg@gmail.com