[PR #8] [CLOSED] Editdevice #241

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/8
Author: @lts-po
Created: 3/21/2022
Status: Closed

Base: mainHead: editdevice


📝 Commits (8)

  • e294060 [ui] add updateDevice + reqAPI
  • 4ee07b5 [ui] add support for editing devices
  • 1ea6e58 [ui] add updateDevice + reqAPI
  • e83c9f6 [ui] add support for editing devices
  • 5898f48 Merge branch 'editdevice' of https://github.com/lts-po/super into editdevice
  • 4f9a124 [api] add route and method for POST to /device/mac to update device + remove a zone if there is no clients connected to it
  • 1d61c7d [api] add route and method for POST to /device/mac to update device + remove a zone if there is no clients connected to it
  • b07cd02 Merge branch 'editdevice' of https://github.com/lts-po/super into editdevice

📊 Changes

4 files changed (+139 additions, -51 deletions)

View changed files

📝 api/code/api.go (+42 -1)
📝 frontend/src/components/Devices/Device.js (+63 -34)
📝 frontend/src/components/Devices/DeviceListing.js (+1 -1)
📝 frontend/src/components/Helpers/Api.js (+33 -15)

📄 Description

[api] edit device name + remove empty zones
[ui] edit device name


🔄 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/8 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 3/21/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `editdevice` --- ### 📝 Commits (8) - [`e294060`](https://github.com/spr-networks/super/commit/e2940606465d6bd21bf0bde0bf344376c4a1af4b) [ui] add updateDevice + reqAPI - [`4ee07b5`](https://github.com/spr-networks/super/commit/4ee07b598515ac6546c808e69eb19137a1a22dcf) [ui] add support for editing devices - [`1ea6e58`](https://github.com/spr-networks/super/commit/1ea6e582f8197acbc7be19365035e9b0d57e083a) [ui] add updateDevice + reqAPI - [`e83c9f6`](https://github.com/spr-networks/super/commit/e83c9f648827cf28628eacc91052f45718339371) [ui] add support for editing devices - [`5898f48`](https://github.com/spr-networks/super/commit/5898f48a5a6ff78ace74b741708fe925178fff82) Merge branch 'editdevice' of https://github.com/lts-po/super into editdevice - [`4f9a124`](https://github.com/spr-networks/super/commit/4f9a124803f6fe1983667cb707c50d12e9ff4472) [api] add route and method for POST to /device/mac to update device + remove a zone if there is no clients connected to it - [`1d61c7d`](https://github.com/spr-networks/super/commit/1d61c7d5b65afcdc83353af97a738873b9483d72) [api] add route and method for POST to /device/mac to update device + remove a zone if there is no clients connected to it - [`b07cd02`](https://github.com/spr-networks/super/commit/b07cd020a4c6ecc2b03523359168344159cafb30) Merge branch 'editdevice' of https://github.com/lts-po/super into editdevice ### 📊 Changes **4 files changed** (+139 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+42 -1) 📝 `frontend/src/components/Devices/Device.js` (+63 -34) 📝 `frontend/src/components/Devices/DeviceListing.js` (+1 -1) 📝 `frontend/src/components/Helpers/Api.js` (+33 -15) </details> ### 📄 Description [api] edit device name + remove empty zones [ui] edit device name --- <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:51 +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#241
No description provided.