Commit Graph

13 Commits (1d9279c79c7c031a76b60f82f2c1915048e94e4e)

Author SHA1 Message Date
Audric Ackermann 1d9279c79c chore: merge conversation selectors into a single file
as the circular dependency was causing a createSelector called with
undefined issue on startup without user loggedin
2 years ago
Audric Ackermann 4637f4609a Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage 2 years ago
William Grant 992d3d34e4 fix: mispell of ConversationHeaderSubtitle 2 years ago
William Grant 2fbee2197a fix: checking the subtitle array without casting as bool will produce a string in react 2 years ago
William Grant dd40fba132 fix: remove panel-settings panel mode since it is not needed 2 years ago
William Grant a10822bc74 feat: improved robustness of changing the conversation header subtitle
the previous logic relied on the length of the subtitles array which didn't account for when it changed depending on the conversation we were on
2 years ago
William Grant a1a3d68e45 feat: added data test ids 2 years ago
William Grant 8c345cede0 fix: added onclick function to subtitle
fixed opening correct settings option depending on header option displayed
2 years ago
William Grant afaaedac3e feat: added proper note to self support
note to self is always delete after send
2 years ago
William Grant 157ec74cc1 feat: improved conversation header title 2 years ago
William Grant a1e956b3a9 feat: made the conversation header subititle into its own component 2 years ago
William Grant 64ce39398b feat: conversationHeaderTitle is now keyboard accessible
SessionIconButton is now keyboard accessible if a tabIndex is set to > -1
2 years ago
William Grant 4dbbada728 feat: added notice banner component
show notice when conversation is in legacy mode, extracted some UI components from the ConversationHeader, updated featureReleaseTimestamp
2 years ago