From 3e8967c147537afcbaae8038fee48c1f319528b7 Mon Sep 17 00:00:00 2001 From: Christoph Anderson <37236531+lupusA@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:19:19 +0200 Subject: [PATCH] fix(ui): Refactoring of themes (#193) * - Fixed the badge colors - Badge colors are now dependend on the theme * fix(ui): Fix missing badges in policy table (#194) * Fix missing badges in policies * Childs now have unique key in list * Added isEmptyObject() --------- Co-authored-by: Christoph Anderson * Started to refactor css * Further refactoring of the css file * Deleted obsolet css statements * Adjusting colors and refactor css * Dummy commit * Further refactoring. Properly overriding bootstrap * Minor refactoring --------- Co-authored-by: Christoph Anderson --- public/index.html | 2 +- src/DirectoryBreadcrumbs.jsx | 14 +- src/DirectoryObject.jsx | 17 +- src/PoliciesTable.jsx | 2 +- src/PreferencesView.jsx | 2 +- src/SnapshotsTable.jsx | 28 ++-- src/Table.jsx | 7 +- src/css/App.css | 304 ++++++++++++++++++++--------------- src/css/Theme.css | 74 ++++++--- 9 files changed, 257 insertions(+), 193 deletions(-) diff --git a/public/index.html b/public/index.html index f22fed5..32f1d80 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ KopiaUI - +