William Grant
2a0396d522
fix: qa feedback - fixed background for group member list in create group overlay
3 years ago
William Grant
69d5e2ea41
fix: qa feedback - updated recovery phrase password modal to match password modals
3 years ago
William Grant
4657181993
fix: qa feedback - updated input box styling and tweaked modals
3 years ago
William Grant
c6c487fe5d
fix: qa feedback - message mentions color is now black across all themes
3 years ago
William Grant
5c52b3ebc8
fix: qa feedback - moved unread notification count to the right and updated style to match mockup
3 years ago
Audric Ackermann
12161a1fde
fix: INVALID_DATE (-Infinity) when merging two conversations inactive
3 years ago
William Grant
9f3293d1fc
fix: qa feedback - fixed call UI center label text color and removed text-shadow
3 years ago
William Grant
c44a4abbce
fix: qa feedback - conversation title no longer overflows in search results
3 years ago
William Grant
be238e2332
fix: qa feedback - notification preview works on first click
3 years ago
William Grant
446b3bdb4d
fix: qa feedback - setting or changing passwords shouldn't show a blank screen
3 years ago
William Grant
172510d11b
fix: pr review - remove unneeded useState and useEffect in SessionEmojiPanel
3 years ago
William Grant
be21f29875
fix: pr review - remove unneeded export
3 years ago
William Grant
702cef6565
fix: pr review - use isDarkTheme everywhere
3 years ago
William Grant
de94d2e64a
fix: pr review - create selectors for isDarkTheme and isLight Theme
3 years ago
William Grant
6d919c677d
fix: pr review - removed any typing from primaryColor logic
3 years ago
William Grant
7dd85eb55e
fix: pr review - fix spelling mistake in comments
3 years ago
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