mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #408] [MERGED] Firewall UI Updates #patch #431
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#431
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/408
Author: @lts-rad
Created: 4/25/2025
Status: ✅ Merged
Merged: 5/1/2025
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
5dc061a[superd] [build] Shrink oversized docker binaries in superd with strip & upx8cad0b5[build] Use 24.10 image and shrink install size4f84386[superd] Revert upx experiment7a09732[build] Update release notes74c0264[api] Retry starting wifid with a timer in case superd is not ready yet5a4dd89[ui] Fix checkbox state for GCMP6777321[ui] Update Firewall & Services View to Tabsf881de5[ui] Fix warning about boolean proptype typod664386[ui] Fix iOS height when renderingf4224ec[ui] Fix firewall lists on native mobile📊 Changes
41 files changed (+2441 additions, -878 deletions)
View changed files
📝
RELEASE-NOTES.md(+9 -0)📝
api/code/api.go(+13 -3)📝
frontend/src/__tests__/ClientSelect.js(+82 -16)📝
frontend/src/__tests__/Pfw.js(+2 -5)📝
frontend/src/components/ClientSelect.js(+728 -118)📝
frontend/src/components/DNS/DNSBlocklist.js(+1 -0)📝
frontend/src/components/DNS/DNSLogHistoryList.js(+0 -1)📝
frontend/src/components/DNS/DNSOverrideListItem.js(+1 -0)📝
frontend/src/components/Devices/Device.js(+1 -1)📝
frontend/src/components/Devices/DeviceList.ios.js(+1 -1)📝
frontend/src/components/Devices/DeviceList.js(+1 -1)📝
frontend/src/components/Firewall/AddBlock.js(+19 -12)📝
frontend/src/components/Firewall/AddContainerInterfaceRule.js(+19 -4)📝
frontend/src/components/Firewall/AddEndpoint.js(+19 -4)📝
frontend/src/components/Firewall/AddForward.js(+19 -4)📝
frontend/src/components/Firewall/AddForwardBlock.js(+19 -4)📝
frontend/src/components/Firewall/AddMulticastPort.js(+30 -16)📝
frontend/src/components/Firewall/AddOutputBlock.js(+19 -12)📝
frontend/src/components/Firewall/AddServicePort.js(+18 -10)📝
frontend/src/components/Firewall/BlockList.js(+1 -2)...and 21 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.