[PR #63] [MERGED] Dev #280

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/63
Author: @lts-rad
Created: 9/8/2022
Status: Merged
Merged: 9/8/2022
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (6)

  • f08de8e [ui] fix issue #59 - add device fab covers device menu
  • f48ce78 [ui] add support for fetching error msg from api to alert
  • 15bfa14 [ui] fix for #45 - show alert if there is a pending device
  • c7dcdd6 [ui] default iface value for select
  • 29a7ee5 [ui] smaller fixes for ui in mobile
  • 74c5f76 [ui] smaller fixes for ui in mobile

📊 Changes

16 files changed (+142 additions, -153 deletions)

View changed files

📝 frontend/src/components/Auth/AuthTokenList.js (+5 -5)
📝 frontend/src/components/Devices/AddDevice.js (+17 -7)
📝 frontend/src/components/Devices/Device.js (+1 -2)
📝 frontend/src/components/Devices/DeviceListing.js (+6 -6)
📝 frontend/src/components/Firewall/AddBlock.js (+11 -8)
📝 frontend/src/components/Firewall/AddForward.js (+19 -12)
📝 frontend/src/components/Firewall/AddForwardBlock.js (+18 -13)
📝 frontend/src/components/Flow/FlowList.js (+1 -1)
📝 frontend/src/components/Wifi/WifiChannelParameters.js (+1 -0)
📝 frontend/src/components/Wifi/WifiClients.js (+2 -2)
📝 frontend/src/components/Wifi/WifiHostapd.js (+8 -8)
📝 frontend/src/components/Wifi/WifiInterfaceList.js (+12 -15)
📝 frontend/src/components/Wifi/WifiScan.js (+1 -1)
📝 frontend/src/layouts/Admin.js (+32 -64)
📝 frontend/src/views/Devices/AddDevice.js (+1 -6)
📝 frontend/src/views/WirelessConfiguration.js (+7 -3)

📄 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/63 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 9/8/2022 **Status:** ✅ Merged **Merged:** 9/8/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (6) - [`f08de8e`](https://github.com/spr-networks/super/commit/f08de8e884156620151d02276dddc487fab1205e) [ui] fix issue #59 - add device fab covers device menu - [`f48ce78`](https://github.com/spr-networks/super/commit/f48ce78c854bcabb40c5399d4c8037eec5ccc771) [ui] add support for fetching error msg from api to alert - [`15bfa14`](https://github.com/spr-networks/super/commit/15bfa142967548920d250de7aa914a8a04bfb70b) [ui] fix for #45 - show alert if there is a pending device - [`c7dcdd6`](https://github.com/spr-networks/super/commit/c7dcdd657f669e427b7a9e7944eaf1819ef2538c) [ui] default iface value for select - [`29a7ee5`](https://github.com/spr-networks/super/commit/29a7ee551a4a057ba5f7be529de4d71bd6bf95fa) [ui] smaller fixes for ui in mobile - [`74c5f76`](https://github.com/spr-networks/super/commit/74c5f7608d76299b64559b7e45ba0acb70ab6fe8) [ui] smaller fixes for ui in mobile ### 📊 Changes **16 files changed** (+142 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Auth/AuthTokenList.js` (+5 -5) 📝 `frontend/src/components/Devices/AddDevice.js` (+17 -7) 📝 `frontend/src/components/Devices/Device.js` (+1 -2) 📝 `frontend/src/components/Devices/DeviceListing.js` (+6 -6) 📝 `frontend/src/components/Firewall/AddBlock.js` (+11 -8) 📝 `frontend/src/components/Firewall/AddForward.js` (+19 -12) 📝 `frontend/src/components/Firewall/AddForwardBlock.js` (+18 -13) 📝 `frontend/src/components/Flow/FlowList.js` (+1 -1) 📝 `frontend/src/components/Wifi/WifiChannelParameters.js` (+1 -0) 📝 `frontend/src/components/Wifi/WifiClients.js` (+2 -2) 📝 `frontend/src/components/Wifi/WifiHostapd.js` (+8 -8) 📝 `frontend/src/components/Wifi/WifiInterfaceList.js` (+12 -15) 📝 `frontend/src/components/Wifi/WifiScan.js` (+1 -1) 📝 `frontend/src/layouts/Admin.js` (+32 -64) 📝 `frontend/src/views/Devices/AddDevice.js` (+1 -6) 📝 `frontend/src/views/WirelessConfiguration.js` (+7 -3) </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:04 +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#280
No description provided.