Commit Graph

142 Commits (c378aba9600e9f2486587baac898e281fc926032)

Author SHA1 Message Date
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 27e19f3afa feat: updated SessionIconButton to support themes 3 years ago
William Grant 7cf9d2f05c feat: updated session toggle styling 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 f4483c8ba4 feat: updated conversation and group panel colors 3 years ago
William Grant 0f57c6f244 feat: styled conversation header and composition box 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 87b66794ed feat: updated all session buttons to use new button
small style fixes and sass cleanup
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
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
William Grant 4ca03f5281 feat: created color variables for all components in the component library 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
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
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
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 691b567916 Merge branch 'settings-redesign' into theming 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 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
William Grant 788f78f5d0 refactor: converted sass colors for _avatar.scss 3 years ago
William Grant 05bd97df3b refactor: created themes folder and moved SessionTheme 3 years ago