[PR #82] [MERGED] Better metadata editing division #79 #208

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/82
Author: @DecDuck
Created: 6/4/2025
Status: Merged
Merged: 6/5/2025
Merged by: @DecDuck

Base: developHead: 79-better-metadata-editing-division


📝 Commits (5)

📊 Changes

21 files changed (+1158 additions, -1240 deletions)

View changed files

📝 components/GameEditor/Metadata.vue (+112 -129)
components/GameEditor/Version.vue (+177 -0)
📝 i18n/locales/en_us.json (+143 -7)
📝 layouts/admin.vue (+0 -7)
📝 layouts/default.vue (+3 -2)
📝 package.json (+2 -1)
📝 pages/account/index.vue (+5 -5)
📝 pages/admin/index.vue (+1 -168)
📝 pages/admin/library/[id]/index.vue (+131 -191)
📝 pages/admin/library/index.vue (+7 -13)
pages/admin/metadata/games/index.vue (+0 -122)
pages/admin/metadata/index.vue (+0 -60)
📝 pages/admin/settings/index.vue (+1 -1)
📝 pages/admin/task/[id]/index.vue (+3 -3)
📝 pages/admin/task/index.vue (+1 -1)
📝 pages/admin/users/auth/index.vue (+19 -12)
📝 pages/admin/users/auth/simple/index.vue (+73 -41)
📝 pages/admin/users/index.vue (+19 -10)
📝 pages/community.vue (+1 -1)
📝 server/api/v1/admin/auth/invitation/index.get.ts (+2 -1)

...and 1 more files

📄 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/82 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `79-better-metadata-editing-division` --- ### 📝 Commits (5) - [`72d46e0`](https://github.com/Drop-OSS/drop/commit/72d46e0e76bbc9fbe8439cebc41ebfa5f19ae200) feat: new dropdown-based editor switching - [`8a0391a`](https://github.com/Drop-OSS/drop/commit/8a0391a2d042bd67a83718176cfd50486aef2e53) feat: tab based switching - [`69a69ea`](https://github.com/Drop-OSS/drop/commit/69a69eaf6e4f087d1d6aee5f2e98e06976f236be) feat: add icon - [`a0f5afa`](https://github.com/Drop-OSS/drop/commit/a0f5afa6eb56582f4a85d5a831306df11e08815b) fix: lint - [`c39c793`](https://github.com/Drop-OSS/drop/commit/c39c7933e7a94ce7f69a8752f8b2505f42bf8b11) chore: i18n translations ### 📊 Changes **21 files changed** (+1158 additions, -1240 deletions) <details> <summary>View changed files</summary> 📝 `components/GameEditor/Metadata.vue` (+112 -129) ➕ `components/GameEditor/Version.vue` (+177 -0) 📝 `i18n/locales/en_us.json` (+143 -7) 📝 `layouts/admin.vue` (+0 -7) 📝 `layouts/default.vue` (+3 -2) 📝 `package.json` (+2 -1) 📝 `pages/account/index.vue` (+5 -5) 📝 `pages/admin/index.vue` (+1 -168) 📝 `pages/admin/library/[id]/index.vue` (+131 -191) 📝 `pages/admin/library/index.vue` (+7 -13) ➖ `pages/admin/metadata/games/index.vue` (+0 -122) ➖ `pages/admin/metadata/index.vue` (+0 -60) 📝 `pages/admin/settings/index.vue` (+1 -1) 📝 `pages/admin/task/[id]/index.vue` (+3 -3) 📝 `pages/admin/task/index.vue` (+1 -1) 📝 `pages/admin/users/auth/index.vue` (+19 -12) 📝 `pages/admin/users/auth/simple/index.vue` (+73 -41) 📝 `pages/admin/users/index.vue` (+19 -10) 📝 `pages/community.vue` (+1 -1) 📝 `server/api/v1/admin/auth/invitation/index.get.ts` (+2 -1) _...and 1 more files_ </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:26 -05:00
yindo closed this issue 2026-02-17 17:06:26 -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#208