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
Audric Ackermann
d936bd5031
Merge pull request #2553 from sandakersmann/patch-1
...
Changed http:// to https:// on one link
3 years ago
Audric Ackermann
22045fb039
Merge pull request #2552 from Bilb/fix-padding-jumbo-emojis
...
Fix padding jumbo emojis & add concurrently
3 years ago
William Grant
8edd2652b2
fix: pr review - remove unecessary content class
3 years ago
Marius Kjærstad
e7ec955afc
Changed http:// to https:// on one link
...
Changed http:// to https:// on one link in README.md
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
Audric Ackermann
1800c6f643
chore: add concurently to rebuilt tsc and sass
...
does not work well with parcel-util-worker yet
3 years ago
Audric Ackermann
56beed23db
fix: padding for jumbo emojis
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
f6ca690c88
Merge branch 'theming_cleanup' into theming
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
e5d589d311
Merge pull request #2550 from oxen-io/clearnet
...
feat: add support for audio notifications windows/macOS @Bilb
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
3eaf817ea2
Merge pull request #2548 from oxen-io/clearnet
...
fix: display "X active members" for communities in convo header
3 years ago
Audric Ackermann
d62a9c1c6e
Merge pull request #2547 from Bilb/active-members-copy-for-communities
...
fix: display "X active members" for communities in convo header
3 years ago
Audric Ackermann
f2c8d8e027
fix: display "X active members" for communities in convo header
3 years ago
William Grant
b1314a9eb6
Merge branch 'theme_switch_refactor' into theming
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
Audric Ackermann
e2dbb3f909
Merge pull request #2542 from oxen-io/clearnet
...
Bump to Session 1.10.2
3 years ago
William Grant
177e2df768
feat: consolidated theme switching code
3 years ago
Audric Ackermann
5568337e5a
Merge pull request #2546 from Bilb/update-farsi
...
Update farsi
3 years ago
Audric Ackermann
4913e4d759
fix: center text Session on registration when overflowing in farsi
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