mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 20:36:10 -04:00
[PR #18] [MERGED] Merge develop into main #169
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/18
Author: @quexeky
Created: 1/25/2025
Status: ✅ Merged
Merged: 1/25/2025
Merged by: @quexeky
Base:
main← Head:develop📝 Commits (10+)
fe9373afeat(version auto detection): add .sh for linux2c19e13feat(admin ui): improve feedback when metadata failsdbb315afix(deploy template): fix FATAL: "root"... messagee5cf13ffeat(admin ui): mobile nav9b12d45feat(object transactions): support more types28baabcfeat(store ui): 'no images' slide on image carousel38fc6b8feat(loading button): add disabled state2f52a16feat(metadata): 'manual' metadata provider0a5a649fix(account creation): Fix username length requirement4f9b949feat(ui): add noWrapper option📊 Changes
77 files changed (+3338 additions, -783 deletions)
View changed files
📝
.gitlab-ci.yml(+28 -2)➕
.gitmodules(+3 -0)📝
.vscode/settings.json(+13 -1)📝
app.vue(+1 -0)➕
components/AddLibraryButton.vue(+95 -0)📝
components/CarouselPagination.vue(+3 -3)📝
components/GamePanel.vue(+1 -1)➖
components/LoadingButton.vue(+0 -31)📝
components/UploadFileDialog.vue(+2 -5)➕
composables/collection.ts(+0 -0)➕
composables/icons.ts(+6 -0)📝
composables/task.ts(+62 -33)📝
deploy-template/compose.yml(+1 -1)➕
drop-base(+1 -0)📝
layouts/admin.vue(+76 -28)📝
layouts/default.vue(+7 -1)📝
nuxt.config.ts(+3 -1)📝
package.json(+1 -0)📝
pages/admin/auth/simple/index.vue(+1 -2)📝
pages/admin/library/[id]/import.vue(+379 -83)...and 57 more files
📄 Description
Merge for v0.2.0-beta
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.