mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-18 18:44:30 -04:00
[PR #27] [CLOSED] Client collections implementation & App update checker #119
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/27
Author: @AdenMGB
Created: 3/8/2025
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (10+)
0a69d67feat(backend): exposed check_for_updates commande734484feat(backend): implemented logic for updating the client33ff006feat(backend): created command to call update function1400b2cfeat(settings): added ability to check for app updates from settings25d7356feat(components): created new update modal componente471d83feat(collections): UI for managing collections from game viewe1fb85dfeat(collections): UI For delete collections command07e1939feat(collections): UI For creating collections36d5c27feat(collections): implemented collections client overview78f0f15feat(collections): view games in a collection UI📊 Changes
12 files changed (+945 additions, -15 deletions)
View changed files
➕
components/CreateCollectionModal.vue(+72 -0)➕
components/DeleteCollectionModal.vue(+71 -0)➕
components/GameLibraryControls.vue(+141 -0)➕
components/UpdateModal.vue(+144 -0)➕
composables/colllection.ts(+107 -0)📝
pages/library/[id]/index.vue(+16 -0)➕
pages/library/collections/[id]/index.vue(+84 -0)📝
pages/library/index.vue(+105 -14)📝
pages/settings/index.vue(+80 -1)📝
src-tauri/src/lib.rs(+3 -0)➕
src-tauri/src/update_checker/command.rs(+15 -0)➕
src-tauri/src/update_checker/mod.rs(+107 -0)📄 Description
Key points
Update checker Demo
https://github.com/user-attachments/assets/bc35079d-5434-4959-bc1d-49dfd33e206f
Collections
https://github.com/user-attachments/assets/8b412baf-c602-4473-ad8f-c8f18943cb18
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.