Commit Graph

26 Commits (70d83c1b7ef60ee0a7e198be158ccff321dadc9a)

Author SHA1 Message Date
William Grant 48fe7b4faa fix: resolve outstanding react-use imports 11 months ago
William Grant 1b6abb8b59 feat: restrict importing useMount from react-use directly
it causes app start crashes
12 months ago
William Grant 97cd21a77e Merge branch 'unstable' into feat/ses-899/user_profile_poll 1 year ago
Audric Ackermann cef59be005 fix: ellipsis on name rather than pubkey
also cleaned up our contexts a little bit
1 year ago
William Grant 4774c8a669 fix: consolidate isDetailView into one type called hasDetailView
which we import in various components
1 year ago
William Grant a098638bc0 refactor: remove unnecessary react imports
you don't need it from react 17
1 year ago
William Grant aea4fd7ad9 Merge branch 'userconfig_disappearingmessage' into feature/ses-558/more-message-information 1 year ago
Audric Ackermann 615722434b feat: merge expiring stopwatch and messagestatus together 2 years ago
William Grant 461a23337f fix: alignment message correctly in detail view 2 years ago
William Grant 1d7380a254 refactor: rename expirationLength
to expirationDurationMs
2 years ago
William Grant f9b0ead150 fix: expiretimer now uses a ternary operator 2 years ago
William Grant ca7983caac fix: align expire timers with the member avatars
in groups
2 years ago
William Grant 31c0b9ec70 fix: timer position for GenericReadableMessages
still need to do other messages
2 years ago
William Grant d7e296841e fix: remove alignment from ExpirableReadableMessage
improved alignment of timer by moving into the MessageContentWithStatus
2 years ago
William Grant 2a05185138 Merge branch 'unstable' into userconfig_disappearingmessage 2 years ago
William Grant 0e0984748a fix: timer direction appears correctly on messages 2 years ago
William Grant 33a6380683 fix: more lint issues 2 years ago
Audric Ackermann b5f85e029e test: fix integration tests except disappearing message one 2 years ago
Audric Ackermann 9a7ef4d373 Merge branch 'unstable' into userconfig_disappearingmessage 2 years ago
William Grant 5d4238a3d8 feat: created getMessageExpirationProps selector and used in ExpirableReadableMessage
this stops us passing props down from the child components of ExpirableReadableMessage
2 years ago
William Grant a50ea95bf3 fix: fixed timer alignment once and for all 2 years ago
William Grant 42356b0d60 fix: duplicate timer update messages 2 years ago
William Grant 5c697572a7 feat: Call Notifications now expire properlly
include the direction in the expiration props, setting the start timer doesnt directly update the model
2 years ago
William Grant f36bbb9c7c feat: group invitiations now disappear 2 years ago
William Grant 2d6d6b4134 feat: moved PropsForExpiringMessage to state ducks 2 years ago
William Grant 513f94cb25 feat: extracted expiry logic from the GenericReadableMessage to a new component
This allows use to use the expiry logic for different visible messages not just generic ones
2 years ago