[PR #164] [CLOSED] new build, dns fixes #353

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/164
Author: @lts-po
Created: 6/7/2023
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

  • adb128a [ui] fix default placeholders to 0
  • 40be3d3 [ui] [pfw] Fix useEffect bug with cards
  • 8954841 [ui] catch mesh error
  • 1c4a842 [ui] check fetch
  • 2f013c7 [api] update genSecurePassword to use less confusable characters. Fix issue #52
  • de0c0f7 [db] rename topic: dns:serve:event to dns:serve:ip. fetch max 1000
  • 39bc2f0 [ui] fix mobile view of wifi clients
  • a03b8d6 [ui] use new db api for dns logs
  • 200ca40 [ui] deleteHistory for dns
  • 877fed2 [ui] delete logs in memory and db

📊 Changes

10 files changed (+126 additions, -33 deletions)

View changed files

📝 api/code/api.go (+44 -9)
📝 db/code/boltapi.go (+24 -3)
📝 frontend/src/api/Db.js (+4 -0)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+40 -14)
📝 frontend/src/components/Dashboard/WireguardWidgets.js (+2 -2)
📝 frontend/src/components/Devices/DeviceListing.js (+1 -0)
📝 frontend/src/components/Flow/FlowCards.js (+0 -1)
📝 frontend/src/components/Flow/FlowList.js (+5 -3)
📝 frontend/src/components/Logs/LogListDb.js (+4 -0)
📝 frontend/src/components/Wifi/WifiClients.js (+2 -1)

📄 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/164 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 6/7/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`adb128a`](https://github.com/spr-networks/super/commit/adb128aaa544939d805f7e4ebc7aa3eed80101f0) [ui] fix default placeholders to 0 - [`40be3d3`](https://github.com/spr-networks/super/commit/40be3d311c833be5c4ef53bbd31de392f5bce6bd) [ui] [pfw] Fix useEffect bug with cards - [`8954841`](https://github.com/spr-networks/super/commit/8954841072306ac9be8c51f6138d3a1d710b4762) [ui] catch mesh error - [`1c4a842`](https://github.com/spr-networks/super/commit/1c4a842176ecf41a4645ae46738b65394955fcb0) [ui] check fetch - [`2f013c7`](https://github.com/spr-networks/super/commit/2f013c7a1481c64b2d2ee2bb1f4417761e987cbd) [api] update genSecurePassword to use less confusable characters. Fix issue #52 - [`de0c0f7`](https://github.com/spr-networks/super/commit/de0c0f7a583732289034d042d3e6aa009ade3886) [db] rename topic: dns:serve:event to dns:serve:ip. fetch max 1000 - [`39bc2f0`](https://github.com/spr-networks/super/commit/39bc2f03513af65e6f57b081c324a483eef30a6f) [ui] fix mobile view of wifi clients - [`a03b8d6`](https://github.com/spr-networks/super/commit/a03b8d6e008480370796c70d6dd82720b34eb7b5) [ui] use new db api for dns logs - [`200ca40`](https://github.com/spr-networks/super/commit/200ca40bc39a93a37202a311ded8438fe2fe3d96) [ui] deleteHistory for dns - [`877fed2`](https://github.com/spr-networks/super/commit/877fed26e9f3704a5d993b8cd33cefa113e39664) [ui] delete logs in memory and db ### 📊 Changes **10 files changed** (+126 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+44 -9) 📝 `db/code/boltapi.go` (+24 -3) 📝 `frontend/src/api/Db.js` (+4 -0) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+40 -14) 📝 `frontend/src/components/Dashboard/WireguardWidgets.js` (+2 -2) 📝 `frontend/src/components/Devices/DeviceListing.js` (+1 -0) 📝 `frontend/src/components/Flow/FlowCards.js` (+0 -1) 📝 `frontend/src/components/Flow/FlowList.js` (+5 -3) 📝 `frontend/src/components/Logs/LogListDb.js` (+4 -0) 📝 `frontend/src/components/Wifi/WifiClients.js` (+2 -1) </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:26 +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#353
No description provided.