[PR #20] [MERGED] Fix multiple bugs and improve cross-platform support #20

Closed
opened 2026-03-13 13:05:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/291-Group/LAN-Orangutan/pull/20
Author: @FileBay
Created: 1/1/2026
Status: Merged
Merged: 1/1/2026
Merged by: @FileBay

Base: mainHead: claude/audit-code-bugs-NaPWC


📝 Commits (1)

  • e7f06e1 Fix multiple bugs and improve cross-platform support

📊 Changes

5 files changed (+89 additions, -15 deletions)

View changed files

📝 internal/cli/scan.go (+17 -0)
📝 internal/network/tailscale.go (+39 -2)
📝 internal/web/handler.go (+20 -9)
📝 internal/web/static/style.css (+11 -2)
📝 internal/web/templates/index.html (+2 -2)

📄 Description

  • Fix LastSeenUnix template error by adding field to DeviceView
  • Fix superfluous WriteHeader by buffering template output
  • Fix Tailscale detection on macOS (check multiple binary locations)
  • Fix theme toggle CSS (explicit light theme selector)
  • Make logo clickable link to homepage
  • Add sudo warning when MAC addresses missing on scan

🔄 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/291-Group/LAN-Orangutan/pull/20 **Author:** [@FileBay](https://github.com/FileBay) **Created:** 1/1/2026 **Status:** ✅ Merged **Merged:** 1/1/2026 **Merged by:** [@FileBay](https://github.com/FileBay) **Base:** `main` ← **Head:** `claude/audit-code-bugs-NaPWC` --- ### 📝 Commits (1) - [`e7f06e1`](https://github.com/291-Group/LAN-Orangutan/commit/e7f06e171adbbc04847f9822aa723a954734000a) Fix multiple bugs and improve cross-platform support ### 📊 Changes **5 files changed** (+89 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `internal/cli/scan.go` (+17 -0) 📝 `internal/network/tailscale.go` (+39 -2) 📝 `internal/web/handler.go` (+20 -9) 📝 `internal/web/static/style.css` (+11 -2) 📝 `internal/web/templates/index.html` (+2 -2) </details> ### 📄 Description - Fix LastSeenUnix template error by adding field to DeviceView - Fix superfluous WriteHeader by buffering template output - Fix Tailscale detection on macOS (check multiple binary locations) - Fix theme toggle CSS (explicit light theme selector) - Make logo clickable link to homepage - Add sudo warning when MAC addresses missing on scan --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 13:05:10 +03:00
Sign in to join this conversation.
No labels
pull-request
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
starred/LAN-Orangutan#20
No description provided.