From c7fab132abfe5647bb0e0d75d143a0858e94420b 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 --- pages/account/devices.vue | 175 ++++++----- pages/account/index.vue | 95 +++++- pages/account/notifications.vue | 142 ++++++++- pages/admin/library/[id]/index.vue | 20 +- pages/admin/library/index.vue | 12 +- pages/admin/metadata/games/[id]/index.vue | 29 +- pages/admin/metadata/index.vue | 11 + pages/admin/users/auth/index.vue | 39 ++- pages/admin/users/auth/simple/index.vue | 2 +- pages/admin/users/index.vue | 167 +++++----- pages/auth/register.vue | 361 +++++++++++----------- 11 files changed, 682 insertions(+), 371 deletions(-) diff --git a/pages/account/devices.vue b/pages/account/devices.vue index db50f7e1..f4f0ce16 100644 --- a/pages/account/devices.vue +++ b/pages/account/devices.vue @@ -1,90 +1,105 @@