Commit Graph

14 Commits (f7d574ce20c21bc523584d7d99d88623fc4dc40c)

Author SHA1 Message Date
Audric Ackermann 444e60ce89 fix: use 999+ for convo unread count, but 99+ for global one 2 months ago
Audric Ackermann 9ee3286f7a fix: share props type for SessionNotificationCount 2 months ago
Audric Ackermann 379ef2977a fix: cleanup PR and merge copy pasted component 2 months ago
Kee Jefferys b76ab7e9bf fix: update unread display 2 months ago
Ian Macdonald e57b608db9 feat: overlay the scroll-to-end-of-convo button with the unread message count 2 months ago
William Grant 40f86116d6 fix: unread messages count styling in actions panel 2 years ago
Audric Ackermann 0b9f1a494a fix: allow 99 unread count before going to 99+ 2 years ago
Audric Ackermann 0ba0abfcdc fix: padding with only one digit in unread notification count 2 years ago
William Grant bc76cf6b33 fix: qa feedback - fixed count overflow styling in notificationCount 2 years ago
William Grant 5c52b3ebc8 fix: qa feedback - moved unread notification count to the right and updated style to match mockup 2 years ago
William Grant cf8a66a82b fix: resolved all outstanding theming todos 2 years ago
William Grant 2cb7e72f68 feat: starting theming work on left pane and commented on areas that will need to be fixed 2 years ago
Audric Ackermann e17b5e0671
Fix attachment dl freeze (#2086)
* fix attachment download freezing app for some opengroups

* make registration page work with smaller height
2 years ago
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder (#2072)
* refactor most of the components to outside of their Session folder

* finish moving overlay and memberListItem to react hook

* fix bug with kicked member len >2 not being displayed

also sort admins first in UpdateGroupMembers dialog

* fix admin leaving text of groupNotification

* add a useFocusMount hook to focus input fields on mount

* make click avatar convo item open only user dialog

* cleanup config default.json

* make sure to use convoController to build sync message

* disable showing pubkey on opengroups

* add a pause on audio playback

Fixes #2079
3 years ago