Commit Graph

18 Commits (unstable)

Author SHA1 Message Date
William Grant 0f6d80b847 Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
William Grant 76e5260285 fix: set min height and width for unread acount for scroll button
single digits rendered weirdly
1 year ago
William Grant bc196286bc Merge branch 'unstable' into feat/ses-1560/unit-tests 1 year ago
Audric Ackermann 444e60ce89 fix: use 999+ for convo unread count, but 99+ for global one 1 year ago
Audric Ackermann 9ee3286f7a fix: share props type for SessionNotificationCount 1 year ago
Audric Ackermann 379ef2977a fix: cleanup PR and merge copy pasted component 1 year ago
Kee Jefferys b76ab7e9bf fix: update unread display 1 year ago
Ian Macdonald e57b608db9 feat: overlay the scroll-to-end-of-convo button with the unread message count 1 year ago
William Grant a098638bc0 refactor: remove unnecessary react imports
you don't need it from react 17
1 year 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+ 3 years ago
Audric Ackermann 0ba0abfcdc fix: padding with only one digit in unread notification count 3 years ago
William Grant bc76cf6b33 fix: qa feedback - fixed count overflow styling in notificationCount 3 years ago
William Grant 5c52b3ebc8 fix: qa feedback - moved unread notification count to the right and updated style to match mockup 3 years ago
William Grant cf8a66a82b fix: resolved all outstanding theming todos 3 years ago
William Grant 2cb7e72f68 feat: starting theming work on left pane and commented on areas that will need to be fixed 3 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
3 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