Commit Graph

1027 Commits

Author SHA1 Message Date
William Grant c6af1a7468 feat: upgraded emoji-mart and added theme support 2022-09-30 13:55:38 +10:00
William Grant dd58d29450 feat: huge refactor of the quote styling for theming 2022-09-29 11:33:03 +10:00
William Grant 8b06ea88f9 feat: initial styling for audio player 2022-09-28 17:15:06 +10:00
William Grant e25a0dc5b2 feat: styled reactions 2022-09-28 15:51:38 +10:00
William Grant 0bb3035ebb feat: styled unread scroll, expire timer, last seen, click to trust 2022-09-28 14:32:18 +10:00
William Grant 3abd69a3ea feat: styled message bubbles, control messages and the session dropdown 2022-09-28 14:19:10 +10:00
William Grant 1350623406 feat: Restyled conversation elements and the file dropzone 2022-09-27 15:38:56 +10:00
William Grant 7e01c9f39a feat: fixed link preview and message details styling 2022-09-27 14:40:46 +10:00
William Grant e5bfda37af feat: primary color switching now persists
fixed isDarkMode, will need to confirm when we add ocean themes
2022-09-26 15:52:31 +10:00
William Grant edefa21a2b feat: we can now toggle to the classic dark theme
fixed ocean dark colors and updating theme setting logic
2022-09-26 12:04:53 +10:00
William Grant 27e19f3afa feat: updated SessionIconButton to support themes 2022-09-19 16:34:36 +10:00
William Grant 58675d89d1 feat: update conversation and right panel colors and border 2022-09-19 11:07:59 +10:00
William Grant 831cdee0f1 feat: updated danger color setup
updated inbox color and added modal colors to SessionTheme
2022-09-16 14:47:22 +10:00
William Grant a54fb65d0b Merge branch 'theming' into theming_left_pane 2022-09-16 13:52:54 +10:00
William Grant 3c4fc8d919 Merge branch 'clearnet' into theming 2022-09-16 13:47:38 +10:00
William Grant 5ab28bb60e refactor: rename SessionButton2 to SessionButton and remove old version 2022-09-16 13:43:49 +10:00
William Grant 87b66794ed feat: updated all session buttons to use new button
small style fixes and sass cleanup
2022-09-16 13:39:19 +10:00
William Grant 9876e8824c feat: settings page now uses new session button 2022-09-15 13:11:15 +10:00
Audric Ackermann 179f872679 fix: disable typing and message request on sogs without `write` 2022-09-15 12:03:21 +10:00
William Grant 772fe27b2b fix: compressed reactions shouldn't wrap, when expanded we show at most 10 reactions on a time 2022-09-15 11:00:47 +10:00
William Grant 9ee89fd099 feat: made more progress with left pane and left more comments 2022-09-12 16:36:30 +10:00
William Grant 6cd81e06f2 Merge branch 'ui-redesigns' into theming 2022-09-12 16:31:13 +10:00
Audric Ackermann 3ffc470c40 fix: address reviews comment 2022-09-12 16:02:09 +10:00
Audric Ackermann 1d45aa6f45 fix: show loading spinner while sogs is fetching initial messages 2022-09-08 16:26:43 +10:00
Audric Ackermann e464d6c573 Merge branch 'settings-redesign' into feature-menu-redesign 2022-09-08 10:55:31 +10:00
Audric Ackermann 0eac74dd07 Merge branch 'dev' into menu-redesign 2022-09-07 15:03:30 +10:00
William Grant e298f6820c Merge branch 'settings-redesign' into theming 2022-09-07 10:20:31 +10:00
Audric Ackermann 3915e946b4 Merge branch 'clearnet' into settings-redesign 2022-09-07 10:15:03 +10:00
William Grant e8d9676e94 fix: fixed reaction text alignment in the react list modal
this is pretty nuanced, when we have flex nowrap the descendants can be squished so we have to force no wrapping
2022-09-06 17:05:44 +10:00
William Grant 131ee22099 Merge branch 'settings-redesign' into theming 2022-09-06 09:23:39 +10:00
Audric Ackermann 55365f817d Merge remote-tracking branch 'upstream/clearnet' into settings-redesign 2022-09-05 17:21:21 +10:00
Audric Ackermann b9cccfc2a8 feat: open convo a session sogs when joined from the UI 2022-09-05 16:31:14 +10:00
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
2022-09-05 15:09:02 +10:00
William Grant db951a4128 refactor: finished converting sass colors in _session_slider.scss
consolidated transparent and gray colors, success color should be dropped to text color in future
2022-09-05 11:45:36 +10:00
William Grant 691b567916 Merge branch 'settings-redesign' into theming 2022-09-02 10:16:02 +10:00
William Grant df73b5dd33 fix: improved reaction popup positioning for tooltip and box 2022-09-01 16:29:17 +10:00
William Grant 8879893798 fix: wrap reactors list in popup so we don't have overflow 2022-09-01 15:48:25 +10:00
William Grant 243f07858e fix: others text in reaction popup on light theme should be black 2022-08-31 17:45:29 +10:00
Audric Ackermann 25f54a13ff
Merge pull request #2454 from yougotwill/sogs_poller_conflict_resolver
Opengroup Poller Reaction Conflict Resolution + Fixes
2022-08-31 16:56:52 +10:00
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
2022-08-30 17:18:22 +10:00
Audric Ackermann 3fd6c570c7 fix: click on a link preview shows the dialog to open or copy url 2022-08-29 17:49:34 +10:00
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
2022-08-29 15:59:20 +10:00
Audric Ackermann e125979b7a fix: disable having some corner large and small for message bubbles 2022-08-29 15:19:41 +10:00
Audric Ackermann 98ea07a361 fix: right margin on body shorted than author name 2022-08-26 15:40:21 +10:00
William Grant 8b8be7a45d Merge branch 'clearnet' into reactions_fixes 2022-08-26 14:40:53 +10:00
William Grant 7a80e18327 fix: improved react popup localisation, review fixes 2022-08-26 14:39:57 +10:00
Audric Ackermann a61d549466
Merge pull request #2438 from Bilb/fix-rounded-border-messages
fix: rounded corners around messages
2022-08-26 13:34:41 +10:00
Audric Ackermann 7e32880ab0 fix: use js variables instead of css variables for Message corners 2022-08-26 13:24:57 +10:00
William Grant 80d726659c Merge branch 'clearnet' into reactions_fixes 2022-08-26 13:23:54 +10:00
William Grant 05b7bdb956 fix: show correct count value for open group reactions 2022-08-25 17:23:26 +10:00