From 05af43b622d8150a92303043b66c2bd0582e8598 Mon Sep 17 00:00:00 2001 From: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:26:23 +0930 Subject: [PATCH] Many new improvments and features to the UI (#76) * feat(general): many new improvments and features to the UI * fix: fix lints and run preetier * fix: furthermore fixes * chore: fix preetier eslint issue * stlye: reposition mark all as read button for better placement * fix: fix inccorect positioning on the mark all as read buton, again * fix: fix account related issue with predefined types and styling * fix: fix notification button dissapearance & type definition * fix: fix auth page styling * stlye: fixed styling on users list * fix: fix lint dead code collector * fix: please the prettier gods * fix(notifications): seriously serialising * chore: please the prettier gods once again, o holy one * fix: remove eslint thing, im blaming eslint for that one --------- Co-authored-by: Aden --- server/pages/account/devices.vue | 175 +++++---- server/pages/account/index.vue | 95 ++++- server/pages/account/notifications.vue | 142 ++++++- server/pages/admin/library/[id]/index.vue | 20 +- server/pages/admin/library/index.vue | 12 +- .../pages/admin/metadata/games/[id]/index.vue | 29 +- server/pages/admin/metadata/index.vue | 11 + server/pages/admin/users/auth/index.vue | 39 +- .../pages/admin/users/auth/simple/index.vue | 2 +- server/pages/admin/users/index.vue | 167 ++++---- server/pages/auth/register.vue | 361 +++++++++--------- 11 files changed, 682 insertions(+), 371 deletions(-) diff --git a/server/pages/account/devices.vue b/server/pages/account/devices.vue index db50f7e1..f4f0ce16 100644 --- a/server/pages/account/devices.vue +++ b/server/pages/account/devices.vue @@ -1,90 +1,105 @@