[PR #104] [MERGED] [ui] Improve mesh, ios fixes #312

Closed
opened 2026-03-04 01:36:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/104
Author: @lts-rad
Created: 12/21/2022
Status: Merged
Merged: 12/21/2022
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (8)

📊 Changes

33 files changed (+729 additions, -492 deletions)

View changed files

📝 .github/workflows/clearfog-ubuntu-iso.yml (+2 -0)
📝 .github/workflows/pi-ubuntu-iso.yml (+2 -0)
📝 frontend/src/api/API.js (+0 -1)
📝 frontend/src/api/Auth.js (+11 -3)
📝 frontend/src/api/DNS.js (+35 -15)
📝 frontend/src/api/Device.js (+43 -26)
📝 frontend/src/api/Dyndns.js (+3 -3)
📝 frontend/src/api/Firewall.js (+27 -10)
📝 frontend/src/api/Group.js (+2 -2)
📝 frontend/src/api/Logs.js (+1 -1)
📝 frontend/src/api/Nfmap.js (+1 -1)
📝 frontend/src/api/Notifications.js (+15 -4)
📝 frontend/src/api/Pfw.js (+58 -22)
📝 frontend/src/api/Plugin.js (+26 -8)
📝 frontend/src/api/Traffic.js (+3 -3)
📝 frontend/src/api/Wifi.js (+89 -39)
📝 frontend/src/api/Wireguard.js (+23 -7)
📝 frontend/src/api/mesh.js (+47 -8)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+89 -100)
📝 frontend/src/components/DNS/DNSLogList.js (+37 -39)

...and 13 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/spr-networks/super/pull/104 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 12/21/2022 **Status:** ✅ Merged **Merged:** 12/21/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`b273135`](https://github.com/spr-networks/super/commit/b273135fe1060d671f6d30f2a7bbbc3a6dbd8ce6) [ui] Update connectivity to check all wifi interfaces - [`6a85e89`](https://github.com/spr-networks/super/commit/6a85e89d7a5aad2dde22c699f6bda47bf782520a) Merge branch 'main' into dev - [`ed5991a`](https://github.com/spr-networks/super/commit/ed5991a10d4cb90e01b51effa1dd0f1038c84ede) Iosfix, ui updates (#103) - [`304f803`](https://github.com/spr-networks/super/commit/304f8038521d0d437fdefb32f049a6d646e13cb8) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`88648bd`](https://github.com/spr-networks/super/commit/88648bda55d6e177f530680d74a6e0cfc17a11c7) [build] add fetch-depth: 0 for tags - [`81be17c`](https://github.com/spr-networks/super/commit/81be17c8a31844ac98ccd9809335c611c70cb5a1) [ui] Refactor arrow functions so that users can proxy calls to mesh nodes with remoteURL - [`93d99bc`](https://github.com/spr-networks/super/commit/93d99bce6bf45d47f45721f0ed218870e31da393) [ui] Call into the mesh nodes for online status - [`313a25a`](https://github.com/spr-networks/super/commit/313a25af0ac3a36a20a09128475f49e77bebcda9) Merge branch 'dev' of https://github.com/spr-networks/super into dev ### 📊 Changes **33 files changed** (+729 additions, -492 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/clearfog-ubuntu-iso.yml` (+2 -0) 📝 `.github/workflows/pi-ubuntu-iso.yml` (+2 -0) 📝 `frontend/src/api/API.js` (+0 -1) 📝 `frontend/src/api/Auth.js` (+11 -3) 📝 `frontend/src/api/DNS.js` (+35 -15) 📝 `frontend/src/api/Device.js` (+43 -26) 📝 `frontend/src/api/Dyndns.js` (+3 -3) 📝 `frontend/src/api/Firewall.js` (+27 -10) 📝 `frontend/src/api/Group.js` (+2 -2) 📝 `frontend/src/api/Logs.js` (+1 -1) 📝 `frontend/src/api/Nfmap.js` (+1 -1) 📝 `frontend/src/api/Notifications.js` (+15 -4) 📝 `frontend/src/api/Pfw.js` (+58 -22) 📝 `frontend/src/api/Plugin.js` (+26 -8) 📝 `frontend/src/api/Traffic.js` (+3 -3) 📝 `frontend/src/api/Wifi.js` (+89 -39) 📝 `frontend/src/api/Wireguard.js` (+23 -7) 📝 `frontend/src/api/mesh.js` (+47 -8) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+89 -100) 📝 `frontend/src/components/DNS/DNSLogList.js` (+37 -39) _...and 13 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>
kerem 2026-03-04 01:36:13 +03: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
starred/super#312
No description provided.