Commit Graph

148 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 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 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
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 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
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 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 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 7e32880ab0 fix: use js variables instead of css variables for Message corners 2022-08-26 13:24:57 +10:00
William Grant 05b7bdb956 fix: show correct count value for open group reactions 2022-08-25 17:23:26 +10:00
Audric Ackermann 98b1302589 fix: rounded corners around messages
looks like node-sass tries to be too clever
2022-08-25 13:40:47 +10:00
William Grant 4889cb5b32 fix: ReactionList Senders is now an array since we want to handle opengroup reactions separately
we no longer need the messagehash and server id for rendering reactions in the UI, ignore reactions using the outdated type
2022-08-25 13:33:49 +10:00
Audric Ackermann 866527de17 fix: make sure a double click on the picker does not trigger reply msg 2022-08-23 10:37:29 +10:00
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2022-08-22 16:40:14 +10:00
Audric Ackermann 6f4b70e650 fix: allow non admin mods to delete message for deletion 2022-08-09 14:37:18 +10:00
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2022-08-08 09:50:48 +10:00
Ian Macdonald aeb5caf921
Trim leading and trailing whitespace on message composition and display. 2022-06-04 16:56:30 +02:00
Audric Ackermann 19decad766
fix: send read receipt when settings ON and window focused 2022-05-19 16:28:31 +10:00
Audric Ackermann ec76057c5e
Merge integration test (#2313)
* Testing playwright for Desktop automation

* add more data-testid field

* remove commited test-results

* test: skip group upkeep for now

* test: mention test create group instead of restoring from seed

* test: run on testnet

* fix: revert messagebanner unread count changes

from commit 8107d75e89

Co-authored-by: Emily <emily@oxen.io>
2022-05-17 13:22:13 +10:00
Audric Ackermann bfb33d14c5
Merge pull request #2269 from Bilb/get-initials-skip-non-alphabet-chars
Get initials skip non alphabet chars
2022-04-27 13:53:33 +10:00
Audric Ackermann a115d385dd
merge linkify component to messagebody as this is the only one using it 2022-04-27 13:40:00 +10:00
Audric Ackermann cae4d46492
allow to save attachments even if there is multiple of them
This is a bit dirty for now

Relates #2229
2022-04-27 12:18:45 +10:00
Audric Ackermann 3cfcf128a5
Merge remote-tracking branch 'upstream/master' into node-side-in-ts 2022-04-20 15:32:05 +10:00
Audric Ackermann 01bb200b24
reduce number of commits during opengroup handling of message 2022-04-13 16:51:53 +10:00