Commit Graph

11943 Commits

Author SHA1 Message Date
William Grant e28c5e9885 fix: qa feedback - Fixed community invitation theming and icons 2022-10-17 14:49:21 +11:00
William Grant 93f814e59d fix: qa feedback - added a max width to contact invitation modal
prevents overflow when pub keys are visible.
2022-10-17 14:03:14 +11:00
William Grant f15d4cffa1 fix: qa feedback - removed avatar border and 2022-10-17 14:02:35 +11:00
William Grant d0cf998523 fix: qa feedback - centered name in profile modal 2022-10-17 13:47:27 +11:00
William Grant 2a0396d522 fix: qa feedback - fixed background for group member list in create group overlay 2022-10-17 13:44:29 +11:00
William Grant 69d5e2ea41 fix: qa feedback - updated recovery phrase password modal to match password modals 2022-10-17 13:31:26 +11:00
William Grant 4657181993 fix: qa feedback - updated input box styling and tweaked modals 2022-10-17 12:28:24 +11:00
William Grant c6c487fe5d fix: qa feedback - message mentions color is now black across all themes 2022-10-17 11:08:42 +11:00
William Grant 5c52b3ebc8 fix: qa feedback - moved unread notification count to the right and updated style to match mockup 2022-10-17 11:04:01 +11:00
William Grant 9f3293d1fc fix: qa feedback - fixed call UI center label text color and removed text-shadow 2022-10-17 10:42:50 +11:00
William Grant c44a4abbce fix: qa feedback - conversation title no longer overflows in search results 2022-10-17 10:25:58 +11:00
William Grant be238e2332 fix: qa feedback - notification preview works on first click 2022-10-17 09:57:20 +11:00
William Grant b566cb6685 fix: qa feedback - improve text-highlight text color for seed modal 2022-10-17 09:37:15 +11:00
William Grant 66d8c8835c fix: qa feedback - fix loading spinners showing above the conversation options pane 2022-10-14 16:27:42 +11:00
William Grant 446b3bdb4d fix: qa feedback - setting or changing passwords shouldn't show a blank screen 2022-10-14 16:27:42 +11:00
William Grant d6ccef90bf fix: pr review - we do use the caption-editor 2022-10-14 16:22:38 +11:00
William Grant 172510d11b fix: pr review - remove unneeded useState and useEffect in SessionEmojiPanel 2022-10-14 16:18:55 +11:00
William Grant be21f29875 fix: pr review - remove unneeded export 2022-10-14 15:16:48 +11:00
William Grant 702cef6565 fix: pr review - use isDarkTheme everywhere 2022-10-14 15:08:46 +11:00
William Grant de94d2e64a fix: pr review - create selectors for isDarkTheme and isLight Theme 2022-10-14 14:58:44 +11:00
William Grant 6d919c677d fix: pr review - removed any typing from primaryColor logic 2022-10-14 14:50:56 +11:00
William Grant 7dd85eb55e fix: pr review - fix spelling mistake in comments 2022-10-14 14:26:36 +11:00
William Grant 7380d0f650 fix: pr review - move WrappedToastContainer outside of SessionToastContainerPrivate to prevent rerendering 2022-10-14 14:21:35 +11:00
William Grant 2cf8854a25 fix: pr review - removed unnecessary & from placeholder styling on SessionHeaderSearchInput 2022-10-14 14:13:41 +11:00
William Grant 03d8f39677 fix: pr review - added theme and primaryColor to window type 2022-10-14 14:09:25 +11:00
William Grant 8edd2652b2 fix: pr review - remove unecessary content class 2022-10-14 14:05:29 +11:00
William Grant bc325a6ffe fix: resolved unread notification and mentiond colors 2022-10-13 11:31:54 +11:00
William Grant 36d38bd2ed fix: pass yarn ready 2022-10-12 17:12:44 +11:00
William Grant 07f2fcabd4 fix: make sure password window has primary color set 2022-10-12 16:50:06 +11:00
William Grant 5b44565b5f Merge branch 'clearnet' into theming 2022-10-12 16:49:43 +11:00
William Grant 557c2b8d28 feat: classic-dark is now the default theme 2022-10-12 15:37:41 +11:00
William Grant 1d956535b8 feat: themed all of the call ui 2022-10-12 14:06:07 +11:00
William Grant f6ca690c88 Merge branch 'theming_cleanup' into theming 2022-10-11 16:33:40 +11:00
William Grant 99ff6243ed fix: the color mode button must not reset the primary color 2022-10-11 16:32:50 +11:00
William Grant cf8a66a82b fix: resolved all outstanding theming todos 2022-10-11 16:26:15 +11:00
William Grant 1f7e956801 fix: made --message-link-preview-background-color global 2022-10-11 16:06:00 +11:00
William Grant 456a386cfa feat: added text selection color to themes 2022-10-11 15:58:43 +11:00
William Grant 70f2330ae5 feat: moved remaning old theme globals to new globals 2022-10-11 15:34:06 +11:00
William Grant a5a48e0ae7 fix: updated avatar border color 2022-10-11 15:32:34 +11:00
William Grant 948a531eed feat: more cleanup and added grey to COLORS 2022-10-11 15:13:52 +11:00
William Grant a33e0345aa fix: outline button colors in dark themes 2022-10-11 15:11:58 +11:00
William Grant 43f8c66801 fix: more sass cleanup 2022-10-11 14:57:33 +11:00
William Grant 9062d2c609 feat: removed old themes and switching functions 2022-10-11 14:39:00 +11:00
Audric Ackermann 74b706d121
Merge pull request #2534 from Bilb/add-settings-audio-notifications
Add support for audio notifications Windows/MacOS/Linux
2022-10-10 19:59:13 -07:00
Audric Ackermann 4271e66fb6 feat: add custom sound for notification so it works for Linux too 2022-10-11 13:51:43 +11:00
Audric Ackermann d62a9c1c6e
Merge pull request #2547 from Bilb/active-members-copy-for-communities
fix: display "X active members" for communities in convo header
2022-10-10 18:45:06 -07:00
Audric Ackermann f2c8d8e027 fix: display "X active members" for communities in convo header 2022-10-11 12:09:14 +11:00
William Grant b1314a9eb6 Merge branch 'theme_switch_refactor' into theming 2022-10-11 12:00:19 +11:00
William Grant 4758fdc64a fix: move primary color switching into theme switching 2022-10-11 11:58:18 +11:00
William Grant 8135c2a861 fix: make cleaner defaults for switchThemeTo function 2022-10-11 11:46:01 +11:00