[PR #359] [CLOSED] Tag connect/disconnect fix #354

Closed
opened 2026-06-05 14:22:33 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/359
Author: @DecDuck
Created: 2/26/2026
Status: Closed

Base: developHead: oidc-fixes


📝 Commits (4)

📊 Changes

7 files changed (+146 additions, -25 deletions)

View changed files

📝 components/GameEditor/Metadata.vue (+24 -4)
📝 components/Selector/MultiItem.vue (+76 -1)
📝 i18n/locales/en_us.json (+7 -1)
📝 server/api/v1/admin/game/[id]/tags.patch.ts (+12 -2)
📝 server/api/v1/store/index.get.ts (+19 -9)
📝 server/internal/auth/oidc/index.ts (+2 -2)
📝 server/internal/config/sys-conf.ts (+6 -6)

📄 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/359 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 2/26/2026 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `oidc-fixes` --- ### 📝 Commits (4) - [`8309ad6`](https://github.com/Drop-OSS/drop/commit/8309ad6829d4b145a724e92a8e1dfe1cd28afee6) fix: typos - [`1ee55b8`](https://github.com/Drop-OSS/drop/commit/1ee55b8e6f8489e8da7bb3057e8c0a2bcc0958e5) fix: platform filtering - [`2cf35dc`](https://github.com/Drop-OSS/drop/commit/2cf35dcbfd4e34e84f8a86620f128731791cf355) feat: fix tags and create option - [`51a9529`](https://github.com/Drop-OSS/drop/commit/51a9529500e77de33deb0aebdd4d98bf5a5395e0) fix: tag connect/disconnect ### 📊 Changes **7 files changed** (+146 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `components/GameEditor/Metadata.vue` (+24 -4) 📝 `components/Selector/MultiItem.vue` (+76 -1) 📝 `i18n/locales/en_us.json` (+7 -1) 📝 `server/api/v1/admin/game/[id]/tags.patch.ts` (+12 -2) 📝 `server/api/v1/store/index.get.ts` (+19 -9) 📝 `server/internal/auth/oidc/index.ts` (+2 -2) 📝 `server/internal/config/sys-conf.ts` (+6 -6) </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-06-05 14:22:33 -04:00
yindo closed this issue 2026-06-05 14:22:33 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#354