@@ -50,11 +58,16 @@ export default class NavBar extends Vue {
@import 'bootstrap/scss/variables';
@import 'bootstrap/scss/mixins/breakpoints';
+nav.navbar .nav-item {
+ margin-inline-end: 1rem;
+}
+
@include media-breakpoint-down(sm) {
nav.navbar {
--bs-navbar-padding-x: 0.5rem;
}
+ nav.navbar .navbar-nav,
nav.navbar .navbar-locale-select,
nav.navbar .navbar-theme-switch {
display: none;
diff --git a/frontend/src/components/sidebar/SideBar.vue b/frontend/src/components/sidebar/SideBar.vue
index bbeb06c..2908d89 100644
--- a/frontend/src/components/sidebar/SideBar.vue
+++ b/frontend/src/components/sidebar/SideBar.vue
@@ -1,6 +1,7 @@
+
+
+
+
+
+
+
+ {{ props.text }}
+
+
+
+
diff --git a/frontend/src/locale/de.ts b/frontend/src/locale/de.ts
index 351c53c..de0cb37 100644
--- a/frontend/src/locale/de.ts
+++ b/frontend/src/locale/de.ts
@@ -48,6 +48,10 @@ export const messagesDe = {
found: 'gefunden',
},
},
+ menu: {
+ about: 'Über',
+ list: 'Liste',
+ },
search: 'Suche',
wakeLock: {
notSupported: 'Wake lock wird nicht unterstützt! Das Gerät könnte Sync-Funktion unterbrechen.',
diff --git a/frontend/src/locale/en.ts b/frontend/src/locale/en.ts
index 4b0342b..ac93208 100644
--- a/frontend/src/locale/en.ts
+++ b/frontend/src/locale/en.ts
@@ -49,6 +49,10 @@ export const messagesEn = {
found: 'found',
},
},
+ menu: {
+ about: 'About',
+ list: 'List',
+ },
search: 'Search',
wakeLock: {
notSupported: 'Wake lock is not supported! The device could pause the sync function.',
diff --git a/frontend/src/views/AboutView.vue b/frontend/src/views/AboutView.vue
index 756ad2a..0bbb51b 100644
--- a/frontend/src/views/AboutView.vue
+++ b/frontend/src/views/AboutView.vue
@@ -1,15 +1,23 @@
-
-
This is an about page
+
+
+
About
+ This is small personal project to get an overview what manga have new chapters available and how many.
+
+
+
API credits
+
+

+
AniList (manga images, titles, personal score & progress)
+
+
+

+
MangaDex (linking between AniList and MangaUpdates)
+
+
+
-
-