[PR #19] [MERGED] Libadwaita gui #233

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/19
Author: @feschber
Created: 9/14/2023
Status: Merged
Merged: 9/20/2023
Merged by: @feschber

Base: mainHead: libadwaita-gui


📝 Commits (10+)

📊 Changes

28 files changed (+1202 additions, -187 deletions)

View changed files

📝 .github/workflows/pre-release.yml (+1 -0)
📝 .github/workflows/rust.yml (+1 -0)
📝 .github/workflows/tagged-release.yml (+1 -0)
📝 Cargo.lock (+19 -34)
📝 Cargo.toml (+21 -7)
📝 README.md (+35 -23)
build.rs (+9 -0)
📝 config.toml (+5 -4)
resources/client_row.ui (+74 -0)
resources/mouse-icon.svg (+171 -0)
resources/resources.gresource.xml (+12 -0)
resources/style-dark.css (+3 -0)
resources/style.css (+3 -0)
resources/window.ui (+121 -0)
📝 src/backend/producer/wayland.rs (+34 -16)
📝 src/client.rs (+24 -15)
📝 src/config.rs (+4 -0)
📝 src/event/server.rs (+47 -7)
📝 src/frontend.rs (+8 -8)
📝 src/frontend/cli.rs (+65 -51)

...and 8 more files

📄 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/19 **Author:** [@feschber](https://github.com/feschber) **Created:** 9/14/2023 **Status:** ✅ Merged **Merged:** 9/20/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `libadwaita-gui` --- ### 📝 Commits (10+) - [`83509b4`](https://github.com/feschber/lan-mouse/commit/83509b4197a0a8f36930e991b922ee1812803e00) Start working on gtk - [`afa9948`](https://github.com/feschber/lan-mouse/commit/afa99480cbb922aff7bc033fb293c479cbe27bd7) show basic window - [`7d1d967`](https://github.com/feschber/lan-mouse/commit/7d1d967f3199c58a43835039be959d6750246280) update dependencies - [`24d1c13`](https://github.com/feschber/lan-mouse/commit/24d1c138662b88bb69d563059b12deaf1355a1a2) ui mostly done - [`be95aa4`](https://github.com/feschber/lan-mouse/commit/be95aa459b6c739576895083d97412d46b18828c) fix windows build - [`f93e8c6`](https://github.com/feschber/lan-mouse/commit/f93e8c6296fc501e2cc704754a9eb65fa33509d6) update icon - [`9267a87`](https://github.com/feschber/lan-mouse/commit/9267a870bda305d66f1c98666605c76962524e47) Move placeholder element into the ui file - [`1c2c373`](https://github.com/feschber/lan-mouse/commit/1c2c3733d1f7613429feefe2e549c8da1ab67754) move frontend into its own module - [`3fe2c19`](https://github.com/feschber/lan-mouse/commit/3fe2c19504783dc75d537badcabc582d8df79958) fix build - [`86d6d5b`](https://github.com/feschber/lan-mouse/commit/86d6d5bf0aed1df9516bca9956e77bd03019250f) update github workflows ### 📊 Changes **28 files changed** (+1202 additions, -187 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pre-release.yml` (+1 -0) 📝 `.github/workflows/rust.yml` (+1 -0) 📝 `.github/workflows/tagged-release.yml` (+1 -0) 📝 `Cargo.lock` (+19 -34) 📝 `Cargo.toml` (+21 -7) 📝 `README.md` (+35 -23) ➕ `build.rs` (+9 -0) 📝 `config.toml` (+5 -4) ➕ `resources/client_row.ui` (+74 -0) ➕ `resources/mouse-icon.svg` (+171 -0) ➕ `resources/resources.gresource.xml` (+12 -0) ➕ `resources/style-dark.css` (+3 -0) ➕ `resources/style.css` (+3 -0) ➕ `resources/window.ui` (+121 -0) 📝 `src/backend/producer/wayland.rs` (+34 -16) 📝 `src/client.rs` (+24 -15) 📝 `src/config.rs` (+4 -0) 📝 `src/event/server.rs` (+47 -7) 📝 `src/frontend.rs` (+8 -8) 📝 `src/frontend/cli.rs` (+65 -51) _...and 8 more files_ </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:42 -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#233
No description provided.