mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-18 18:44:30 -04:00
[PR #176] [MERGED] In-app store page (Windows + macOS) #172
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/176
Author: @DecDuck
Created: 1/15/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @DecDuck
Base:
torrential← Head:store📝 Commits (3)
5db455efeat: async store loading9f00d24feat: fix overscroll behaviour6645e11fix: query params in server protocol📊 Changes
8 files changed (+24 additions, -26 deletions)
View changed files
📝
main/assets/main.scss(+1 -0)📝
main/components/LibrarySearch.vue(+8 -5)📝
src-tauri/Cargo.lock(+1 -0)📝
src-tauri/games/src/library.rs(+1 -1)📝
src-tauri/remote/Cargo.toml(+1 -0)📝
src-tauri/remote/src/lib.rs(+0 -1)📝
src-tauri/remote/src/server_proto.rs(+8 -15)📝
src-tauri/src/lib.rs(+4 -4)📄 Description
Access the store page from within the app. Will only work on Windows + macOS, Linux's webkitgtk is the limiting factor.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.