[PR #57] [CLOSED] Big Picture UI, well the start of it #126

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/57
Author: @AdenMGB
Created: 6/9/2025
Status: Closed

Base: developHead: patch-2


📝 Commits (10+)

  • da727f0 feat: big picture foundations
  • 1e82c3a feat(big picuture): Library Details
  • faa6544 style: background changes
  • aa20dae fix: fix search icon being on the wrong layer
  • 1c568ce feat: layout optimisation
  • 9d7df47 fix(big picture): fix tranistion buginess
  • 8432c9e fix(bigpicture details): fix description overflow
  • f71bba5 feat(bigpicture): added basic side bar
  • 87600bd feat(big picture): menubar improvments
  • c5ed4be fix(big picture): always show game title

📊 Changes

6 files changed (+626 additions, -1 deletions)

View changed files

components/BigPictureGameDetails.vue (+175 -0)
components/BigPictureSideMenu.vue (+69 -0)
📝 components/Header.vue (+8 -1)
layouts/big-picture.vue (+24 -0)
pages/big-picture.vue (+226 -0)
pages/big-picture/settings.vue (+124 -0)

📄 Description

Selam!

See attached for current progress

https://github.com/user-attachments/assets/39eea40a-5f5e-46eb-8db3-361a9202b296

Navigation is still a WIP and would appreciate some help, currently the settings page is inaccessible through the big picture UI.


🔄 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/57 **Author:** [@AdenMGB](https://github.com/AdenMGB) **Created:** 6/9/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `patch-2` --- ### 📝 Commits (10+) - [`da727f0`](https://github.com/Drop-OSS/drop-app/commit/da727f02fc7551ef7d54a65329430efe9057eb95) feat: big picture foundations - [`1e82c3a`](https://github.com/Drop-OSS/drop-app/commit/1e82c3abf303d5168141ed300b2c8066fbc7597c) feat(big picuture): Library Details - [`faa6544`](https://github.com/Drop-OSS/drop-app/commit/faa6544b81e6a56643f98945fe45a93b5a1372ea) style: background changes - [`aa20dae`](https://github.com/Drop-OSS/drop-app/commit/aa20dae257dd0099ebd5a25a550851445b3ecdfb) fix: fix search icon being on the wrong layer - [`1c568ce`](https://github.com/Drop-OSS/drop-app/commit/1c568ce169d4db3ad989204b99c35a2a2980b81b) feat: layout optimisation - [`9d7df47`](https://github.com/Drop-OSS/drop-app/commit/9d7df47aa59f848495198bda7abd5ceb6e75d688) fix(big picture): fix tranistion buginess - [`8432c9e`](https://github.com/Drop-OSS/drop-app/commit/8432c9e75fb4eaa6690a3bb2b6093c92991ba209) fix(bigpicture details): fix description overflow - [`f71bba5`](https://github.com/Drop-OSS/drop-app/commit/f71bba5ba9d47d2e4cfa133ad7adeca120c46cd7) feat(bigpicture): added basic side bar - [`87600bd`](https://github.com/Drop-OSS/drop-app/commit/87600bd592b21b863a8f900166008d6093e3045b) feat(big picture): menubar improvments - [`c5ed4be`](https://github.com/Drop-OSS/drop-app/commit/c5ed4beae5d9cd1952711badee3acfcf7c9cd077) fix(big picture): always show game title ### 📊 Changes **6 files changed** (+626 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `components/BigPictureGameDetails.vue` (+175 -0) ➕ `components/BigPictureSideMenu.vue` (+69 -0) 📝 `components/Header.vue` (+8 -1) ➕ `layouts/big-picture.vue` (+24 -0) ➕ `pages/big-picture.vue` (+226 -0) ➕ `pages/big-picture/settings.vue` (+124 -0) </details> ### 📄 Description ### Selam! See attached for current progress https://github.com/user-attachments/assets/39eea40a-5f5e-46eb-8db3-361a9202b296 **Navigation is still a WIP and would appreciate some help**, currently the settings page is inaccessible through the big picture UI. --- <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:09 -05:00
yindo closed this issue 2026-02-17 17:12:09 -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#126