[PR #44] [MERGED] Dev #270

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/44
Author: @lts-po
Created: 7/29/2022
Status: Merged
Merged: 7/30/2022
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 556fcf8 [ui] add setup ui
  • 7f94a40 [ui] Add country, ssid placeholders
  • cabdc94 [ui] update setup ui + show message if already configured
  • 1cd78f8 [ui] add ssid
  • c522d1b [ui] ssid+country+other
  • 21b7e14 [ui] return response to read message from body
  • 1eb28d7 [ui] some more validations
  • eaabcab [api] setup route for interfaces + admin password
  • 0a2288c [api] comments
  • 58af29e [ui] Remove .DS_Store

📊 Changes

8 files changed (+220 additions, -51 deletions)

View changed files

📝 api/code/api.go (+17 -2)
📝 frontend/package.json (+1 -1)
📝 frontend/src/components/Devices/AddDevice.js (+2 -2)
📝 frontend/src/components/Traffic/TimeSeriesList.js (+1 -1)
📝 frontend/src/views/Traffic/TrafficList.js (+34 -6)
📝 frontend/yarn.lock (+4 -4)
📝 superd.sh (+8 -4)
📝 superd/code/superd.go (+153 -31)

📄 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/44 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 7/29/2022 **Status:** ✅ Merged **Merged:** 7/30/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`556fcf8`](https://github.com/spr-networks/super/commit/556fcf819c965b52c957168647d60220eef385fb) [ui] add setup ui - [`7f94a40`](https://github.com/spr-networks/super/commit/7f94a40961cbb8b740c673873d5236149326cba8) [ui] Add country, ssid placeholders - [`cabdc94`](https://github.com/spr-networks/super/commit/cabdc941f54de9c4264ac0e67d696e5f1b1d62c9) [ui] update setup ui + show message if already configured - [`1cd78f8`](https://github.com/spr-networks/super/commit/1cd78f8d2eb4708aea5171a91bcd4f94858f7502) [ui] add ssid - [`c522d1b`](https://github.com/spr-networks/super/commit/c522d1b8e435f5a0438481b2d4e942e3bbb5d815) [ui] ssid+country+other - [`21b7e14`](https://github.com/spr-networks/super/commit/21b7e1431c2444690807e8dd6a33da1d5ff254de) [ui] return response to read message from body - [`1eb28d7`](https://github.com/spr-networks/super/commit/1eb28d714f0b96e570eaedb9016261a3b65510fe) [ui] some more validations - [`eaabcab`](https://github.com/spr-networks/super/commit/eaabcab95d77dd86ac6ef0acde03f5907c532dd7) [api] setup route for interfaces + admin password - [`0a2288c`](https://github.com/spr-networks/super/commit/0a2288c56e1af2a37c9cc14ec08c611defdbbb99) [api] comments - [`58af29e`](https://github.com/spr-networks/super/commit/58af29e446e8a4f7d9db62c9e065b556fff2d163) [ui] Remove .DS_Store ### 📊 Changes **8 files changed** (+220 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+17 -2) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/src/components/Devices/AddDevice.js` (+2 -2) 📝 `frontend/src/components/Traffic/TimeSeriesList.js` (+1 -1) 📝 `frontend/src/views/Traffic/TrafficList.js` (+34 -6) 📝 `frontend/yarn.lock` (+4 -4) 📝 `superd.sh` (+8 -4) 📝 `superd/code/superd.go` (+153 -31) </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:01 +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#270
No description provided.