mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-22 16:45:28 -04:00
[PR #102] [MERGED] Various bug fixes #214
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/102
Author: @Huskydog9988
Created: 6/7/2025
Status: ✅ Merged
Merged: 6/7/2025
Merged by: @DecDuck
Base:
develop← Head:i18n-fixes📝 Commits (10+)
4311569feat: set lang in html head9f4bd67fix: add # in front of git ref3e26657fix: remove unused vars from example env0ba9cb8fix: package name and license field7ec4c40fix: enable sourcemap for client and servere87cd8efix: emojis not showing in prod097405cMerge branch 'develop' into i18n-fixes36b4cddchore: refactor auth managerbbc8a4afeat: disable invitations if simple auth disabled99d87a3feat: 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.