[PR #14] [MERGED] Dev #247

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/14
Author: @lts-po
Created: 4/8/2022
Status: Merged
Merged: 4/8/2022
Merged by: @lts-po

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

15 files changed (+339 additions, -121 deletions)

View changed files

📝 frontend/package.json (+1 -0)
📝 frontend/src/__tests__/API.js (+40 -8)
📝 frontend/src/__tests__/DNS.js (+42 -8)
📝 frontend/src/api/MockAPI.js (+77 -2)
📝 frontend/src/api/Wifi.js (+1 -0)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+1 -1)
📝 frontend/src/components/Dashboard/HostapdWidgets.js (+7 -12)
📝 frontend/src/components/Devices/Device.js (+17 -7)
📝 frontend/src/components/Helpers/Api.js (+1 -1)
📝 frontend/src/components/Traffic/TimeSeries.js (+39 -6)
📝 frontend/src/components/Traffic/TimeSeriesChart.js (+17 -1)
📝 frontend/src/utils.js (+2 -5)
📝 frontend/src/views/Home.js (+23 -44)
📝 frontend/src/views/PluginDisabled.js (+11 -13)
📝 frontend/src/views/TrafficTimeSeries.js (+60 -13)

📄 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/14 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 4/8/2022 **Status:** ✅ Merged **Merged:** 4/8/2022 **Merged by:** [@lts-po](https://github.com/lts-po) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`b73b70c`](https://github.com/spr-networks/super/commit/b73b70c9feaceff1a2306feb05630f47b6349d56) [ui] empty default ap name and channel - [`68dc9c3`](https://github.com/spr-networks/super/commit/68dc9c3b43fac017dd47f9341b2ca7b53486d293) [ui] add /hostapd/status mock api - [`00f06d5`](https://github.com/spr-networks/super/commit/00f06d5482aa6c1295a88c664c4fdeb7da090428) [ui] add ip/addr - [`02ecf5f`](https://github.com/spr-networks/super/commit/02ecf5f6806369dbfcfe5eef803f8aa20b2d5c43) [ui] add interface - [`2e2eef6`](https://github.com/spr-networks/super/commit/2e2eef601298aeab7d5d26357478e6c251b20a24) [ui] use new api - [`0d14839`](https://github.com/spr-networks/super/commit/0d1483969574c4d30cd068db1cb7265a5a7896f7) [ui] cleanup - [`228d4fb`](https://github.com/spr-networks/super/commit/228d4fb0a0d4dda47eea4aa232f324317e288fe6) [ui] new api in test - [`8e7e681`](https://github.com/spr-networks/super/commit/8e7e681e3a3d4128542cb7e6fd1180b65296edf8) [ui] new api - [`02df37c`](https://github.com/spr-networks/super/commit/02df37cab1c66db49b17e323efc74befeaa030b9) [ui] check auth for more mock apis - [`04a6b9d`](https://github.com/spr-networks/super/commit/04a6b9de034b1d45c95612b7bc610fb919a97449) [ui] beforeall for login ### 📊 Changes **15 files changed** (+339 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -0) 📝 `frontend/src/__tests__/API.js` (+40 -8) 📝 `frontend/src/__tests__/DNS.js` (+42 -8) 📝 `frontend/src/api/MockAPI.js` (+77 -2) 📝 `frontend/src/api/Wifi.js` (+1 -0) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+1 -1) 📝 `frontend/src/components/Dashboard/HostapdWidgets.js` (+7 -12) 📝 `frontend/src/components/Devices/Device.js` (+17 -7) 📝 `frontend/src/components/Helpers/Api.js` (+1 -1) 📝 `frontend/src/components/Traffic/TimeSeries.js` (+39 -6) 📝 `frontend/src/components/Traffic/TimeSeriesChart.js` (+17 -1) 📝 `frontend/src/utils.js` (+2 -5) 📝 `frontend/src/views/Home.js` (+23 -44) 📝 `frontend/src/views/PluginDisabled.js` (+11 -13) 📝 `frontend/src/views/TrafficTimeSeries.js` (+60 -13) </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:35:53 +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#247
No description provided.