From b8e1c5a3d9d37e8e49cce22a0fdcda260ed481dc Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 30 Dec 2023 16:39:52 -0500 Subject: config: Add settings page Adjust icons --- static/icons/feather/LICENSE | 4 ++-- static/icons/feather/archive.svg | 15 --------------- static/icons/feather/eye-off.svg | 4 +++- static/icons/feather/eye.svg | 15 ++++++++++++++- static/icons/feather/file-text.svg | 17 +++++++++++++++++ static/icons/feather/globe.svg | 4 +++- static/icons/feather/heart.svg | 4 +++- static/icons/feather/refresh-cw.svg | 4 +++- static/icons/feather/tag.svg | 14 -------------- static/icons/feather/trash-2.svg | 4 +++- static/icons/tabler/archive.svg | 19 ++++++++++++++++++ static/icons/tabler/book-2.svg | 17 +++++++++++++---- static/icons/tabler/clock.svg | 17 +++++++++++++---- static/icons/tabler/code.svg | 17 +++++++++++++---- static/icons/tabler/notes.svg | 21 +++++++++++++++----- static/icons/tabler/pinned.svg | 17 +++++++++++++---- static/icons/tabler/robot.svg | 34 +++++++++++++++++++++++---------- static/icons/tabler/settings.svg | 18 +++++++++++++++++ static/icons/tabler/square-letter-m.svg | 21 +++++++++++++++----- static/icons/tabler/tags.svg | 19 ++++++++++++++++++ 20 files changed, 212 insertions(+), 73 deletions(-) delete mode 100644 static/icons/feather/archive.svg create mode 100644 static/icons/feather/file-text.svg delete mode 100644 static/icons/feather/tag.svg create mode 100644 static/icons/tabler/archive.svg create mode 100644 static/icons/tabler/settings.svg create mode 100644 static/icons/tabler/tags.svg (limited to 'static') diff --git a/static/icons/feather/LICENSE b/static/icons/feather/LICENSE index b869713..1f4f433 100644 --- a/static/icons/feather/LICENSE +++ b/static/icons/feather/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2017 Cole Bemis +Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/static/icons/feather/archive.svg b/static/icons/feather/archive.svg deleted file mode 100644 index 978eb76..0000000 --- a/static/icons/feather/archive.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/static/icons/feather/eye-off.svg b/static/icons/feather/eye-off.svg index 98c45f6..e7552f4 100644 --- a/static/icons/feather/eye-off.svg +++ b/static/icons/feather/eye-off.svg @@ -9,6 +9,8 @@ stroke-linecap="round" stroke-linejoin="round" > - + diff --git a/static/icons/feather/eye.svg b/static/icons/feather/eye.svg index 5fb707b..edaab72 100644 --- a/static/icons/feather/eye.svg +++ b/static/icons/feather/eye.svg @@ -1 +1,14 @@ - \ No newline at end of file + + + + diff --git a/static/icons/feather/file-text.svg b/static/icons/feather/file-text.svg new file mode 100644 index 0000000..6cba58c --- /dev/null +++ b/static/icons/feather/file-text.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/static/icons/feather/globe.svg b/static/icons/feather/globe.svg index a9c820f..7617e0c 100644 --- a/static/icons/feather/globe.svg +++ b/static/icons/feather/globe.svg @@ -11,5 +11,7 @@ > - + diff --git a/static/icons/feather/heart.svg b/static/icons/feather/heart.svg index 8e0b98d..5f083d2 100644 --- a/static/icons/feather/heart.svg +++ b/static/icons/feather/heart.svg @@ -9,5 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > - + diff --git a/static/icons/feather/refresh-cw.svg b/static/icons/feather/refresh-cw.svg index 1773a2f..c2cb05d 100644 --- a/static/icons/feather/refresh-cw.svg +++ b/static/icons/feather/refresh-cw.svg @@ -11,5 +11,7 @@ > - + diff --git a/static/icons/feather/tag.svg b/static/icons/feather/tag.svg deleted file mode 100644 index e8500cd..0000000 --- a/static/icons/feather/tag.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - diff --git a/static/icons/feather/trash-2.svg b/static/icons/feather/trash-2.svg index f3bd2bd..237872e 100644 --- a/static/icons/feather/trash-2.svg +++ b/static/icons/feather/trash-2.svg @@ -10,7 +10,9 @@ stroke-linejoin="round" > - + diff --git a/static/icons/tabler/archive.svg b/static/icons/tabler/archive.svg new file mode 100644 index 0000000..8772d7f --- /dev/null +++ b/static/icons/tabler/archive.svg @@ -0,0 +1,19 @@ + + + + + + diff --git a/static/icons/tabler/book-2.svg b/static/icons/tabler/book-2.svg index e136c71..695784f 100644 --- a/static/icons/tabler/book-2.svg +++ b/static/icons/tabler/book-2.svg @@ -1,8 +1,17 @@ - - + + - - diff --git a/static/icons/tabler/clock.svg b/static/icons/tabler/clock.svg index e7a91d3..d8d9af3 100644 --- a/static/icons/tabler/clock.svg +++ b/static/icons/tabler/clock.svg @@ -1,7 +1,16 @@ - - + + - - diff --git a/static/icons/tabler/code.svg b/static/icons/tabler/code.svg index 3a18207..df80bc2 100644 --- a/static/icons/tabler/code.svg +++ b/static/icons/tabler/code.svg @@ -1,8 +1,17 @@ - - + + - - diff --git a/static/icons/tabler/notes.svg b/static/icons/tabler/notes.svg index bed52e0..e6947da 100644 --- a/static/icons/tabler/notes.svg +++ b/static/icons/tabler/notes.svg @@ -1,9 +1,20 @@ - - - + + + - - diff --git a/static/icons/tabler/pinned.svg b/static/icons/tabler/pinned.svg index 56e24ba..4a232b6 100644 --- a/static/icons/tabler/pinned.svg +++ b/static/icons/tabler/pinned.svg @@ -1,8 +1,17 @@ - - + + - - diff --git a/static/icons/tabler/robot.svg b/static/icons/tabler/robot.svg index 0b94b49..64f2658 100644 --- a/static/icons/tabler/robot.svg +++ b/static/icons/tabler/robot.svg @@ -1,11 +1,25 @@ - - - - - - - - + + + + + + + + + + + - - diff --git a/static/icons/tabler/settings.svg b/static/icons/tabler/settings.svg new file mode 100644 index 0000000..caa2e55 --- /dev/null +++ b/static/icons/tabler/settings.svg @@ -0,0 +1,18 @@ + + + + + diff --git a/static/icons/tabler/square-letter-m.svg b/static/icons/tabler/square-letter-m.svg index 07486bc..f3670dd 100644 --- a/static/icons/tabler/square-letter-m.svg +++ b/static/icons/tabler/square-letter-m.svg @@ -1,7 +1,18 @@ - - - + + + - - diff --git a/static/icons/tabler/tags.svg b/static/icons/tabler/tags.svg new file mode 100644 index 0000000..b2f166c --- /dev/null +++ b/static/icons/tabler/tags.svg @@ -0,0 +1,19 @@ + + + + + + -- cgit v1.2.3