mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-08-27 19:19:55 -04:00
[PR #82] [CLOSED] Feat: Big Picture Mode attempt 2 #141
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-app/pull/82
Author: @AdenMGB
Created: 7/30/2025
Status: ❌ Closed
Base:
develop← Head:patch-3📝 Commits (10+)
8ab3801feat(bigpic): basic UI Elements and founation for big pictureac910c0feat(bigpic): start of library view although its not loading and dying silently?1640518fix(bigpic): fix queue page speed units being wrongc08f8cbfix(bigpic): fix autoimports on queue page70bd8f5feat(bigpic): add opening animation plus more animationa25d6f7feat(bigpic): move the exit button to a dropdown4b12cf9fix(bigpic): fix styling of userdropdown in bigpic to stand out more27c8da0feat(bigpic): implement settings pagebd40377fix(bigpic): a couple of improvmenets from suggestions813d2a6fix(bigpic): out of desperation move game details into main lib file📊 Changes
73 files changed (+3668 additions, -657 deletions)
View changed files
📝
.github/workflows/release.yml(+34 -0)📝
app.vue(+2 -1)➕
components/BigPictureGameTile.vue(+188 -0)➕
components/BigPictureHeader.vue(+113 -0)➕
components/BigPictureInstallModal.vue(+282 -0)➕
components/BigPictureIntro.vue(+69 -0)➕
components/BigPictureNavTile.vue(+61 -0)➕
components/BigPictureQueueItem.vue(+116 -0)➕
components/BigPictureSidebar.vue(+84 -0)➕
components/BigPictureToggle.vue(+21 -0)📝
components/GameStatusButton.vue(+77 -41)📝
components/Header.vue(+2 -0)📝
components/InitiateAuthModule.vue(+14 -8)📝
components/LibrarySearch.vue(+3 -1)📝
components/MiniHeader.vue(+1 -1)➕
composables/big-picture.ts(+111 -0)📝
composables/state-navigation.ts(+13 -2)📝
drop-base(+1 -1)➕
layouts/big-picture.vue(+58 -0)📝
package.json(+1 -1)...and 53 more files
📄 Description
Video Showcase below:
https://github.com/user-attachments/assets/0c5f23d9-8319-4f8c-aac7-32e1bf27a27d
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.