William Grant
7380d0f650
fix: pr review - move WrappedToastContainer outside of SessionToastContainerPrivate to prevent rerendering
3 years ago
William Grant
2cf8854a25
fix: pr review - removed unnecessary & from placeholder styling on SessionHeaderSearchInput
3 years ago
Audric Ackermann
53c57efb89
Merge pull request #2525 from Bilb/fix-displayname-use-bytes
...
fix: displayName allowed length based on bytes rather than char
3 years ago
William Grant
03d8f39677
fix: pr review - added theme and primaryColor to window type
3 years ago
William Grant
bc325a6ffe
fix: resolved unread notification and mentiond colors
3 years ago
William Grant
36d38bd2ed
fix: pass yarn ready
3 years ago
William Grant
07f2fcabd4
fix: make sure password window has primary color set
3 years ago
William Grant
5b44565b5f
Merge branch 'clearnet' into theming
3 years ago
William Grant
557c2b8d28
feat: classic-dark is now the default theme
3 years ago
William Grant
1d956535b8
feat: themed all of the call ui
3 years ago
Ian Macdonald
ca3da7a603
Set the Windows spell-checking language from $LANGUAGE.
...
Session on Windows wants to spell-check using American English, no
matter what I do. This seems to be because it wrongly assumes my locale
to be `en-US`, when it is actually `en-GB`.
```
"spellcheck: setting languages to: [\"en-US\"]","time":"2022-10-10T19:19:09.216Z"
```
With this patch, Windows will use `$LANGUAGE`, if set, to determine the
language to be used for spell-checking.
Linux is unaffected by this patch and will correctly infer the
spell-checking language from `$LANG`.
Create a .bat file and start Session from this:
```
@echo off
set LANGUAGE=en-GB
"C:\Users\ian\AppData\Local\Programs\Session\Session.exe" --lang=en-GB
```
Note that the use of `--lang=<language>` above sets only the Session UI
language, not the spell-checker language.
This is a partial fix for #2013 , specifically [this comment](https://github.com/oxen-io/session-desktop/issues/2013#issuecomment-998679090 ):
3 years ago
William Grant
99ff6243ed
fix: the color mode button must not reset the primary color
3 years ago
William Grant
cf8a66a82b
fix: resolved all outstanding theming todos
3 years ago
William Grant
1f7e956801
fix: made --message-link-preview-background-color global
3 years ago
William Grant
456a386cfa
feat: added text selection color to themes
3 years ago
William Grant
70f2330ae5
feat: moved remaning old theme globals to new globals
3 years ago
William Grant
a5a48e0ae7
fix: updated avatar border color
3 years ago
William Grant
948a531eed
feat: more cleanup and added grey to COLORS
3 years ago
William Grant
a33e0345aa
fix: outline button colors in dark themes
3 years ago
William Grant
43f8c66801
fix: more sass cleanup
3 years ago
William Grant
9062d2c609
feat: removed old themes and switching functions
3 years ago
Audric Ackermann
74b706d121
Merge pull request #2534 from Bilb/add-settings-audio-notifications
...
Add support for audio notifications Windows/MacOS/Linux
3 years ago
Audric Ackermann
4271e66fb6
feat: add custom sound for notification so it works for Linux too
3 years ago
Audric Ackermann
f2c8d8e027
fix: display "X active members" for communities in convo header
3 years ago
William Grant
4758fdc64a
fix: move primary color switching into theme switching
3 years ago
William Grant
8135c2a861
fix: make cleaner defaults for switchThemeTo function
3 years ago
William Grant
b777d0bcd1
feat: the primary color is now reset when changing themes
...
refactored theme and primary color switching functions
3 years ago
William Grant
177e2df768
feat: consolidated theme switching code
3 years ago
William Grant
d0bd983ee3
fix: updated theme imports
3 years ago
William Grant
32a6c921c2
feat: ocean light and dark use new system
3 years ago
William Grant
8c97cbcafa
feat: global variables and classic light and dark use new system
3 years ago
William Grant
2f0e993af3
feat: moved constants into a constants folder
3 years ago
William Grant
13efc85d5a
feat: verified signin and registration pages
3 years ago
William Grant
b4828b141e
verified MessageAuthor Text Colors
3 years ago
William Grant
6956cf6253
feat: updated menu button hover color for ocean dark
...
added new color to ocean dark color palette
3 years ago
Audric Ackermann
1ce8fd5979
fix: make circular buffer not recreate an array on each overflow
3 years ago
William Grant
692ebd3e47
feat: updated theming for search bars
3 years ago
William Grant
f6bd149def
feat: added disabled colors and updated buttons
3 years ago
Audric Ackermann
24af2dabfb
fix: remove usused onReadMessage method
3 years ago
Audric Ackermann
c617976be0
test: added tests for RingBuffer & sogsRollingDeletions
3 years ago
Audric Ackermann
ad03fbd497
fix: skip recent deleted message empty react changes
3 years ago
Audric Ackermann
0cc7994c12
fix: speed up expiration/deletion of messages by batching updates in UI
3 years ago
Audric Ackermann
ad22482274
fix: add toast on rate limit hit for reactions
3 years ago
Audric Ackermann
c4fcac7ddf
feat: add support for audio notifications windows/macOS
3 years ago
Audric Ackermann
8d946da490
fix: click on toast does not close dialogs
3 years ago
Audric Ackermann
4e913f1439
fix: displayName allowed length based on bytes rather than char
3 years ago
William Grant
5a0928cb17
feat: themed scroll and zoom bars
3 years ago
Audric Ackermann
e2c3ccef84
Merge pull request #2539 from Bilb/add-toast-react-rate-limit
...
fix: add toast on rate limit hit for reactions
3 years ago
Audric Ackermann
135b9cf34d
fix: add toast on rate limit hit for reactions
3 years ago
Audric Ackermann
c75cf6e1af
fix: UI for link previews when the image is too less than 200px
3 years ago
Audric Ackermann
1fbeb9fa5f
Merge pull request #2538 from Bilb/fix-ui-issues
...
fix: selected message box shadow and hide button while loading DB
3 years ago
Audric Ackermann
460cbce119
fix: selected message box shadow and hide button while loading DB
...
also fix about/debug window first showing
3 years ago
William Grant
48cbd25019
feat: startup password screen now uses password modal
3 years ago
William Grant
0d10667d6e
feat: updated settings password modal
3 years ago
Audric Ackermann
ea35399e5b
Merge pull request #2531 from Bilb/fix-rerenders-reactListModal
...
fix: rerender loop of react list modal
3 years ago
Audric Ackermann
51e03cf4e5
fix: rerender loop of react list modal
...
update redux related libraries
and update imports to use the RTK ones
3 years ago
Audric Ackermann
b30499568f
fix: copy of in various dialogs
3 years ago
William Grant
d95bd47438
fix: link previews styling correction
3 years ago
William Grant
0f3a23779a
Merge branch 'clearnet' into theming
3 years ago
William Grant
64e59921a9
feat: themed password window
3 years ago
William Grant
1e9aa04747
feat: added theming to the debug log page
3 years ago
William Grant
adf370997e
feat: added theming to the about page
3 years ago
William Grant
59e29a38d4
feat: themed toasts
3 years ago
William Grant
a0b8a31d8e
fix: primary color selecter now show outline correctly
3 years ago
William Grant
8fae1f979b
feat: themed confirm and react modals
3 years ago
William Grant
dda9067e01
feat: theme editprofile, onion status and seed modals
...
styled qr code and cleanup
3 years ago
William Grant
a47e96ca34
feat: themed modal colors and making progress through different dialogs
...
styled inputs in modals, fixed member list item and radio button styling, fixed some borders
3 years ago
William Grant
de7d0f2bdb
feat: themed lightbox
3 years ago
William Grant
4762dd2508
feat: themed CompositionBox and related components
3 years ago
Audric Ackermann
1fb082917f
fix: copy of login screen with password and setting screen
3 years ago
Audric Ackermann
3788f5a4d5
Merge pull request #2488 from Bilb/message-request-include-profile
...
Profile in messageRequest
3 years ago
William Grant
b3885bf9d9
Merge branch 'clearnet' into theming
...
Link previews are broken for now
3 years ago
Audric Ackermann
4ed837e57e
fix: add test for MessageRequestResponse outgoing message
3 years ago
Audric Ackermann
84f2ce777a
fix: include profile in message request response
3 years ago
William Grant
c6af1a7468
feat: upgraded emoji-mart and added theme support
3 years ago
Audric Ackermann
72348d198e
fix: read receipt on scrolling
3 years ago
Audric Ackermann
c22d7c2367
Merge branch 'clearnet' into mark-all-as-read-optimization
3 years ago
Audric Ackermann
f4c91d0c91
fix: link preview rendering
3 years ago
Audric Ackermann
e62c1599a5
Merge branch 'clearnet' into feat-move-attachments-outside-messagebox
3 years ago
Audric Ackermann
67817c516f
fix: typing message trigger ui refresh
...
also do not mark a conversation as trusted for attachment when getting
messagerequest response
3 years ago
Audric Ackermann
cec368b38e
Merge pull request #2515 from Bilb/menu-redesign-ui-changes
...
Menu + settings redesign UI changes
3 years ago
Audric Ackermann
95189397e8
fix: UI for app start password prompt
3 years ago
Audric Ackermann
2010fa89f5
test: fix integration tests
3 years ago
William Grant
dd58d29450
feat: huge refactor of the quote styling for theming
3 years ago
Audric Ackermann
d944379dd7
fix: update copy and clear account modal
3 years ago
William Grant
8b06ea88f9
feat: initial styling for audio player
3 years ago
William Grant
e25a0dc5b2
feat: styled reactions
3 years ago
William Grant
72cab10d6b
feat: update moon icon
3 years ago
William Grant
0bb3035ebb
feat: styled unread scroll, expire timer, last seen, click to trust
3 years ago
William Grant
3abd69a3ea
feat: styled message bubbles, control messages and the session dropdown
3 years ago
Audric Ackermann
dcf2f96c9f
fix: address regression tests UI issues
3 years ago
Audric Ackermann
ffc7ed0b32
fix: aply latests UI tweaks and copy for menu-redesign
3 years ago
William Grant
1350623406
feat: Restyled conversation elements and the file dropzone
3 years ago
William Grant
7e01c9f39a
feat: fixed link preview and message details styling
3 years ago
William Grant
ea95f78c5a
feat: updated colors context menu
3 years ago
William Grant
452991cd4a
feat: ocean dark theme is now working
...
lets not forget to push this time
3 years ago
William Grant
5931c3051b
feat: ocean light theme is now working
3 years ago
William Grant
e5bfda37af
feat: primary color switching now persists
...
fixed isDarkMode, will need to confirm when we add ocean themes
3 years ago
William Grant
e14f4832aa
feat: added primaryColor to the redux store
3 years ago
William Grant
7e29e18a56
feat: can now switch the primary color
3 years ago
William Grant
8394ae25a7
fix: session button hover color fixed
3 years ago
William Grant
e575bed6ea
feat: added sun icon for light color mode
...
renamed SectionType Moon to ColorMode
3 years ago
William Grant
edefa21a2b
feat: we can now toggle to the classic dark theme
...
fixed ocean dark colors and updating theme setting logic
3 years ago
William Grant
976d11af38
fix: improved stlying for settings heading items
3 years ago
William Grant
59f82a165b
feat: finished styling convesation category
...
including block list, added quick link to github release
3 years ago
William Grant
27e19f3afa
feat: updated SessionIconButton to support themes
3 years ago
William Grant
7cf9d2f05c
feat: updated session toggle styling
3 years ago
William Grant
0ab882ec86
feat: updated styling for setting list items
3 years ago
William Grant
060cbd3bbf
feat: added proper theming to password popup
...
cleaned up redundant session label options
3 years ago
William Grant
a26cbdf4c7
feat: styled settings background and password box
3 years ago
William Grant
2262e7dc77
feat: created color variable for session text logo
3 years ago
William Grant
c51b7bb051
fix: Message Requests title overflow
3 years ago
William Grant
f4483c8ba4
feat: updated conversation and group panel colors
3 years ago
William Grant
58675d89d1
feat: update conversation and right panel colors and border
3 years ago
William Grant
0f57c6f244
feat: styled conversation header and composition box
3 years ago
William Grant
073a41b6aa
feat: updated calls UI
...
except for background color, waiting on designs
3 years ago
William Grant
a63cc811ee
feat: updated toasts to support theming
3 years ago
William Grant
831cdee0f1
feat: updated danger color setup
...
updated inbox color and added modal colors to SessionTheme
3 years ago
William Grant
a54fb65d0b
Merge branch 'theming' into theming_left_pane
3 years ago
William Grant
3c4fc8d919
Merge branch 'clearnet' into theming
3 years ago
William Grant
5ab28bb60e
refactor: rename SessionButton2 to SessionButton and remove old version
3 years ago
William Grant
87b66794ed
feat: updated all session buttons to use new button
...
small style fixes and sass cleanup
3 years ago
Audric Ackermann
31d84a0513
fix: add externalLink icon and use it for the settings needing it
3 years ago
William Grant
1bb5c9752e
feat: updated all modal buttons
3 years ago
William Grant
9876e8824c
feat: settings page now uses new session button
3 years ago
William Grant
64792689b8
feat: styled pill container and added some more colors
3 years ago
Audric Ackermann
179f872679
fix: disable typing and message request on sogs without `write`
3 years ago
William Grant
c076c5b819
fix: improve alignment in list modal when rendering complex emojis
3 years ago
William Grant
772fe27b2b
fix: compressed reactions shouldn't wrap, when expanded we show at most 10 reactions on a time
3 years ago
Audric Ackermann
c6e3116b06
fix integration tests
3 years ago
William Grant
5dd00e4dc2
Merge branch 'theming' into theming_left_pane
3 years ago
William Grant
39a710afad
Merge branch 'clearnet' into theming
3 years ago
Audric Ackermann
1411b93f2d
fix: do not let mentioning members with their unblindedPubkey room blinded
3 years ago
Audric Ackermann
c2e3e3ca3f
Merge remote-tracking branch 'upstream/clearnet' into ui-redesigns
3 years ago
Audric Ackermann
afe573fd06
Merge pull request #2482 from Bilb/crypto-magic-swallow-exception
...
fix: swallow exception while doing tryMatchBlindWithStandardKey
3 years ago
Audric Ackermann
d2472007b8
fix: swallow exception while doing tryMatchBlindWithStandardKey
3 years ago
William Grant
2d292a3582
feat: made more progress with left pane and left more comments
...
resolved any issues post merge of ui-redesigns
3 years ago
William Grant
9ee89fd099
feat: made more progress with left pane and left more comments
3 years ago
William Grant
2cb7e72f68
feat: starting theming work on left pane and commented on areas that will need to be fixed
3 years ago
William Grant
6cd81e06f2
Merge branch 'ui-redesigns' into theming
3 years ago
Audric Ackermann
3ffc470c40
fix: address reviews comment
3 years ago
Ian Macdonald
09654fe4d8
Remove limit on the number of pinned conversations a user may have.
3 years ago
Audric Ackermann
1d45aa6f45
fix: show loading spinner while sogs is fetching initial messages
3 years ago
Audric Ackermann
17913697b9
Merge branch 'fix-link-preview-width-tiny' into feat-move-attachments-outside-messagebox
3 years ago
Audric Ackermann
e464d6c573
Merge branch 'settings-redesign' into feature-menu-redesign
3 years ago
Audric Ackermann
d9621f79c3
fix: allow any sogs to be awaited until messages are fetched
3 years ago
Audric Ackermann
38d85a653a
fix: do not wait for sogs messages on join of unofficial sogs
3 years ago
Audric Ackermann
ffc4ca9f81
fix: do not autofocus settings section by default but Message
3 years ago
Audric Ackermann
efd249f094
fix: add featureflag to hide ThemeSwitcher
...
until ThemeSwitcher is fully done with theming
3 years ago
Audric Ackermann
0eac74dd07
Merge branch 'dev' into menu-redesign
3 years ago
Audric Ackermann
ad04faca6f
fix: increment bad snode if we timeout of guard node
3 years ago
Audric Ackermann
e8fe564a08
fix: show sogs without display name in convo list
...
also use the pollinfo to update whatever the displayname if needed
3 years ago
William Grant
e298f6820c
Merge branch 'settings-redesign' into theming
3 years ago
Audric Ackermann
3915e946b4
Merge branch 'clearnet' into settings-redesign
3 years ago
Audric Ackermann
cdb010ac47
Merge pull request #2474 from yougotwill/react_modal_alignment_fix
...
fix: Fixed Reaction text alignment in the React List modal
3 years ago
Audric Ackermann
2e2dac6c08
Merge pull request #2458 from Bilb/fix-add-voice-message-flag
...
fix: set flags to VOICE_MESSAGE when sending attachment with voice msg
3 years ago
Audric Ackermann
bb72833e60
Merge pull request #2462 from Bilb/fix-send-attachment-width-height
...
fix: make sure we include width and height when sending attachments
3 years ago
Audric Ackermann
fed0f0cc2d
Merge pull request #2461 from Bilb/remove-asking-pruning-dialog-start
...
fix: remove the sogs pruning dialog on app start
3 years ago
Audric Ackermann
2bd6c01ee3
Merge pull request #2473 from Bilb/fix-remove-admin-remove-mod-topo
...
Fix remove admin remove mod permission too
3 years ago
Audric Ackermann
6f0d223eb9
fix: address PR reviews
3 years ago
Audric Ackermann
aa0c15c8c1
fix: drop messages from a room left since start of current poll
3 years ago
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
3 years ago
William Grant
4ca03f5281
feat: created color variables for all components in the component library
3 years ago
Audric Ackermann
e14ff787d4
chore: update strings of moderator to admins until we have mods support
3 years ago
William Grant
b704b8202d
feat: added colors file with all declared theme and primary colors
...
added hexColorToRBG utility so that we can handle rgba colors using the same variables
3 years ago
Audric Ackermann
f1358c4049
fix: make sure that removing an admin also removes the mod permission
...
because we cannot currently choose in the app what type of admin/mod we
want, it makes sense that adding/removing changes both permissions
3 years ago
William Grant
131ee22099
Merge branch 'settings-redesign' into theming
3 years ago
Audric Ackermann
55365f817d
Merge remote-tracking branch 'upstream/clearnet' into settings-redesign
3 years ago
Audric Ackermann
13d33d1656
fix: radio button in settings + registration page
3 years ago
William Grant
17d893f2b7
refactor: finished converting sass colors in _theme_dark.scss
...
converted module-main-header__search__input class to styled component, consolidated blues, grays and whites
3 years ago
Audric Ackermann
b9cccfc2a8
feat: open convo a session sogs when joined from the UI
3 years ago
William Grant
561ea27a92
fix: use rgb css variables in rgba colors, regular css colors wont work
...
when possible would be good to use relative color syntax instead
3 years ago
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
3 years ago
Audric Ackermann
4ff0b63e36
fix: drop .group from incoming messages & exclude it from visible check
3 years ago
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
3 years ago
William Grant
9268fd7186
refactor: finished converting sass colors in _session_signin.scss
3 years ago
William Grant
82c505895c
fix: errors from merging latest settings redesign
3 years ago
William Grant
691b567916
Merge branch 'settings-redesign' into theming
3 years ago
William Grant
df73b5dd33
fix: improved reaction popup positioning for tooltip and box
3 years ago
William Grant
8879893798
fix: wrap reactors list in popup so we don't have overflow
3 years ago
Audric Ackermann
dab9428c02
fix: address PR reviews
3 years ago
Audric Ackermann
d86d024a0a
fix: link preview with image displayed horizontal rather than vertical
3 years ago
Audric Ackermann
dcf9212b07
fix: make sure we include width and height when sending attachments
3 years ago
Audric Ackermann
4367543224
fix: remove the sogs pruning dialog on app start
...
the settings in ON by default, and can be turned off from the settings
screen.
That dialog was only used until our existing users got asked the
question, which was 3 months ago.
3 years ago
William Grant
9251e7687f
refactor: improved logging for mutation cache
3 years ago
Audric Ackermann
30e3cb8755
feat: fix other types of messages now that there is no box around
3 years ago
William Grant
243f07858e
fix: others text in reaction popup on light theme should be black
3 years ago
Audric Ackermann
25f54a13ff
Merge pull request #2454 from yougotwill/sogs_poller_conflict_resolver
...
Opengroup Poller Reaction Conflict Resolution + Fixes
3 years ago
William Grant
58e4b4e896
fix: make sure to clear a reaction is the count is 0 on an opengroup
3 years ago
William Grant
f138ea31b2
test: finished writing tests for sogs mutation cache
...
refactored processMessagesWithCachce function
3 years ago
William Grant
7c6af17327
fix: dont log removing entries from cache when there are none
3 years ago
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
3 years ago
Audric Ackermann
7c80f9e233
feat: move attachments outside of the message box
3 years ago
Audric Ackermann
9ffa529c30
fix: set flags to VOICE_MESSAGE when sending attachment with voice msg
3 years ago
William Grant
bbfb55f211
fix: pr review fixes
3 years ago
William Grant
b33ea096b4
fix: speed up reaction UI update for opengroups
3 years ago
Audric Ackermann
444282e2ec
fix: position of join button and style of disable buttons
...
also add a little animation to the menu button rotation
3 years ago
Audric Ackermann
3fd6c570c7
fix: click on a link preview shows the dialog to open or copy url
3 years ago
William Grant
f309bf40f8
fix: repaired reaction notifications for 1-1s
3 years ago
William Grant
dde61bb35b
feat: moderator clear all reactions behaviour now uses the cache
3 years ago
William Grant
5ebd1775c0
feat: open group messages are now procesed via the cache
...
cached entries are now added or removed based on the "optimistic" state that we want
3 years ago
William Grant
469de252cb
fix: added current emoji to reaction list reactor description
3 years ago
William Grant
e409c7ca82
feat: created a cache for opengroups reactions, we can add and update them
3 years ago
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
3 years ago
Audric Ackermann
e125979b7a
fix: disable having some corner large and small for message bubbles
3 years ago
Audric Ackermann
d9e504afa0
Merge remote-tracking branch 'upstream/clearnet' into mark-all-as-read-optimization
3 years ago
Audric Ackermann
1e202fcdab
feat: add theme switcher +accent color from settings
...
not all of the logic is linked and not all of the colors are there as this is part of theming
3 years ago
Audric Ackermann
20d9abc05b
Merge branch 'clearnet' into pr26
3 years ago
William Grant
5d6dd048ab
fix: use isUsFromCache instead of getOurPubKeyStrFromCache
3 years ago
William Grant
5f49d3084b
fix: dont need isequal for comparing numbers
3 years ago
William Grant
1a44f5cb66
feat: added additional reactor information to the ReactListModal
3 years ago
William Grant
07c56e79f2
fix: make reaction UI updates when reacting faster in 1-1 and closed groups
3 years ago
Audric Ackermann
98ea07a361
fix: right margin on body shorted than author name
3 years ago
William Grant
8b8be7a45d
Merge branch 'clearnet' into reactions_fixes
3 years ago
William Grant
7a80e18327
fix: improved react popup localisation, review fixes
3 years ago
Audric Ackermann
21a414cdf0
Merge pull request #2447 from Bilb/fix-replying-attachment-failing
...
fix: skip attachment without path when replying to a message
3 years ago
Audric Ackermann
c0cc74593e
fix: skip attachment without path when replying to a message
...
This can happen if the attachment is still downloading, or could not be
downloaded. The message will have attachments or thumbnails, without
valid data associated to it.
This fix makes sure we don't try to load invalid paths when trying to
gather the attachments and previews
3 years ago
Audric Ackermann
a61d549466
Merge pull request #2438 from Bilb/fix-rounded-border-messages
...
fix: rounded corners around messages
3 years ago
Audric Ackermann
95c7e6b152
Merge pull request #2437 from Bilb/fix-drop-incoming-empty-messages
...
fix: make sure we drop empty messages from the main sogs pipeline
3 years ago
Audric Ackermann
7e32880ab0
fix: use js variables instead of css variables for Message corners
3 years ago
William Grant
80d726659c
Merge branch 'clearnet' into reactions_fixes
3 years ago
Audric Ackermann
c198127793
Merge pull request #2441 from Bilb/fix-issue-2308
...
fix: do not scroll back to unread banner when deleting msgs
3 years ago
Audric Ackermann
2776079d19
Merge pull request #2435 from Bilb/fix-attachment-not-showing-right-panel
...
fix: mark message as having attachmnents once data is uploaded
3 years ago
Audric Ackermann
8649483503
fix: add comments to isMessageEmptyExceptReaction and isMessageEmpty
3 years ago
William Grant
05b7bdb956
fix: show correct count value for open group reactions
3 years ago
Audric Ackermann
c54a438f7c
fix: add some aria labels and match QA test
3 years ago
William Grant
d77c9fa824
fix: sogs reactions work again and added rate limiting
3 years ago
Audric Ackermann
98b1302589
fix: rounded corners around messages
...
looks like node-sass tries to be too clever
3 years ago
Audric Ackermann
b638733090
fix: do not scroll back to unread banner when deleting msgs
...
Relates #2308
3 years ago
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
3 years ago
Audric Ackermann
3e2a32922a
fix: getUnread() messages should have the json as object rather than str
3 years ago
Audric Ackermann
4a3d970a35
fix: make sure we drop empty messages from the main sogs pipeline
3 years ago
Audric Ackermann
56ee7fe7ac
Merge pull request #2436 from Bilb/fix-shortening-last-message
...
fix: shorten further the last message
3 years ago
Audric Ackermann
268ea40746
fix: increase shorten length of the lastMessage saved in DB
3 years ago
Audric Ackermann
f137cad2a0
feat: add the BlockedList component in Settings
3 years ago
William Grant
bf7badd2e1
fix: include you property in open group reaction updates
3 years ago
Audric Ackermann
9df6f209c4
fix: mark message as having attachmnents once data is uploaded
...
this is to make those media visible on the right panel.
This only happens for attachments we are sending
3 years ago
Audric Ackermann
ba41e92720
fix: drop friendRequestStatus before saveConversation in migrations
3 years ago
Audric Ackermann
85219d3827
fix: scrollbar colors and some UI issues found by QA
3 years ago
William Grant
aba18020f1
refactor: renamed darker-gray to darkest gray and added new darker gray
3 years ago
William Grant
1ae93f432a
refactor: started converting sass colors in _session_password.scss
...
consolidated grays
3 years ago
William Grant
454f07fec9
refactor: finished converting sass colors in _quote.scss
3 years ago
William Grant
49df281454
refactor: finished converting sass colors in _modules.scss
...
consolidated some of the gray shades
3 years ago
William Grant
0600416f77
fix: clearing your own reaction from the clear modal should close it
3 years ago
William Grant
4e1eb1861b
refactor: started converting sass colors in _modules.scss
...
updated sass colors found here in related files, moved theme independant colors
3 years ago
William Grant
07c00463f1
reafctors: converted sass colors in _modal.scss
...
updated session white to use css white everywhere and removed unused classes
3 years ago
William Grant
7692da8e58
reafctors: converted sass colors in _mentions.scss
...
updated session green to use css variable everywhere adn removed unused classes
3 years ago
William Grant
6cdfa47008
reafctors: converted sass colors in _index.scss
...
removed unused colors and classes
3 years ago
William Grant
b4df5148ee
refactor: converted sass colors for global.scss and other related sasss files
...
removed unused grey colors
3 years ago
Audric Ackermann
bf20c10f81
fix: make use of useSet to select in memberList
3 years ago