From b16e69ee862d00c471fda4a14f31e1a3ee4f31d2 Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 18 Oct 2022 12:09:36 -0500 Subject: [PATCH] Update:New library icons and picker using icon font --- client/assets/absicons.css | 4 +- .../components/tables/library/LibraryItem.vue | 2 +- client/components/ui/LibrariesDropdown.vue | 8 +-- client/components/ui/LibraryIcon.vue | 37 ++++++++++++ client/components/ui/MediaIconPicker.vue | 56 ++++++------------- client/store/globals.js | 3 +- server/objects/Library.js | 11 ++-- 7 files changed, 69 insertions(+), 52 deletions(-) create mode 100644 client/components/ui/LibraryIcon.vue diff --git a/client/assets/absicons.css b/client/assets/absicons.css index 490cf581..b2c0f8e8 100644 --- a/client/assets/absicons.css +++ b/client/assets/absicons.css @@ -45,7 +45,7 @@ content: "\e900"; } -.icon-database-2:before { +.icon-database:before { content: "\e906"; } @@ -69,7 +69,7 @@ content: "\e91e"; } -.icon-book:before { +.icon-book-1:before { content: "\e91f"; } diff --git a/client/components/tables/library/LibraryItem.vue b/client/components/tables/library/LibraryItem.vue index c6fd6add..ee275a78 100644 --- a/client/components/tables/library/LibraryItem.vue +++ b/client/components/tables/library/LibraryItem.vue @@ -1,7 +1,7 @@