[PR #119] [MERGED] implement dns indicator #290

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

📋 Pull Request Information

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

Base: mainHead: dns-status


📝 Commits (1)

📊 Changes

11 files changed (+158 additions, -13 deletions)

View changed files

📝 resources/client_row.ui (+6 -2)
📝 src/client.rs (+2 -0)
📝 src/frontend.rs (+2 -0)
📝 src/frontend/gtk/client_object.rs (+11 -0)
📝 src/frontend/gtk/client_object/imp.rs (+2 -0)
📝 src/frontend/gtk/client_row.rs (+23 -0)
📝 src/frontend/gtk/client_row/imp.rs (+5 -2)
📝 src/frontend/gtk/window.rs (+60 -5)
📝 src/server.rs (+3 -2)
📝 src/server/frontend_task.rs (+10 -0)
📝 src/server/resolver_task.rs (+34 -2)

📄 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/119 **Author:** [@feschber](https://github.com/feschber) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `dns-status` --- ### 📝 Commits (1) - [`5067f84`](https://github.com/feschber/lan-mouse/commit/5067f84d92e68b187b39a47d1b4b4382a0d8c618) implement dns indicator ### 📊 Changes **11 files changed** (+158 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `resources/client_row.ui` (+6 -2) 📝 `src/client.rs` (+2 -0) 📝 `src/frontend.rs` (+2 -0) 📝 `src/frontend/gtk/client_object.rs` (+11 -0) 📝 `src/frontend/gtk/client_object/imp.rs` (+2 -0) 📝 `src/frontend/gtk/client_row.rs` (+23 -0) 📝 `src/frontend/gtk/client_row/imp.rs` (+5 -2) 📝 `src/frontend/gtk/window.rs` (+60 -5) 📝 `src/server.rs` (+3 -2) 📝 `src/server/frontend_task.rs` (+10 -0) 📝 `src/server/resolver_task.rs` (+34 -2) </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:16:02 -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#290
No description provided.