[PR #34] [MERGED] port changing functionality #244

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/34
Author: @feschber
Created: 10/17/2023
Status: Merged
Merged: 10/17/2023
Merged by: @feschber

Base: mainHead: port-change


📝 Commits (2)

  • b903b76 port changing functionality
  • 87db1dd add portchange to cli frontend

📊 Changes

9 files changed (+261 additions, -119 deletions)

View changed files

📝 resources/style-dark.css (+8 -0)
📝 resources/style.css (+8 -0)
📝 resources/window.ui (+121 -92)
📝 src/event/server.rs (+26 -1)
📝 src/frontend.rs (+6 -2)
📝 src/frontend/cli.rs (+23 -9)
📝 src/frontend/gtk.rs (+7 -0)
📝 src/frontend/gtk/window.rs (+14 -6)
📝 src/frontend/gtk/window/imp.rs (+48 -9)

📄 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/34 **Author:** [@feschber](https://github.com/feschber) **Created:** 10/17/2023 **Status:** ✅ Merged **Merged:** 10/17/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `port-change` --- ### 📝 Commits (2) - [`b903b76`](https://github.com/feschber/lan-mouse/commit/b903b76f87aa9cb1bd23a749b5ff02296b3db89b) port changing functionality - [`87db1dd`](https://github.com/feschber/lan-mouse/commit/87db1dd267ecb04e826b092013aa21d0f04d79f4) add portchange to cli frontend ### 📊 Changes **9 files changed** (+261 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `resources/style-dark.css` (+8 -0) 📝 `resources/style.css` (+8 -0) 📝 `resources/window.ui` (+121 -92) 📝 `src/event/server.rs` (+26 -1) 📝 `src/frontend.rs` (+6 -2) 📝 `src/frontend/cli.rs` (+23 -9) 📝 `src/frontend/gtk.rs` (+7 -0) 📝 `src/frontend/gtk/window.rs` (+14 -6) 📝 `src/frontend/gtk/window/imp.rs` (+48 -9) </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:15:07 -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#244
No description provided.