diff --git a/website/app/app.vue b/website/app/app.vue index 84ba181..76b9aed 100644 --- a/website/app/app.vue +++ b/website/app/app.vue @@ -25,10 +25,20 @@ diff --git a/website/app/components/TrangaPage.vue b/website/app/components/TrangaPage.vue index e61af67..fdd6386 100644 --- a/website/app/components/TrangaPage.vue +++ b/website/app/components/TrangaPage.vue @@ -25,7 +25,7 @@ -
+
diff --git a/website/app/composables/FetchKeys.ts b/website/app/composables/FetchKeys.ts index b3327a4..feac112 100644 --- a/website/app/composables/FetchKeys.ts +++ b/website/app/composables/FetchKeys.ts @@ -6,5 +6,5 @@ export const FetchKeys = { Metadata: { Fetchers: 'Metadata', Links: 'Metadata/Links', Manga: (mangaId: string) => `Metadata/Links/${mangaId}` }, Libraries: { All: 'Libraries', Id: (id: string) => `Libraries/${id}` }, Settings: { All: 'Settings' }, - Actions: { Types: 'Actions/Types'} + Actions: { Types: 'Actions/Types' }, }; diff --git a/website/app/pages/actions.vue b/website/app/pages/actions.vue index 25973c5..dcea8d9 100644 --- a/website/app/pages/actions.vue +++ b/website/app/pages/actions.vue @@ -19,10 +19,22 @@ {{ new Date(row.original.performedAt).toLocaleString() }}