[PR #329] [MERGED] [api] [ui] New setup #400

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/329
Author: @lts-rad
Created: 5/19/2024
Status: Merged
Merged: 5/19/2024
Merged by: @lts-rad

Base: devHead: new_setup


📝 Commits (5)

  • 5ba8736 [api] Prepare new setup stages
  • 575e159 [api] Move setup around
  • 6598e7a [api] Add hostap status during setup
  • 3614ed4 [api] Also list devices during setup
  • 321ac49 [ui] Update setup to 3 stages

📊 Changes

6 files changed (+475 additions, -273 deletions)

View changed files

📝 api/code/api.go (+12 -1)
📝 frontend/src/api/API.js (+4 -1)
📝 frontend/src/components/Devices/AddDevice.js (+23 -14)
📝 frontend/src/utils.js (+253 -0)
📝 frontend/src/views/Devices/ConnectDevice.js (+14 -2)
📝 frontend/src/views/pages/Setup.js (+169 -255)

📄 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/329 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 5/19/2024 **Status:** ✅ Merged **Merged:** 5/19/2024 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `dev` ← **Head:** `new_setup` --- ### 📝 Commits (5) - [`5ba8736`](https://github.com/spr-networks/super/commit/5ba8736ec030639bab2bfbc94802c3f61ca5f6a6) [api] Prepare new setup stages - [`575e159`](https://github.com/spr-networks/super/commit/575e1594cf4873da0da183aca8ff75e141ab6a0e) [api] Move setup around - [`6598e7a`](https://github.com/spr-networks/super/commit/6598e7a0582b2bd5770eb61f0f45a192547ea114) [api] Add hostap status during setup - [`3614ed4`](https://github.com/spr-networks/super/commit/3614ed4c1b2b22d8e8a05724070956d07d204ab5) [api] Also list devices during setup - [`321ac49`](https://github.com/spr-networks/super/commit/321ac491addd5739c8f3b34b69a9157c5de4e7cd) [ui] Update setup to 3 stages ### 📊 Changes **6 files changed** (+475 additions, -273 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+12 -1) 📝 `frontend/src/api/API.js` (+4 -1) 📝 `frontend/src/components/Devices/AddDevice.js` (+23 -14) 📝 `frontend/src/utils.js` (+253 -0) 📝 `frontend/src/views/Devices/ConnectDevice.js` (+14 -2) 📝 `frontend/src/views/pages/Setup.js` (+169 -255) </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:41 +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#400
No description provided.