mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #186] [MERGED] extract frontends and frontend-ipc code into separate crates #321
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#321
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/feschber/lan-mouse/pull/186
Author: @feschber
Created: 9/3/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @feschber
Base:
main← Head:extract-frontend📝 Commits (1)
377997cextract frontend crate📊 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-ipcfor handling communication between the service and frontendslan-mouse-clifor the cli frontendlan-mouse-gtkfor the gtk / libadwaita frontend🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.