[PR #146] [CLOSED] iOS fixes, new log view #347

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/146
Author: @lts-po
Created: 5/19/2023
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

23 files changed (+883 additions, -179 deletions)

View changed files

📝 README.md (+7 -0)
📝 api/code/api.go (+1 -1)
📝 api/code/radios.go (+54 -5)
📝 db/code/boltapi.go (+23 -2)
📝 frontend/src/api/API.js (+1 -1)
📝 frontend/src/api/Db.js (+8 -0)
📝 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/DNSLogHistoryList.js (+28 -13)
📝 frontend/src/components/Devices/Device.js (+1 -1)
frontend/src/components/Logs/LogListDb.js (+304 -0)
📝 frontend/src/components/Wifi/WifiChannelParameters.js (+113 -1)
📝 frontend/src/components/Wifi/WifiHostapd.js (+150 -12)
📝 frontend/src/components/Wireguard/PeerList.js (+4 -0)
📝 frontend/src/views/Devices/AddDevice.js (+1 -1)
📝 frontend/src/views/Logs.js (+3 -1)
📝 frontend/src/views/System/Database.js (+46 -35)
📝 frontend/src/views/Traffic/SignalStrength.web.js (+3 -3)

...and 3 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/146 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 5/19/2023 **Status:** ❌ Closed **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 **23 files changed** (+883 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) 📝 `api/code/api.go` (+1 -1) 📝 `api/code/radios.go` (+54 -5) 📝 `db/code/boltapi.go` (+23 -2) 📝 `frontend/src/api/API.js` (+1 -1) 📝 `frontend/src/api/Db.js` (+8 -0) 📝 `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/DNSLogHistoryList.js` (+28 -13) 📝 `frontend/src/components/Devices/Device.js` (+1 -1) ➕ `frontend/src/components/Logs/LogListDb.js` (+304 -0) 📝 `frontend/src/components/Wifi/WifiChannelParameters.js` (+113 -1) 📝 `frontend/src/components/Wifi/WifiHostapd.js` (+150 -12) 📝 `frontend/src/components/Wireguard/PeerList.js` (+4 -0) 📝 `frontend/src/views/Devices/AddDevice.js` (+1 -1) 📝 `frontend/src/views/Logs.js` (+3 -1) 📝 `frontend/src/views/System/Database.js` (+46 -35) 📝 `frontend/src/views/Traffic/SignalStrength.web.js` (+3 -3) _...and 3 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:24 +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#347
No description provided.