[PR #346] [MERGED] Series of small fixes #327

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/346
Author: @Huskydog9988
Created: 2/8/2026
Status: Merged
Merged: 2/9/2026
Merged by: @DecDuck

Base: developHead: small-fixes


📝 Commits (10+)

📊 Changes

12 files changed (+1179 additions, -2953 deletions)

View changed files

📝 buf.gen.yaml (+2 -2)
📝 components/PieChart/PieChart.vue (+1 -1)
📝 components/ProgressBar.vue (+2 -1)
📝 i18n/i18n.config.ts (+19 -0)
📝 nuxt.config.ts (+14 -4)
📝 package.json (+3 -3)
📝 pages/admin/index.vue (+35 -14)
📝 pages/store/[id]/index.vue (+1 -1)
📝 pnpm-lock.yaml (+1095 -2922)
📝 prisma/migrations/20250721062509_add_pg_trgm/migration.sql (+2 -2)
📝 server/internal/services/torrential/index.ts (+3 -3)
📝 server/internal/utils/files.ts (+2 -0)

📄 Description

  • migrate bufbuild config to v2
  • fix torrential lookup
  • fix old oidc redirect path
  • rework twemoji config
  • fix torrential cmd
  • align dev server port with nginx
  • improve i18n (lazy loading and number formatting)

🔄 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/346 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 2/8/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `small-fixes` --- ### 📝 Commits (10+) - [`e268ae3`](https://github.com/Drop-OSS/drop/commit/e268ae3410c6136ba785db99ff7dce651c24dbfe) migrate bufbuild config to v2 - [`67310fc`](https://github.com/Drop-OSS/drop/commit/67310fc164059f2b65f5d1fdbd4bd277fcf12b1e) fix localdir lookup - [`a0bb974`](https://github.com/Drop-OSS/drop/commit/a0bb974e7df3c749532c5c73557edb04494f187e) fix old oidc redirect path - [`03f7aec`](https://github.com/Drop-OSS/drop/commit/03f7aec609021f6b16ca6e21f212b713b9f045e5) rework twemoji path stuff - [`88d3ff7`](https://github.com/Drop-OSS/drop/commit/88d3ff7a56f2cdc6c7f1e6089754d1c09d583635) fix torrential cmd - [`5e8c075`](https://github.com/Drop-OSS/drop/commit/5e8c07516245943528651a6675084b28462185a5) Merge branch 'develop' of https://github.com/Drop-OSS/drop into small-fixes - [`42faedc`](https://github.com/Drop-OSS/drop/commit/42faedc1a6fa194113bf497637b843d7d1bfaa80) fix broken lock file - [`592b06a`](https://github.com/Drop-OSS/drop/commit/592b06aadd14a3229e0a7875f5de57f0cd678531) align dev server port with nginx - [`22eed37`](https://github.com/Drop-OSS/drop/commit/22eed37dfb14a83b6ebde34483dd461e12ef1650) bump pnpm - [`c22ba9c`](https://github.com/Drop-OSS/drop/commit/c22ba9c40df97a6350f79b6681d4970ccb09489f) bump nuxt ### 📊 Changes **12 files changed** (+1179 additions, -2953 deletions) <details> <summary>View changed files</summary> 📝 `buf.gen.yaml` (+2 -2) 📝 `components/PieChart/PieChart.vue` (+1 -1) 📝 `components/ProgressBar.vue` (+2 -1) 📝 `i18n/i18n.config.ts` (+19 -0) 📝 `nuxt.config.ts` (+14 -4) 📝 `package.json` (+3 -3) 📝 `pages/admin/index.vue` (+35 -14) 📝 `pages/store/[id]/index.vue` (+1 -1) 📝 `pnpm-lock.yaml` (+1095 -2922) 📝 `prisma/migrations/20250721062509_add_pg_trgm/migration.sql` (+2 -2) 📝 `server/internal/services/torrential/index.ts` (+3 -3) 📝 `server/internal/utils/files.ts` (+2 -0) </details> ### 📄 Description - migrate bufbuild config to v2 - fix torrential lookup - fix old oidc redirect path - rework twemoji config - fix torrential cmd - align dev server port with nginx - improve i18n (lazy loading and number formatting) --- <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:39 -05:00
yindo closed this issue 2026-02-17 17:06:39 -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#327