[PR #141] [MERGED] Small fixes #231

Closed
opened 2026-02-17 17:06:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/141
Author: @DecDuck
Created: 7/18/2025
Status: Merged
Merged: 7/20/2025
Merged by: @DecDuck

Base: developHead: small-fixes


📝 Commits (8)

📊 Changes

14 files changed (+57 additions, -91 deletions)

View changed files

📝 components/AccountSidebar.vue (+2 -2)
📝 components/NewsDirectory.vue (+1 -3)
📝 components/RelativeTime.vue (+2 -2)
📝 i18n/locales/en_us.json (+2 -2)
📝 pages/account/notifications.vue (+10 -8)
📝 pages/news.vue (+1 -1)
📝 pages/news/[id]/index.vue (+8 -10)
📝 pages/news/index.vue (+11 -4)
public/wallpapers/news-placeholder.jpg (+0 -0)
📝 server/api/v1/admin/news/index.post.ts (+1 -1)
📝 server/internal/library/index.ts (+5 -5)
📝 server/internal/metadata/index.ts (+9 -8)
📝 server/internal/news/index.ts (+2 -2)
📝 server/internal/tasks/index.ts (+3 -43)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/141 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/20/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `small-fixes` --- ### 📝 Commits (8) - [`3cdf361`](https://github.com/Drop-OSS/drop/commit/3cdf3616f6c79f5f53d52c8b63d7fa26e35aacb7) fix: save task as Json rather than string - [`c55682e`](https://github.com/Drop-OSS/drop/commit/c55682ed74ae4f5c3dcc99d841cbf8fcdd67f951) fix: pull objects before creating game in database - [`553aabc`](https://github.com/Drop-OSS/drop/commit/553aabcbeb9bebc0ed8a8bc23216110e33349c38) fix: strips relative dirs from version information - [`183e35c`](https://github.com/Drop-OSS/drop/commit/183e35c266c934b8c37f1a35ca5e8eef5649a848) fix: #132 - [`b8a633b`](https://github.com/Drop-OSS/drop/commit/b8a633b9daa9fb2e4f353f27b55bae692a7ab50b) fix: lint - [`7e89e50`](https://github.com/Drop-OSS/drop/commit/7e89e5030c3e171fab3b5f473e82528188195e0c) fix: news object ids and small tweaks - [`f018be6`](https://github.com/Drop-OSS/drop/commit/f018be666275da52b19ffadc2aac5d2f6bd11522) fix: notification styling errors - [`23ee161`](https://github.com/Drop-OSS/drop/commit/23ee1616386916c4f9c00f5ee3e7f6f96e4ba49d) fix: lint ### 📊 Changes **14 files changed** (+57 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `components/AccountSidebar.vue` (+2 -2) 📝 `components/NewsDirectory.vue` (+1 -3) 📝 `components/RelativeTime.vue` (+2 -2) 📝 `i18n/locales/en_us.json` (+2 -2) 📝 `pages/account/notifications.vue` (+10 -8) 📝 `pages/news.vue` (+1 -1) 📝 `pages/news/[id]/index.vue` (+8 -10) 📝 `pages/news/index.vue` (+11 -4) ➕ `public/wallpapers/news-placeholder.jpg` (+0 -0) 📝 `server/api/v1/admin/news/index.post.ts` (+1 -1) 📝 `server/internal/library/index.ts` (+5 -5) 📝 `server/internal/metadata/index.ts` (+9 -8) 📝 `server/internal/news/index.ts` (+2 -2) 📝 `server/internal/tasks/index.ts` (+3 -43) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:28 -05:00
yindo closed this issue 2026-02-17 17:06:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#231