[PR #27] [MERGED] Frontend improvement #239

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/27
Author: @feschber
Created: 9/24/2023
Status: Merged
Merged: 9/25/2023
Merged by: @feschber

Base: mainHead: frontend-improvement


📝 Commits (10+)

📊 Changes

17 files changed (+903 additions, -429 deletions)

View changed files

📝 README.md (+2 -5)
de.feschber.LanMouse.yml (+14 -0)
📝 src/backend/producer/wayland.rs (+17 -11)
📝 src/client.rs (+88 -120)
📝 src/config.rs (+7 -32)
📝 src/dns.rs (+15 -4)
📝 src/event/server.rs (+229 -87)
📝 src/frontend.rs (+138 -23)
📝 src/frontend/cli.rs (+157 -59)
📝 src/frontend/gtk.rs (+118 -24)
📝 src/frontend/gtk/client_object.rs (+6 -2)
📝 src/frontend/gtk/client_object/imp.rs (+3 -0)
📝 src/frontend/gtk/client_row.rs (+29 -2)
📝 src/frontend/gtk/client_row/imp.rs (+6 -4)
📝 src/frontend/gtk/window.rs (+66 -33)
📝 src/frontend/gtk/window/imp.rs (+2 -3)
📝 src/main.rs (+6 -20)

📄 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/27 **Author:** [@feschber](https://github.com/feschber) **Created:** 9/24/2023 **Status:** ✅ Merged **Merged:** 9/25/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `frontend-improvement` --- ### 📝 Commits (10+) - [`5a5af1a`](https://github.com/feschber/lan-mouse/commit/5a5af1aaa8c7f12a8e9a1bf92a9e5851c0853c95) Performance and Frontend Improvements (WIP) - [`61aff77`](https://github.com/feschber/lan-mouse/commit/61aff775c3c92a46b888a6f64eeb72d0db612b0f) wip - [`4444c02`](https://github.com/feschber/lan-mouse/commit/4444c02bfa84ca59aa8ff9bfda1cf3462760be3f) fix gtk frontend + update frontend communication protocol (wip) - [`b3581cc`](https://github.com/feschber/lan-mouse/commit/b3581cc14df4da08c40a0230eb7feb79b99353ab) polish cli - [`02c5f02`](https://github.com/feschber/lan-mouse/commit/02c5f0236c7c7f207c2e75159194e80f60db6852) polish cli - [`91468b0`](https://github.com/feschber/lan-mouse/commit/91468b0ed874fe700745ca8188ecb2561f7f336d) fix gtk - [`45595c8`](https://github.com/feschber/lan-mouse/commit/45595c889ef7790a32cc890956b90811c50350ac) fix update pos - [`4675fd0`](https://github.com/feschber/lan-mouse/commit/4675fd083d0797f0f7fc5c4c293a38c69a7c1c89) remove redundant dns lookup - [`36a8b00`](https://github.com/feschber/lan-mouse/commit/36a8b009e74125fc178dce0a953faf13695441aa) fixes - [`b6a050c`](https://github.com/feschber/lan-mouse/commit/b6a050c4f47b0e3e7a04965931756f469db16b0d) cleanup ### 📊 Changes **17 files changed** (+903 additions, -429 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -5) ➕ `de.feschber.LanMouse.yml` (+14 -0) 📝 `src/backend/producer/wayland.rs` (+17 -11) 📝 `src/client.rs` (+88 -120) 📝 `src/config.rs` (+7 -32) 📝 `src/dns.rs` (+15 -4) 📝 `src/event/server.rs` (+229 -87) 📝 `src/frontend.rs` (+138 -23) 📝 `src/frontend/cli.rs` (+157 -59) 📝 `src/frontend/gtk.rs` (+118 -24) 📝 `src/frontend/gtk/client_object.rs` (+6 -2) 📝 `src/frontend/gtk/client_object/imp.rs` (+3 -0) 📝 `src/frontend/gtk/client_row.rs` (+29 -2) 📝 `src/frontend/gtk/client_row/imp.rs` (+6 -4) 📝 `src/frontend/gtk/window.rs` (+66 -33) 📝 `src/frontend/gtk/window/imp.rs` (+2 -3) 📝 `src/main.rs` (+6 -20) </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:14:56 -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#239
No description provided.