mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-08-27 01:01:21 -04:00
[PR #153] Big Picture / TV mode #165
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/153
Author: @DecDuck
Created: 9/23/2025
Status: 🔄 Open
Base:
develop← Head:bigpicturemode📝 Commits (5)
e29d5c8partial: mutationobserver864640dfeat: finish big picture navigationdbf9c8efeat: prototype big picture modeab9e06ffeat: improvements to jump calculator31f7d5bMerge branch 'develop' into bigpicturemode📊 Changes
66 files changed (+15435 additions, -28 deletions)
View changed files
📝
main/app.vue(+1 -8)📝
main/components/Header.vue(+2 -4)📝
main/components/HeaderUserWidget.vue(+0 -1)📝
main/components/LibrarySearch.vue(+1 -1)➖
main/components/PageWidget.vue(+0 -7)📝
main/nuxt.config.ts(+8 -4)📝
main/tailwind.config.js(+1 -0)➕
shared/app.vue(+50 -0)➕
shared/assets/main.scss(+84 -0)📝
shared/components/GameStatusButton.vue(+0 -0)📝
shared/components/Logo.vue(+0 -0)📝
shared/components/Wordmark.vue(+0 -0)📝
shared/composables/app-state.ts(+0 -0)📝
shared/composables/current-page-engine.ts(+0 -0)📝
shared/composables/downloads.ts(+0 -0)📝
shared/composables/game.ts(+0 -0)📝
shared/composables/generateGameMeta.ts(+0 -0)📝
shared/composables/state-navigation.ts(+0 -0)📝
shared/composables/use-object.ts(+1 -1)➕
shared/error.vue(+91 -0)...and 46 more files
📄 Description
A gamepad/controller focused UI layout, with navigation for it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.