[PR #146] [MERGED] Setup wizard & 0.3.0 release #237

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

📋 Pull Request Information

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

Base: developHead: setup-wizard


📝 Commits (5)

📊 Changes

25 files changed (+684 additions, -279 deletions)

View changed files

📝 changelog.md (+4 -4)
📝 components/LanguageSelector.vue (+1 -152)
components/LanguageSelectorListbox.vue (+155 -0)
components/Setup/Account.vue (+159 -0)
components/Setup/Library.vue (+15 -0)
📝 composables/request.ts (+1 -1)
📝 i18n/locales/en_au.json (+5 -1)
📝 i18n/locales/en_us.json (+32 -0)
📝 package.json (+1 -1)
📝 pages/admin/library/sources/index.vue (+10 -1)
📝 pages/auth/register.vue (+4 -0)
📝 pages/news.vue (+0 -1)
pages/setup.vue (+227 -0)
prisma/schema/content.prisma (+0 -101)
📝 server/api/v1/admin/auth/index.get.ts (+1 -1)
📝 server/api/v1/admin/auth/invitation/index.post.ts (+1 -0)
server/api/v1/admin/index.get.ts (+7 -0)
📝 server/api/v1/admin/library/sources/index.delete.ts (+1 -0)
📝 server/api/v1/admin/library/sources/index.get.ts (+4 -1)
📝 server/api/v1/admin/library/sources/index.patch.ts (+1 -0)

...and 5 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/146 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `setup-wizard` --- ### 📝 Commits (5) - [`5b96050`](https://github.com/Drop-OSS/drop/commit/5b9605037aff96d3dedd12c49d6d87e19b9f6674) fix: small merge fixes - [`a0cab17`](https://github.com/Drop-OSS/drop/commit/a0cab177d77f28b60d25c8560d133db0ceaee825) feat: initial setup wizard - [`b91fc98`](https://github.com/Drop-OSS/drop/commit/b91fc9853a832dcf6172f1eb3fa17ca19da42728) fix: last few localization items - [`e0e9d3c`](https://github.com/Drop-OSS/drop/commit/e0e9d3cc1bc4f51b4a3ad00be8a843ed1ef75caa) fix: lint - [`11d31e6`](https://github.com/Drop-OSS/drop/commit/11d31e666894d4217850467d1af706e793279450) fix: bump version ### 📊 Changes **25 files changed** (+684 additions, -279 deletions) <details> <summary>View changed files</summary> 📝 `changelog.md` (+4 -4) 📝 `components/LanguageSelector.vue` (+1 -152) ➕ `components/LanguageSelectorListbox.vue` (+155 -0) ➕ `components/Setup/Account.vue` (+159 -0) ➕ `components/Setup/Library.vue` (+15 -0) 📝 `composables/request.ts` (+1 -1) 📝 `i18n/locales/en_au.json` (+5 -1) 📝 `i18n/locales/en_us.json` (+32 -0) 📝 `package.json` (+1 -1) 📝 `pages/admin/library/sources/index.vue` (+10 -1) 📝 `pages/auth/register.vue` (+4 -0) 📝 `pages/news.vue` (+0 -1) ➕ `pages/setup.vue` (+227 -0) ➖ `prisma/schema/content.prisma` (+0 -101) 📝 `server/api/v1/admin/auth/index.get.ts` (+1 -1) 📝 `server/api/v1/admin/auth/invitation/index.post.ts` (+1 -0) ➕ `server/api/v1/admin/index.get.ts` (+7 -0) 📝 `server/api/v1/admin/library/sources/index.delete.ts` (+1 -0) 📝 `server/api/v1/admin/library/sources/index.get.ts` (+4 -1) 📝 `server/api/v1/admin/library/sources/index.patch.ts` (+1 -0) _...and 5 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:29 -05:00
yindo closed this issue 2026-02-17 17:06:29 -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#237