[PR #102] [MERGED] Various bug fixes #214

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

📋 Pull Request Information

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

Base: developHead: i18n-fixes


📝 Commits (10+)

  • 4311569 feat: set lang in html head
  • 9f4bd67 fix: add # in front of git ref
  • 3e26657 fix: remove unused vars from example env
  • 0ba9cb8 fix: package name and license field
  • 7ec4c40 fix: enable sourcemap for client and server
  • e87cd8e fix: emojis not showing in prod
  • 097405c Merge branch 'develop' into i18n-fixes
  • 36b4cdd chore: refactor auth manager
  • bbc8a4a feat: disable invitations if simple auth disabled
  • 99d87a3 feat: add drop version to footer

📊 Changes

43 files changed (+571 additions, -223 deletions)

View changed files

📝 .env.example (+1 -4)
📝 .github/workflows/ci.yml (+7 -1)
📝 .vscode/settings.json (+2 -1)
📝 components/EmojiText.vue (+1 -3)
📝 components/LanguageSelector.vue (+45 -14)
📝 components/UserFooter.vue (+20 -0)
📝 components/UserHeader/UserWidget.vue (+16 -15)
📝 i18n/i18n.config.ts (+8 -0)
i18n/locales/de.json (+1 -0)
i18n/locales/en_au.json (+1 -0)
i18n/locales/en_gb.json (+1 -0)
📝 i18n/locales/en_us.json (+14 -27)
i18n/locales/es.json (+1 -0)
i18n/locales/fr.json (+1 -0)
i18n/locales/it.json (+1 -0)
i18n/locales/zh.json (+1 -0)
i18n/locales/zh_tw.json (+1 -0)
📝 layouts/admin.vue (+11 -10)
📝 layouts/default.vue (+7 -2)
📝 nuxt.config.ts (+93 -2)

...and 23 more files

📄 Description

fixes #94, fixes #85 and other small bugs


🔄 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/102 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 6/7/2025 **Status:** ✅ Merged **Merged:** 6/7/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `i18n-fixes` --- ### 📝 Commits (10+) - [`4311569`](https://github.com/Drop-OSS/drop/commit/43115695de09a152193168afd300b45a7505d9d0) feat: set lang in html head - [`9f4bd67`](https://github.com/Drop-OSS/drop/commit/9f4bd67ec63609edaceca1b0c6ceb7204de25b6c) fix: add # in front of git ref - [`3e26657`](https://github.com/Drop-OSS/drop/commit/3e266575a61f561be482bfecb49ce86fb05d08a4) fix: remove unused vars from example env - [`0ba9cb8`](https://github.com/Drop-OSS/drop/commit/0ba9cb8d6866c7c3c977b13e9234f82e05b42c0c) fix: package name and license field - [`7ec4c40`](https://github.com/Drop-OSS/drop/commit/7ec4c405591d9483725203036a10af33c095a55e) fix: enable sourcemap for client and server - [`e87cd8e`](https://github.com/Drop-OSS/drop/commit/e87cd8edcfd1283d03b0e4d0553e3089f845d065) fix: emojis not showing in prod - [`097405c`](https://github.com/Drop-OSS/drop/commit/097405cb6a3a3d069ce5ebece8cd0e9f03e2dce8) Merge branch 'develop' into i18n-fixes - [`36b4cdd`](https://github.com/Drop-OSS/drop/commit/36b4cdd706af7c25625ee4be8ffd6078649ec71f) chore: refactor auth manager - [`bbc8a4a`](https://github.com/Drop-OSS/drop/commit/bbc8a4a7b64ad51c56b0821d7e943a850a30e57b) feat: disable invitations if simple auth disabled - [`99d87a3`](https://github.com/Drop-OSS/drop/commit/99d87a3752951c00a0cc2b1349f48b239a3ece33) feat: add drop version to footer ### 📊 Changes **43 files changed** (+571 additions, -223 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -4) 📝 `.github/workflows/ci.yml` (+7 -1) 📝 `.vscode/settings.json` (+2 -1) 📝 `components/EmojiText.vue` (+1 -3) 📝 `components/LanguageSelector.vue` (+45 -14) 📝 `components/UserFooter.vue` (+20 -0) 📝 `components/UserHeader/UserWidget.vue` (+16 -15) 📝 `i18n/i18n.config.ts` (+8 -0) ➕ `i18n/locales/de.json` (+1 -0) ➕ `i18n/locales/en_au.json` (+1 -0) ➕ `i18n/locales/en_gb.json` (+1 -0) 📝 `i18n/locales/en_us.json` (+14 -27) ➕ `i18n/locales/es.json` (+1 -0) ➕ `i18n/locales/fr.json` (+1 -0) ➕ `i18n/locales/it.json` (+1 -0) ➕ `i18n/locales/zh.json` (+1 -0) ➕ `i18n/locales/zh_tw.json` (+1 -0) 📝 `layouts/admin.vue` (+11 -10) 📝 `layouts/default.vue` (+7 -2) 📝 `nuxt.config.ts` (+93 -2) _...and 23 more files_ </details> ### 📄 Description fixes #94, fixes #85 and other small bugs --- <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:26 -05:00
yindo closed this issue 2026-02-17 17:06:26 -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#214