[PR #247] [CLOSED] Dev #386

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/247
Author: @lts-rad
Created: 12/3/2023
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

38 files changed (+1173 additions, -241 deletions)

View changed files

📝 RELEASE-NOTES.md (+7 -0)
📝 api/code/api.go (+9 -6)
📝 api/code/auth.go (+359 -16)
📝 api/code/go.mod (+3 -0)
📝 api/code/go.sum (+7 -0)
📝 frontend/package.json (+3 -3)
📝 frontend/src/api/Auth.js (+4 -0)
📝 frontend/src/api/MockAPI.js (+84 -63)
📝 frontend/src/api/Wifi.js (+22 -0)
frontend/src/components/Auth/OTPSettings.js (+151 -0)
📝 frontend/src/components/DNS/DNSAddOverride.js (+1 -0)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+10 -8)
📝 frontend/src/components/DNS/DNSLogList.js (+8 -0)
📝 frontend/src/components/Dashboard/WifiWidgets.js (+8 -1)
📝 frontend/src/components/Devices/DeviceItem.js (+4 -0)
📝 frontend/src/components/Firewall/AddBlock.js (+2 -2)
📝 frontend/src/components/Firewall/AddContainerInterfaceRule.js (+32 -19)
📝 frontend/src/components/Firewall/AddForward.js (+2 -2)
📝 frontend/src/components/Firewall/AddForwardBlock.js (+2 -2)
📝 frontend/src/components/List/ListHeader.js (+13 -11)

...and 18 more files

📄 Description

Create pull request to trigger gluestack update build for testflight


🔄 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/247 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 12/3/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`2d3c05a`](https://github.com/spr-networks/super/commit/2d3c05a888e4f995a87c564665f0026e624e1727) [installer] Add no-op spr account on images - [`0868da0`](https://github.com/spr-networks/super/commit/0868da0974137713a7426a0f54ef7417accc8519) [ui] fix mobile, dns permit/block buttons - [`2bc2d22`](https://github.com/spr-networks/super/commit/2bc2d22f15d37918a6ad337d04190906245d0240) [ui] missing prismjs - [`cef09e6`](https://github.com/spr-networks/super/commit/cef09e658a5536c0ea776d9e54a90d2308609d7d) [ui] reset page on client select - [`ee528e3`](https://github.com/spr-networks/super/commit/ee528e34e9ef6441a7e73e23300b356b22b2ea59) [ui] bump gluestack - [`87bdc3c`](https://github.com/spr-networks/super/commit/87bdc3c44d8e7897e6a06cd888a25ef9cfde896e) [ui] test show desc - [`1c81dac`](https://github.com/spr-networks/super/commit/1c81dac70f31d75d53ff9290d488521b7f0cae7b) [ui] same label for source/dest in forms - [`06d329e`](https://github.com/spr-networks/super/commit/06d329e064ed171f958e890ebf4c347ff8730e96) [ui] cleanup - [`91de883`](https://github.com/spr-networks/super/commit/91de8832ec916cda9821e601ffeed62a8eb134a3) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`783f7a1`](https://github.com/spr-networks/super/commit/783f7a134a66ea989445d914afec5f2b3a72a044) Merge branch 'dev' of https://github.com/spr-networks/super into dev ### 📊 Changes **38 files changed** (+1173 additions, -241 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+7 -0) 📝 `api/code/api.go` (+9 -6) 📝 `api/code/auth.go` (+359 -16) 📝 `api/code/go.mod` (+3 -0) 📝 `api/code/go.sum` (+7 -0) 📝 `frontend/package.json` (+3 -3) 📝 `frontend/src/api/Auth.js` (+4 -0) 📝 `frontend/src/api/MockAPI.js` (+84 -63) 📝 `frontend/src/api/Wifi.js` (+22 -0) ➕ `frontend/src/components/Auth/OTPSettings.js` (+151 -0) 📝 `frontend/src/components/DNS/DNSAddOverride.js` (+1 -0) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+10 -8) 📝 `frontend/src/components/DNS/DNSLogList.js` (+8 -0) 📝 `frontend/src/components/Dashboard/WifiWidgets.js` (+8 -1) 📝 `frontend/src/components/Devices/DeviceItem.js` (+4 -0) 📝 `frontend/src/components/Firewall/AddBlock.js` (+2 -2) 📝 `frontend/src/components/Firewall/AddContainerInterfaceRule.js` (+32 -19) 📝 `frontend/src/components/Firewall/AddForward.js` (+2 -2) 📝 `frontend/src/components/Firewall/AddForwardBlock.js` (+2 -2) 📝 `frontend/src/components/List/ListHeader.js` (+13 -11) _...and 18 more files_ </details> ### 📄 Description Create pull request to trigger gluestack update build for testflight --- <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:36 +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#386
No description provided.