mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #43] [MERGED] even more! #188
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/43
Author: @Huskydog9988
Created: 5/8/2025
Status: ✅ Merged
Merged: 5/9/2025
Merged by: @DecDuck
Base:
develop← Head:further-improvements📝 Commits (9)
f9f437dfeat: basic screenshot manager471e85dfix: missing metadata preventing game import1a2d3c8feat: manually edit search term for game import597a226feat: identify unused objectsbf691a7feat: minimum support for unrefed object cleanupdf291c3fix: linting errors7e5e7b0feat: finish migrating to new objectid namingb681476feat: unified company metadata store17e4734fix: pcgamingwiki not parsing company websites📊 Changes
44 files changed (+615 additions, -206 deletions)
View changed files
📝
components/GamePanel.vue(+2 -2)📝
components/Icons/SSOLogo.vue(+1 -4)📝
components/LibraryDirectory.vue(+1 -1)📝
components/NewsDirectory.vue(+2 -2)📝
components/UserHeader.vue(+2 -6)📝
components/UserHeader/UserWidget.vue(+2 -2)📝
pages/admin/library/[id]/index.vue(+33 -28)📝
pages/admin/library/import.vue(+34 -1)📝
pages/admin/library/index.vue(+1 -1)📝
pages/library/game/[id]/index.vue(+6 -3)📝
pages/news/[id]/index.vue(+2 -2)📝
pages/news/index.vue(+2 -2)📝
pages/store/[id]/index.vue(+10 -4)📝
pages/store/index.vue(+1 -1)➕
prisma/migrations/20250508153613_add_screenshots/migration.sql(+20 -0)➕
prisma/migrations/20250508224553_cleanup_old_objects/migration.sql(+16 -0)➕
prisma/migrations/20250509003340_init_unified_company_metadata/migration.sql(+35 -0)📝
prisma/models/content.prisma(+58 -8)📝
prisma/models/news.prisma(+2 -2)📝
prisma/models/user.prisma(+5 -4)...and 24 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.