mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
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/124
Author: @Pacodastre
Created: 6/23/2025
Status: ❌ Closed
Base:
develop← Head:show-title-description-setting-51📝 Commits (7)
1665322#51 Adds settings page with showTitleDescriptionOnGamePanel675fd47Removes console.log179d3e8Renames isHidden to system, adds missing system column on Game and fixes nitro plugin on fresh database7b123e1Implements a different way to handle the placeholder image174ea39Removes system column on Gamec008739Groups settings keys together159556dRemoves unused i18n keys📊 Changes
16 files changed (+390 additions, -155 deletions)
View changed files
📝
components/GameCarousel.vue(+9 -1)📝
components/GamePanel.vue(+67 -17)➕
components/OptionWrapper.vue(+21 -0)📝
i18n/locales/en_us.json(+11 -1)📝
pages/admin/settings/index.vue(+90 -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
This PR adds support for the showTitleDescriptionOnGamePanel setting.
isHiddenflag on the Game schema. I then added a filter in all game queries to exclude the hidden games (i.e the dummy game). The hidden image is only used for dummy data.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.