From 3487c21e63f05c15ca5ed618bba4708518830c9b Mon Sep 17 00:00:00 2001 From: Nikita Krupin Date: Mon, 26 Dec 2022 23:32:48 -0500 Subject: [PATCH] navbar icon sets closes #584 --- NUXT/components/bottomNavigation.vue | 72 +++++++-- NUXT/pages/mods/tweaks.vue | 226 +++++++++++++++++++++------ NUXT/static/chome.svg | 1 + NUXT/static/clist.svg | 1 + NUXT/static/csubs.svg | 1 + NUXT/static/fhome.svg | 1 + NUXT/static/flist.svg | 1 + NUXT/static/fsubs.svg | 1 + NUXT/static/home.svg | 2 +- NUXT/static/list.svg | 2 +- NUXT/static/subs.svg | 2 +- 11 files changed, 250 insertions(+), 60 deletions(-) create mode 100644 NUXT/static/chome.svg create mode 100644 NUXT/static/clist.svg create mode 100644 NUXT/static/csubs.svg create mode 100644 NUXT/static/fhome.svg create mode 100644 NUXT/static/flist.svg create mode 100644 NUXT/static/fsubs.svg diff --git a/NUXT/components/bottomNavigation.vue b/NUXT/components/bottomNavigation.vue index 7edd73b..6566e1f 100644 --- a/NUXT/components/bottomNavigation.vue +++ b/NUXT/components/bottomNavigation.vue @@ -19,8 +19,58 @@ plain > - +
+ + + + + + + + + +
- -
MDI
- - mdi-home - mdi-youtube-subscription - mdi-view-list +
FluentUI Icons
+ + + + + + + + + + - -
Material Symbols
- - - - +
IBM Carbon Icons
+ + + + + + + + + +
diff --git a/NUXT/static/chome.svg b/NUXT/static/chome.svg new file mode 100644 index 0000000..3b3c60e --- /dev/null +++ b/NUXT/static/chome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/NUXT/static/clist.svg b/NUXT/static/clist.svg new file mode 100644 index 0000000..82061ab --- /dev/null +++ b/NUXT/static/clist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/NUXT/static/csubs.svg b/NUXT/static/csubs.svg new file mode 100644 index 0000000..ece47bd --- /dev/null +++ b/NUXT/static/csubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/NUXT/static/fhome.svg b/NUXT/static/fhome.svg new file mode 100644 index 0000000..c35176f --- /dev/null +++ b/NUXT/static/fhome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/NUXT/static/flist.svg b/NUXT/static/flist.svg new file mode 100644 index 0000000..c3106b8 --- /dev/null +++ b/NUXT/static/flist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/NUXT/static/fsubs.svg b/NUXT/static/fsubs.svg new file mode 100644 index 0000000..ef5feac --- /dev/null +++ b/NUXT/static/fsubs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/NUXT/static/home.svg b/NUXT/static/home.svg index c481d74..4924900 100644 --- a/NUXT/static/home.svg +++ b/NUXT/static/home.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/NUXT/static/list.svg b/NUXT/static/list.svg index f549b97..9c3d0a5 100644 --- a/NUXT/static/list.svg +++ b/NUXT/static/list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/NUXT/static/subs.svg b/NUXT/static/subs.svg index e0412a4..fa2888d 100644 --- a/NUXT/static/subs.svg +++ b/NUXT/static/subs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file