[PR #26] [MERGED] style(library): Re-designed Library UI with new features #120

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/26
Author: @AdenMGB
Created: 2/15/2025
Status: Merged
Merged: 2/17/2025
Merged by: @DecDuck

Base: developHead: develop


📝 Commits (1)

  • 8520b25 style(library): Re-designed Library UI with new features

📊 Changes

7 files changed (+483 additions, -111 deletions)

View changed files

📝 components/GameStatusButton.vue (+15 -13)
components/LibrarySearch.vue (+137 -0)
📝 pages/library.vue (+19 -62)
📝 pages/library/[id]/index.vue (+291 -32)
📝 pages/library/index.vue (+19 -4)
📝 src-tauri/src/games/library.rs (+1 -0)
📝 types.ts (+1 -0)

📄 Description

Overhaul of library page to bring a more lively and modern look to the library page

Note: Collections were not included because Rust is scary

image


🔄 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/26 **Author:** [@AdenMGB](https://github.com/AdenMGB) **Created:** 2/15/2025 **Status:** ✅ Merged **Merged:** 2/17/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`8520b25`](https://github.com/Drop-OSS/drop-app/commit/8520b255a3574791a72f9ed11c70aa2b0fc84587) style(library): Re-designed Library UI with new features ### 📊 Changes **7 files changed** (+483 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `components/GameStatusButton.vue` (+15 -13) ➕ `components/LibrarySearch.vue` (+137 -0) 📝 `pages/library.vue` (+19 -62) 📝 `pages/library/[id]/index.vue` (+291 -32) 📝 `pages/library/index.vue` (+19 -4) 📝 `src-tauri/src/games/library.rs` (+1 -0) 📝 `types.ts` (+1 -0) </details> ### 📄 Description ### Overhaul of library page to bring a more lively and modern look to the library page Note: Collections were not included because Rust is scary ![image](https://github.com/user-attachments/assets/603cfab0-a861-46e8-9447-412e2c311a06) --- <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:08 -05:00
yindo closed this issue 2026-02-17 17:12:08 -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#120