[PR #176] [MERGED] In-app store page (Windows + macOS) #172

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

📋 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: torrentialHead: store


📝 Commits (3)

  • 5db455e feat: async store loading
  • 9f00d24 feat: fix overscroll behaviour
  • 6645e11 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/176 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `torrential` ← **Head:** `store` --- ### 📝 Commits (3) - [`5db455e`](https://github.com/Drop-OSS/drop-app/commit/5db455ed3fcdf3514d1a167efa1e41ecd1fddf1b) feat: async store loading - [`9f00d24`](https://github.com/Drop-OSS/drop-app/commit/9f00d245568a01895918e62c521ab5f98217e7c2) feat: fix overscroll behaviour - [`6645e11`](https://github.com/Drop-OSS/drop-app/commit/6645e11d718fd1c7079046a36405d97121b9f5f0) fix: query params in server protocol ### 📊 Changes **8 files changed** (+24 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Access the store page from within the app. Will only work on Windows + macOS, Linux's webkitgtk is the limiting factor. --- <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:15 -05:00
yindo closed this issue 2026-02-17 17:12:15 -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#172