[PR #116] [MERGED] Combined fixes #220

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

📋 Pull Request Information

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

Base: developHead: small-fixes


📝 Commits (6)

📊 Changes

10 files changed (+52 additions, -46 deletions)

View changed files

📝 components/LanguageSelector.vue (+4 -1)
📝 components/NewsArticleCreateButton.vue (+8 -0)
📝 error.vue (+6 -1)
📝 nuxt.config.ts (+1 -0)
📝 pages/account/notifications.vue (+1 -1)
📝 plugins/error-handler.ts (+2 -2)
📝 server/api/v1/admin/news/index.post.ts (+20 -11)
📝 server/internal/objects/transactional.ts (+1 -1)
📝 server/internal/tasks/index.ts (+9 -2)
server/plugins/redirect.ts (+0 -27)

📄 Description

Fixes:


🔄 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/116 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/9/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `small-fixes` --- ### 📝 Commits (6) - [`3c8452f`](https://github.com/Drop-OSS/drop/commit/3c8452f038ed706b10bbb60603575b52b9911fcd) fix: missing CheckIcon import in LanguageSelector - [`400e522`](https://github.com/Drop-OSS/drop/commit/400e5222f4e6d8ed1e767b6e56aa6bc8a2c93140) fix: #114 and error handling - [`72b3d6f`](https://github.com/Drop-OSS/drop/commit/72b3d6fbb6a160bd23e461a1d67b15a75363a645) fix: #97 - [`9c1c003`](https://github.com/Drop-OSS/drop/commit/9c1c0036cb05f97c5b169b30b81145888d5a8524) fix: lint - [`d4b675c`](https://github.com/Drop-OSS/drop/commit/d4b675c74344aae9ede023b2d74f759c1afc5ac5) feat: #104 - [`cc146d3`](https://github.com/Drop-OSS/drop/commit/cc146d3a60231beed6073543cb00743680a5680a) fix: #72 ### 📊 Changes **10 files changed** (+52 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `components/LanguageSelector.vue` (+4 -1) 📝 `components/NewsArticleCreateButton.vue` (+8 -0) 📝 `error.vue` (+6 -1) 📝 `nuxt.config.ts` (+1 -0) 📝 `pages/account/notifications.vue` (+1 -1) 📝 `plugins/error-handler.ts` (+2 -2) 📝 `server/api/v1/admin/news/index.post.ts` (+20 -11) 📝 `server/internal/objects/transactional.ts` (+1 -1) 📝 `server/internal/tasks/index.ts` (+9 -2) ➖ `server/plugins/redirect.ts` (+0 -27) </details> ### 📄 Description Fixes: - #114 - Missing CheckIcon import - Error handler not redirecting to signin --- <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:27 -05:00
yindo closed this issue 2026-02-17 17:06:27 -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#220