mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-22 00:26:55 -04:00
[PR #146] [MERGED] Setup wizard & 0.3.0 release #237
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:setup-wizard📝 Commits (5)
5b96050fix: small merge fixesa0cab17feat: initial setup wizardb91fc98fix: last few localization itemse0e9d3cfix: lint11d31e6fix: bump version📊 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.