[PR #345] [MERGED] Save config #383

Closed
opened 2026-05-05 22:17:59 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/345
Author: @feschber
Created: 10/31/2025
Status: Merged
Merged: 2/7/2026
Merged by: @feschber

Base: mainHead: save-config


📝 Commits (5)

  • 6d16747 add setters for clients and authorized keys
  • 18bba18 impl change config request
  • a29489c basic saving functionality
  • 16c7a57 save config automatically
  • 87a078b add TODO comment

📊 Changes

7 files changed (+160 additions, -11 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 Cargo.toml (+1 -0)
📝 lan-mouse-cli/src/lib.rs (+3 -0)
📝 lan-mouse-ipc/src/lib.rs (+2 -0)
📝 src/client.rs (+9 -0)
📝 src/config.rs (+82 -1)
📝 src/service.rs (+62 -10)

📄 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/feschber/lan-mouse/pull/345 **Author:** [@feschber](https://github.com/feschber) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 2/7/2026 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `save-config` --- ### 📝 Commits (5) - [`6d16747`](https://github.com/feschber/lan-mouse/commit/6d16747c1907428bdde914c71e43914fa221df41) add setters for clients and authorized keys - [`18bba18`](https://github.com/feschber/lan-mouse/commit/18bba183eec066891067db77066c8dc826039a1c) impl change config request - [`a29489c`](https://github.com/feschber/lan-mouse/commit/a29489cd400de062acde3ea69da8745e376c45b2) basic saving functionality - [`16c7a57`](https://github.com/feschber/lan-mouse/commit/16c7a57b480e501576640b838ac1c808ab9da0b9) save config automatically - [`87a078b`](https://github.com/feschber/lan-mouse/commit/87a078bce6a13cebab353478899f984520da932c) add TODO comment ### 📊 Changes **7 files changed** (+160 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `Cargo.toml` (+1 -0) 📝 `lan-mouse-cli/src/lib.rs` (+3 -0) 📝 `lan-mouse-ipc/src/lib.rs` (+2 -0) 📝 `src/client.rs` (+9 -0) 📝 `src/config.rs` (+82 -1) 📝 `src/service.rs` (+62 -10) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:17:59 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#383
No description provided.