[PR #186] [MERGED] extract frontends and frontend-ipc code into separate crates #321

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/186
Author: @feschber
Created: 9/3/2024
Status: Merged
Merged: 9/4/2024
Merged by: @feschber

Base: mainHead: extract-frontend


📝 Commits (1)

📊 Changes

37 files changed (+959 additions, -753 deletions)

View changed files

📝 Cargo.lock (+49 -7)
📝 Cargo.toml (+13 -15)
📝 README.md (+1 -1)
📝 build.rs (+0 -8)
lan-mouse-cli/Cargo.toml (+18 -0)
📝 lan-mouse-cli/src/command.rs (+1 -1)
📝 lan-mouse-cli/src/lib.rs (+57 -87)
lan-mouse-gtk/Cargo.toml (+18 -0)
lan-mouse-gtk/build.rs (+8 -0)
📝 lan-mouse-gtk/resources/client_row.ui (+0 -0)
📝 lan-mouse-gtk/resources/de.feschber.LanMouse.svg (+0 -0)
📝 lan-mouse-gtk/resources/resources.gresource.xml (+0 -0)
📝 lan-mouse-gtk/resources/window.ui (+0 -0)
📝 lan-mouse-gtk/src/client_object.rs (+1 -1)
📝 lan-mouse-gtk/src/client_object/imp.rs (+1 -1)
📝 lan-mouse-gtk/src/client_row.rs (+1 -1)
📝 lan-mouse-gtk/src/client_row/imp.rs (+0 -0)
📝 lan-mouse-gtk/src/lib.rs (+14 -43)
📝 lan-mouse-gtk/src/window.rs (+14 -30)
📝 lan-mouse-gtk/src/window/imp.rs (+2 -10)

...and 17 more files

📄 Description

there is now

  • lan-mouse-ipc for handling communication between the service and frontends
  • lan-mouse-cli for the cli frontend
  • lan-mouse-gtk for the gtk / libadwaita frontend

🔄 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/186 **Author:** [@feschber](https://github.com/feschber) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `extract-frontend` --- ### 📝 Commits (1) - [`377997c`](https://github.com/feschber/lan-mouse/commit/377997c6d2eff531846c713a434b8367b00a07ed) extract frontend crate ### 📊 Changes **37 files changed** (+959 additions, -753 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+49 -7) 📝 `Cargo.toml` (+13 -15) 📝 `README.md` (+1 -1) 📝 `build.rs` (+0 -8) ➕ `lan-mouse-cli/Cargo.toml` (+18 -0) 📝 `lan-mouse-cli/src/command.rs` (+1 -1) 📝 `lan-mouse-cli/src/lib.rs` (+57 -87) ➕ `lan-mouse-gtk/Cargo.toml` (+18 -0) ➕ `lan-mouse-gtk/build.rs` (+8 -0) 📝 `lan-mouse-gtk/resources/client_row.ui` (+0 -0) 📝 `lan-mouse-gtk/resources/de.feschber.LanMouse.svg` (+0 -0) 📝 `lan-mouse-gtk/resources/resources.gresource.xml` (+0 -0) 📝 `lan-mouse-gtk/resources/window.ui` (+0 -0) 📝 `lan-mouse-gtk/src/client_object.rs` (+1 -1) 📝 `lan-mouse-gtk/src/client_object/imp.rs` (+1 -1) 📝 `lan-mouse-gtk/src/client_row.rs` (+1 -1) 📝 `lan-mouse-gtk/src/client_row/imp.rs` (+0 -0) 📝 `lan-mouse-gtk/src/lib.rs` (+14 -43) 📝 `lan-mouse-gtk/src/window.rs` (+14 -30) 📝 `lan-mouse-gtk/src/window/imp.rs` (+2 -10) _...and 17 more files_ </details> ### 📄 Description there is now - `lan-mouse-ipc` for handling communication between the service and frontends - `lan-mouse-cli` for the cli frontend - `lan-mouse-gtk` for the gtk / libadwaita frontend --- <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:16:49 -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#321
No description provided.