From 45848d175e6e16a6e9b993911f810504fee64f1c Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sun, 20 Jul 2025 14:56:15 +1000 Subject: [PATCH] Small fixes (#141) * fix: save task as Json rather than string * fix: pull objects before creating game in database * fix: strips relative dirs from version information * fix: #132 * fix: lint * fix: news object ids and small tweaks * fix: notification styling errors * fix: lint --- components/AccountSidebar.vue | 4 +-- components/NewsDirectory.vue | 4 +-- components/RelativeTime.vue | 4 +-- i18n/locales/en_us.json | 4 +-- pages/account/notifications.vue | 18 +++++----- pages/news.vue | 2 +- pages/news/[id]/index.vue | 18 +++++----- pages/news/index.vue | 15 +++++--- public/wallpapers/news-placeholder.jpg | Bin 0 -> 2008762 bytes server/api/v1/admin/news/index.post.ts | 2 +- server/internal/library/index.ts | 10 +++--- server/internal/metadata/index.ts | 17 ++++----- server/internal/news/index.ts | 4 +-- server/internal/tasks/index.ts | 46 ++----------------------- 14 files changed, 57 insertions(+), 91 deletions(-) create mode 100644 public/wallpapers/news-placeholder.jpg diff --git a/components/AccountSidebar.vue b/components/AccountSidebar.vue index 11335fc..fa907aa 100644 --- a/components/AccountSidebar.vue +++ b/components/AccountSidebar.vue @@ -1,7 +1,7 @@