-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): Added theming support (#150)
* Commited first draft to theming in kopia. - Changed variants of buttons to unify the look and feel - Added support for themes specified in Theme.css - Added a new dependency "react-select" for selecting themes. * Minor changes. Select component now shows the correct color. * Updated bootstrap to 5.2.3. Removed bootstrap-dark from dependencies. The current theme is now synchronized with the react select component. * Added some minor code refactorings. This PR comes with the following fixes: - Pastel theme should now be darker - Added a preference tab - Font size of the selector has been reduced - Fixed css - Moved AppContext under src/contexts - Renamed themes to provide backwards compatibility * - Fixed byte representation - Added a darker background for the theme "dark" - Added stripes back to the tables - Moved css files in src/css - Removed the Themeselector as it now implemented in PreferencesView * - Fixed empty constructor in PreferencesView * Fixed some colors and the policy editor. The editor should now have the correct theme settings. Moved index.css to css folder. * Resolved merge conflict * Changed method redirect back to its original state * Minor fixes to the color settings. Tables should not be readable in dark mode --------- Co-authored-by: Christoph Anderson <[email protected]>
- Loading branch information
Showing
25 changed files
with
996 additions
and
484 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.