[PR #18] [MERGED] Merge develop into main #169

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

📋 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: mainHead: develop


📝 Commits (10+)

  • fe9373a feat(version auto detection): add .sh for linux
  • 2c19e13 feat(admin ui): improve feedback when metadata fails
  • dbb315a fix(deploy template): fix FATAL: "root"... message
  • e5cf13f feat(admin ui): mobile nav
  • 9b12d45 feat(object transactions): support more types
  • 28baabc feat(store ui): 'no images' slide on image carousel
  • 38fc6b8 feat(loading button): add disabled state
  • 2f52a16 feat(metadata): 'manual' metadata provider
  • 0a5a649 fix(account creation): Fix username length requirement
  • 4f9b949 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/18 **Author:** [@quexeky](https://github.com/quexeky) **Created:** 1/25/2025 **Status:** ✅ Merged **Merged:** 1/25/2025 **Merged by:** [@quexeky](https://github.com/quexeky) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`fe9373a`](https://github.com/Drop-OSS/drop/commit/fe9373af78448ff6320aa9c8dfc15e84e6a29832) feat(version auto detection): add .sh for linux - [`2c19e13`](https://github.com/Drop-OSS/drop/commit/2c19e13c09a301315ecf82671ae3b2c1fefba334) feat(admin ui): improve feedback when metadata fails - [`dbb315a`](https://github.com/Drop-OSS/drop/commit/dbb315a8d7f309e0818e3e9c3718a5901cd5d82b) fix(deploy template): fix FATAL: "root"... message - [`e5cf13f`](https://github.com/Drop-OSS/drop/commit/e5cf13fd93785d46aba279c17800ae932ac84cb4) feat(admin ui): mobile nav - [`9b12d45`](https://github.com/Drop-OSS/drop/commit/9b12d4576c680ae840b80de9a9a826893ff94fb2) feat(object transactions): support more types - [`28baabc`](https://github.com/Drop-OSS/drop/commit/28baabc12271870dbaca8427f00a40b2d3966ee8) feat(store ui): 'no images' slide on image carousel - [`38fc6b8`](https://github.com/Drop-OSS/drop/commit/38fc6b81df49bd32ada67802712af585ac4096c1) feat(loading button): add disabled state - [`2f52a16`](https://github.com/Drop-OSS/drop/commit/2f52a16d52dff9a247c169167141f4c4a9e87db0) feat(metadata): 'manual' metadata provider - [`0a5a649`](https://github.com/Drop-OSS/drop/commit/0a5a649cfe47b4711cf5bad3ba87617324d386cd) fix(account creation): Fix username length requirement - [`4f9b949`](https://github.com/Drop-OSS/drop/commit/4f9b94921a730912b2e8419a3736c094d9f3be84) feat(ui): add noWrapper option ### 📊 Changes **77 files changed** (+3338 additions, -783 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Merge for v0.2.0-beta --- <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:21 -05:00
yindo closed this issue 2026-02-17 17:06:21 -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#169