mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #19] [MERGED] Libadwaita gui #233
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#233
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/19
Author: @feschber
Created: 9/14/2023
Status: ✅ Merged
Merged: 9/20/2023
Merged by: @feschber
Base:
main← Head:libadwaita-gui📝 Commits (10+)
83509b4Start working on gtkafa9948show basic window7d1d967update dependencies24d1c13ui mostly donebe95aa4fix windows buildf93e8c6update icon9267a87Move placeholder element into the ui file1c2c373move frontend into its own module3fe2c19fix build86d6d5bupdate github workflows📊 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.