[PR #129] [MERGED] explicit state synchronisation #295

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/129
Author: @feschber
Created: 5/11/2024
Status: Merged
Merged: 5/11/2024
Merged by: @feschber

Base: mainHead: explicit-state-sync


📝 Commits (1)

  • 31fe26a explicit state synchronisation

📊 Changes

6 files changed (+90 additions, -133 deletions)

View changed files

📝 src/frontend.rs (+6 -6)
📝 src/frontend/cli.rs (+22 -44)
📝 src/frontend/gtk.rs (+3 -4)
📝 src/frontend/gtk/window.rs (+38 -42)
📝 src/server/frontend_task.rs (+17 -29)
📝 src/server/resolver_task.rs (+4 -8)

📄 Description

this prevents a race condition between requesting activation and configuration changes in the gtk frontend


🔄 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/129 **Author:** [@feschber](https://github.com/feschber) **Created:** 5/11/2024 **Status:** ✅ Merged **Merged:** 5/11/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `explicit-state-sync` --- ### 📝 Commits (1) - [`31fe26a`](https://github.com/feschber/lan-mouse/commit/31fe26a81cc7fccfe66ddad193648004215736d8) explicit state synchronisation ### 📊 Changes **6 files changed** (+90 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `src/frontend.rs` (+6 -6) 📝 `src/frontend/cli.rs` (+22 -44) 📝 `src/frontend/gtk.rs` (+3 -4) 📝 `src/frontend/gtk/window.rs` (+38 -42) 📝 `src/server/frontend_task.rs` (+17 -29) 📝 `src/server/resolver_task.rs` (+4 -8) </details> ### 📄 Description this prevents a race condition between requesting activation and configuration changes in the gtk frontend --- <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:16:08 -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#295
No description provided.