mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 12:25:31 -04:00
[PR #336] [MERGED] Make application and logo configurable #318
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/336
Author: @Pacodastre
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @DecDuck
Base:
develop← Head:make-application-and-logo-configurable📝 Commits (6)
f750e1bAdds settings for server name and logo718caa6Implements ApplicationLogo and replaces site name based on settings1271779Refactors component for changing the company logoeca9958Removes unused variable825288eUses message instead of statusMessage75d7bf0Replaces favicon with logo if set📊 Changes
27 files changed (+454 additions, -104 deletions)
View changed files
➕
components/ApplicationLogo.vue(+12 -0)📝
components/DropWordmark.vue(+11 -2)📝
components/GameCarousel.vue(+3 -1)➕
components/ImageUpload.vue(+27 -0)📝
components/StoreView.vue(+3 -1)📝
components/UserHeader.vue(+1 -1)📝
error.vue(+1 -1)📝
i18n/locales/en_us.json(+14 -2)📝
layouts/admin.vue(+14 -2)📝
layouts/default.vue(+3 -0)📝
pages/admin/index.vue(+1 -2)📝
pages/admin/metadata/companies/[id]/index.vue(+6 -12)📝
pages/admin/settings.vue(+9 -2)📝
pages/admin/settings/index.vue(+126 -60)➕
pages/admin/settings/store/index.vue(+110 -0)📝
pages/auth/mfa.vue(+1 -1)📝
pages/auth/register.vue(+1 -1)📝
pages/auth/signin.vue(+1 -2)➕
prisma/migrations/20260126230112_general_settings/migration.sql(+15 -0)📝
prisma/models/app.prisma(+2 -0)...and 7 more files
📄 Description
Adds 2 new settings for the serverName and the logo.
I refactored the image upload component from the company edit page.
I didn't change too many strings containing "Drop", just a few. We can change more if we think we need more.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.