[PR #162] [MERGED] 159 bug tauri open function not opening log and data directories #168

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/162
Author: @quexeky
Created: 10/16/2025
Status: Merged
Merged: 10/17/2025
Merged by: @DecDuck

Base: developHead: 159-bug-tauri-open-function-not-opening-log-and-data-directories


📝 Commits (10+)

📊 Changes

4 files changed (+77 additions, -135 deletions)

View changed files

📝 main/pages/settings/debug.vue (+2 -2)
📝 src-tauri/Cargo.lock (+66 -133)
📝 src-tauri/src/client.rs (+8 -0)
📝 src-tauri/src/lib.rs (+1 -0)

📄 Description

No description provided


🔄 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/162 **Author:** [@quexeky](https://github.com/quexeky) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `159-bug-tauri-open-function-not-opening-log-and-data-directories` --- ### 📝 Commits (10+) - [`59f040b`](https://github.com/Drop-OSS/drop-app/commit/59f040bc8bf61fe16ca68021063e4b2346706a87) chore: Major refactoring - [`62a2561`](https://github.com/Drop-OSS/drop-app/commit/62a2561539046056d22ba1ffac3a4c56b5525d50) fix: Remote tauri dependency from process - [`5d22b88`](https://github.com/Drop-OSS/drop-app/commit/5d22b883d5b0a40422a756f05ee4a5aa361f9938) refactor: Improvements to src-tauri - [`9e1bf98`](https://github.com/Drop-OSS/drop-app/commit/9e1bf9852fc7d56e1c1a2de0c343b11d85c31446) refactor: Builds, but some logic still left to move back - [`974666e`](https://github.com/Drop-OSS/drop-app/commit/974666efe2f9ffe05ee071f639b53936c906c7d3) refactor: Finish refactor - [`0f48f3f`](https://github.com/Drop-OSS/drop-app/commit/0f48f3fb44b81de347a7f63a9298220cdbb380c4) chore: Run cargo clippy && cargo fmt - [`2859a59`](https://github.com/Drop-OSS/drop-app/commit/2859a59622c77d03c0c66a5857877dbf78a9730e) Squashed commit of the following: - [`3b09dcf`](https://github.com/Drop-OSS/drop-app/commit/3b09dcfb73a693038b63c0709859ded286f406e5) fix: #159 - [`2ed8fe3`](https://github.com/Drop-OSS/drop-app/commit/2ed8fe3e391895b8a9e35953479fc48d8129c434) refactor: Move everything into src-tauri - [`08da52d`](https://github.com/Drop-OSS/drop-app/commit/08da52d84145b1f2a0041245d849c7e3b5efb6fe) chore: Preparation to merge from 156 ### 📊 Changes **4 files changed** (+77 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `main/pages/settings/debug.vue` (+2 -2) 📝 `src-tauri/Cargo.lock` (+66 -133) 📝 `src-tauri/src/client.rs` (+8 -0) 📝 `src-tauri/src/lib.rs` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:14 -05:00
yindo closed this issue 2026-02-17 17:12:14 -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#168