[PR #156] [MERGED] iOS updates fixes & tests #351

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/156
Author: @lts-po
Created: 5/31/2023
Status: Merged
Merged: 5/31/2023
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

97 files changed (+11062 additions, -307 deletions)

View changed files

📝 README.md (+7 -0)
📝 api/code/api.go (+1 -1)
📝 api/code/dhcp.go (+1 -1)
📝 api/code/firewall.go (+25 -9)
📝 api/code/radios.go (+54 -5)
📝 db/code/boltapi.go (+24 -3)
📝 frontend/src/Notifications.ios.js (+9 -2)
📝 frontend/src/__tests__/Wireguard.js (+40 -14)
📝 frontend/src/api/API.js (+1 -1)
📝 frontend/src/api/Db.js (+8 -0)
📝 frontend/src/api/WebSocket.js (+12 -2)
📝 frontend/src/api/Wifi.js (+9 -0)
📝 frontend/src/api/Wireguard.js (+7 -9)
📝 frontend/src/components/Auth/AuthTokenList.js (+1 -1)
📝 frontend/src/components/ClientSelect.js (+14 -0)
📝 frontend/src/components/DNS/DNSBlocklist.js (+12 -11)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+38 -15)
📝 frontend/src/components/Dashboard/WifiWidgets.js (+7 -2)
📝 frontend/src/components/Devices/Device.js (+2 -2)
📝 frontend/src/components/Devices/DeviceListing.js (+7 -4)

...and 77 more files

📄 Description

This update have some ui fixes.

  • no keyboard focus by default
  • better client select
  • remove dns logs
  • wifi connect notification
  • better wifi views
  • traffic & dns views updated

🔄 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/156 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 5/31/2023 **Status:** ✅ Merged **Merged:** 5/31/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4096181`](https://github.com/spr-networks/super/commit/4096181380cf97a046254234a189a6c0a4c22c43) [ui] use select if only one client and cant specify. fix issue #143 - [`d00735d`](https://github.com/spr-networks/super/commit/d00735d97dc77383ba8da2bbf5b8738e10ca4b26) [ui] dark theme status message. fix issue #142 - [`04256a2`](https://github.com/spr-networks/super/commit/04256a2d26f2b29da76b2c036d64ce50f4c5ba77) [ui] fix wireguard up/down toggle + cleanup. fix #144 - [`9d799b3`](https://github.com/spr-networks/super/commit/9d799b3682bd37c3fe48167191803a88948c15b1) [ui] dont auto login - [`b71c607`](https://github.com/spr-networks/super/commit/b71c607f2462ff7f05dd700ddb4bfe242caad6fd) [ui] Add wifi6, enable all capabilities button - [`7dc7a7a`](https://github.com/spr-networks/super/commit/7dc7a7a98a4e03e589feee868c71fd0c31b7da84) [ui] Refactor commitConfig invocations. Wifi6, max caps enabled by default - [`34ae875`](https://github.com/spr-networks/super/commit/34ae8756a8fabd956f87d5609983f55e02cc6b22) [api] Finish out WPA1 extra bss support - [`6e16ed0`](https://github.com/spr-networks/super/commit/6e16ed0bcc5d6bc77d7d0b035bab78a73fcc7cee) [ui] Add support for enabling WPA1 BSSID - [`9fb89b9`](https://github.com/spr-networks/super/commit/9fb89b90b8180970a1ebecb3a193c525d830ad77) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`d2dce96`](https://github.com/spr-networks/super/commit/d2dce964daf1558ae4d6853b5d03abf50f2702ef) [ui] add buckets + items ### 📊 Changes **97 files changed** (+11062 additions, -307 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) 📝 `api/code/api.go` (+1 -1) 📝 `api/code/dhcp.go` (+1 -1) 📝 `api/code/firewall.go` (+25 -9) 📝 `api/code/radios.go` (+54 -5) 📝 `db/code/boltapi.go` (+24 -3) 📝 `frontend/src/Notifications.ios.js` (+9 -2) 📝 `frontend/src/__tests__/Wireguard.js` (+40 -14) 📝 `frontend/src/api/API.js` (+1 -1) 📝 `frontend/src/api/Db.js` (+8 -0) 📝 `frontend/src/api/WebSocket.js` (+12 -2) 📝 `frontend/src/api/Wifi.js` (+9 -0) 📝 `frontend/src/api/Wireguard.js` (+7 -9) 📝 `frontend/src/components/Auth/AuthTokenList.js` (+1 -1) 📝 `frontend/src/components/ClientSelect.js` (+14 -0) 📝 `frontend/src/components/DNS/DNSBlocklist.js` (+12 -11) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+38 -15) 📝 `frontend/src/components/Dashboard/WifiWidgets.js` (+7 -2) 📝 `frontend/src/components/Devices/Device.js` (+2 -2) 📝 `frontend/src/components/Devices/DeviceListing.js` (+7 -4) _...and 77 more files_ </details> ### 📄 Description This update have some ui fixes. * no keyboard focus by default * better client select * remove dns logs * wifi connect notification * better wifi views * traffic & dns views updated --- <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:25 +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#351
No description provided.