Commit Graph

86 Commits (bf170e6e77c589b1118a7a69b83ae7e21d6a3963)

Author SHA1 Message Date
William Grant bf170e6e77 fix: fixed QuoteText type labels
show message not found in correct context
William Grant 23b6c9d25e feat: converted quote to styled components
William Grant 3249d2ff4c feat: converted quote author and text to styled components
William Grant 1d413a2f76 fix: moved QuoteIcon component into QuoteIconContainer
William Grant 1609ebfe32 feat: separated quote components
removed reference warning component since it is no longer needed
Audric Ackermann e48307e625 fix: avatar alignment with emojis
Audric Ackermann e5c6e34c86 fix: avatar alignement issue with message
Audric Ackermann d512a1a131 fix: various UI margins and dedup official sogs join
William Grant a8b8692016 fix: improved reaction alignment based on avatar visibility
tomobre 828f1923a0 fix: avatar at bottom, reacts with margin
William Grant 5b44565b5f Merge branch 'clearnet' into theming
William Grant b4828b141e verified MessageAuthor Text Colors
Audric Ackermann c75cf6e1af fix: UI for link previews when the image is too less than 200px
Audric Ackermann 51e03cf4e5 fix: rerender loop of react list modal
update redux related libraries
and update imports to use the RTK ones
William Grant d95bd47438 fix: link previews styling correction
William Grant 0f3a23779a Merge branch 'clearnet' into theming
William Grant 8fae1f979b feat: themed confirm and react modals
Audric Ackermann 1fb082917f fix: copy of login screen with password and setting screen
William Grant b3885bf9d9 Merge branch 'clearnet' into theming
Link previews are broken for now
William Grant c6af1a7468 feat: upgraded emoji-mart and added theme support
Audric Ackermann 72348d198e fix: read receipt on scrolling
Audric Ackermann f4c91d0c91 fix: link preview rendering
Audric Ackermann e62c1599a5 Merge branch 'clearnet' into feat-move-attachments-outside-messagebox
William Grant dd58d29450 feat: huge refactor of the quote styling for theming
Audric Ackermann d944379dd7 fix: update copy and clear account modal
William Grant 8b06ea88f9 feat: initial styling for audio player
William Grant e25a0dc5b2 feat: styled reactions
William Grant 0bb3035ebb feat: styled unread scroll, expire timer, last seen, click to trust
William Grant 3abd69a3ea feat: styled message bubbles, control messages and the session dropdown
Audric Ackermann dcf2f96c9f fix: address regression tests UI issues
William Grant 7e01c9f39a feat: fixed link preview and message details styling
William Grant 27e19f3afa feat: updated SessionIconButton to support themes
William Grant 831cdee0f1 feat: updated danger color setup
updated inbox color and added modal colors to SessionTheme
William Grant a54fb65d0b Merge branch 'theming' into theming_left_pane
William Grant 3c4fc8d919 Merge branch 'clearnet' into theming
Audric Ackermann 179f872679 fix: disable typing and message request on sogs without `write`
William Grant 772fe27b2b fix: compressed reactions shouldn't wrap, when expanded we show at most 10 reactions on a time
William Grant 9ee89fd099 feat: made more progress with left pane and left more comments
Audric Ackermann 17913697b9 Merge branch 'fix-link-preview-width-tiny' into feat-move-attachments-outside-messagebox
William Grant 131ee22099 Merge branch 'settings-redesign' into theming
William Grant 2d23d3d850 refactor: finished converting sass colors in _session.scss
moved react-contextify overwrites to styled compeonts, consolidated some grays and semanic colors, for rgba colors we need to set css variables with RGB values since nothing else is supported
William Grant df73b5dd33 fix: improved reaction popup positioning for tooltip and box
Audric Ackermann dab9428c02 fix: address PR reviews
Audric Ackermann d86d024a0a fix: link preview with image displayed horizontal rather than vertical
Audric Ackermann 30e3cb8755 feat: fix other types of messages now that there is no box around
Audric Ackermann 25f54a13ff
Merge pull request from yougotwill/sogs_poller_conflict_resolver
Opengroup Poller Reaction Conflict Resolution + Fixes
William Grant 3060ffd25a test: added tests for adding and updating sogs cache entries
updated idForLogging for opengroups to be more verbose, updated reaction method calls to use exported Reactions object
Audric Ackermann 7c80f9e233 feat: move attachments outside of the message box
Audric Ackermann 3fd6c570c7 fix: click on a link preview shows the dialog to open or copy url
Audric Ackermann a8c3463673 fix: set a min height for attachments preview so they cover their box
even if they are smaller that them

and close the replyTo in composition box on Escape press