[PR #82] [CLOSED] Feat: Big Picture Mode attempt 2 #141

Closed
opened 2026-02-17 17:12:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/82
Author: @AdenMGB
Created: 7/30/2025
Status: Closed

Base: developHead: patch-3


📝 Commits (10+)

  • 8ab3801 feat(bigpic): basic UI Elements and founation for big picture
  • ac910c0 feat(bigpic): start of library view although its not loading and dying silently?
  • 1640518 fix(bigpic): fix queue page speed units being wrong
  • c08f8cb fix(bigpic): fix autoimports on queue page
  • 70bd8f5 feat(bigpic): add opening animation plus more animation
  • a25d6f7 feat(bigpic): move the exit button to a dropdown
  • 4b12cf9 fix(bigpic): fix styling of userdropdown in bigpic to stand out more
  • 27c8da0 feat(bigpic): implement settings page
  • bd40377 fix(bigpic): a couple of improvmenets from suggestions
  • 813d2a6 fix(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

Tip

In essence a much more robust attempt at my last implementation

Note

Implementation is ready for proper review and per chance a merge

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.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/82 **Author:** [@AdenMGB](https://github.com/AdenMGB) **Created:** 7/30/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `patch-3` --- ### 📝 Commits (10+) - [`8ab3801`](https://github.com/Drop-OSS/drop-app/commit/8ab38013d7c39382eddc02042437c7c447974286) feat(bigpic): basic UI Elements and founation for big picture - [`ac910c0`](https://github.com/Drop-OSS/drop-app/commit/ac910c0ea5753432440246974b9b79bf53a88edf) feat(bigpic): start of library view although its not loading and dying silently? - [`1640518`](https://github.com/Drop-OSS/drop-app/commit/164051881b680d8c99f7d313d719d47fe2a6a271) fix(bigpic): fix queue page speed units being wrong - [`c08f8cb`](https://github.com/Drop-OSS/drop-app/commit/c08f8cb3f24a2d42a9fbb1ef66c9636aa677fb4a) fix(bigpic): fix autoimports on queue page - [`70bd8f5`](https://github.com/Drop-OSS/drop-app/commit/70bd8f5ecdb5b6f70552a2c3724d8ee4f9e908cb) feat(bigpic): add opening animation plus more animation - [`a25d6f7`](https://github.com/Drop-OSS/drop-app/commit/a25d6f77904bd0a510c3fa7944db5349ef73337e) feat(bigpic): move the exit button to a dropdown - [`4b12cf9`](https://github.com/Drop-OSS/drop-app/commit/4b12cf931371a29911fac3a9919bf7c11c8cdf71) fix(bigpic): fix styling of userdropdown in bigpic to stand out more - [`27c8da0`](https://github.com/Drop-OSS/drop-app/commit/27c8da067962f0deb99be22f4170e28ce158dd60) feat(bigpic): implement settings page - [`bd40377`](https://github.com/Drop-OSS/drop-app/commit/bd40377f5fdb5a4a1b5cc1ccc8c18595f9dd8e7d) fix(bigpic): a couple of improvmenets from suggestions - [`813d2a6`](https://github.com/Drop-OSS/drop-app/commit/813d2a6cea8c51858d34650bff2f5707259abdb1) fix(bigpic): out of desperation move game details into main lib file ### 📊 Changes **73 files changed** (+3668 additions, -657 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description > [!TIP] > In essence a much more robust attempt at my last implementation > [!NOTE] > Implementation is ready for proper review and per chance a merge ### Video Showcase below: https://github.com/user-attachments/assets/0c5f23d9-8319-4f8c-aac7-32e1bf27a27d --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:11 -05:00
yindo closed this issue 2026-02-17 17:12:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#141