mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #130] [MERGED] Pacodastre show title description setting 51 #221
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/130
Author: @DecDuck
Created: 7/5/2025
Status: ✅ Merged
Merged: 7/5/2025
Merged by: @DecDuck
Base:
develop← Head:Pacodastre-show-title-description-setting-51📝 Commits (8)
d7d9561#51 Adds settings page with showTitleDescriptionOnGamePanel7addb6cRemoves console.logabb5e21Renames isHidden to system, adds missing system column on Game and fixes nitro plugin on fresh database1c93871Implements a different way to handle the placeholder image283e92eRemoves system column on Game4170b3dGroups settings keys together88b6de4Removes unused i18n keysce75f2bfix: fix eslints and other small tweaks📊 Changes
18 files changed (+413 additions, -158 deletions)
View changed files
📝
components/GameCarousel.vue(+9 -1)📝
components/GamePanel.vue(+57 -17)➕
components/OptionWrapper.vue(+22 -0)📝
eslint.config.mjs(+1 -1)📝
i18n/locales/en_us.json(+17 -2)📝
layouts/admin.vue(+1 -1)📝
pages/admin/settings/index.vue(+114 -5)➕
prisma/migrations/20250621205541_add_show_title_description_on_game_panel/migration.sql(+2 -0)📝
prisma/models/app.prisma(+2 -0)📝
prisma/models/client.prisma(+13 -13)📝
prisma/models/content.prisma(+117 -117)➕
public/game-panel-placeholder.png(+0 -0)➕
server/api/v1/admin/settings/dummy-data.get.ts(+11 -0)➕
server/api/v1/admin/settings/index.get.ts(+13 -0)➕
server/api/v1/admin/settings/index.patch.ts(+23 -0)📝
server/internal/acls/descriptions.ts(+4 -0)📝
server/internal/acls/index.ts(+4 -0)📝
server/internal/library/index.ts(+3 -1)📄 Description
Had to recreate the PR because I can't push to Paco's branch.
Other PR: #124
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.