[PR #103] [MERGED] Iosfix, ui updates #310

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/103
Author: @lts-po
Created: 12/20/2022
Status: Merged
Merged: 12/20/2022
Merged by: @lts-po

Base: devHead: iosfix


📝 Commits (7)

  • 1455e58 [ui] specifiy height for FlashList on ios
  • efdec56 [ui] fix add device form for ios
  • 5c4a843 Merge branch 'main' into iosfix
  • 08657b5 [ui] ios updates, FlashList, fix height
  • 59d9799 Merge branch 'main' into iosfix
  • f2acf8d [ui] Update connectivity to check all wifi interfaces (#102)
  • f51d02f Merge branch 'main' into iosfix

📊 Changes

17 files changed (+349 additions, -348 deletions)

View changed files

📝 frontend/src/components/DNS/DNSLogHistoryList.js (+89 -100)
📝 frontend/src/components/DNS/DNSLogList.js (+37 -39)
📝 frontend/src/components/Devices/DeviceListing.js (+29 -16)
📝 frontend/src/components/Firewall/ForwardList.js (+68 -75)
📝 frontend/src/components/Flow/FlowList.js (+9 -6)
📝 frontend/src/components/Sidebar/Sidebar.js (+4 -0)
📝 frontend/src/components/Traffic/TimeSeriesList.js (+2 -1)
📝 frontend/src/components/Wifi/WifiClients.js (+7 -0)
📝 frontend/src/components/Wifi/WifiHostapd.js (+7 -0)
📝 frontend/src/layouts/Admin.js (+4 -4)
📝 frontend/src/routes.js (+6 -2)
📝 frontend/src/views/DNS/DNSBlock.js (+4 -3)
📝 frontend/src/views/Firewall.js (+4 -6)
📝 frontend/src/views/Groups/Groups.js (+1 -1)
📝 frontend/src/views/Tags.js (+6 -16)
📝 frontend/src/views/Traffic/Traffic.js (+7 -3)
📝 frontend/src/views/Traffic/TrafficList.js (+65 -76)

📄 Description

  • Flashlist fix for iOS
  • height fix
  • cleanup

🔄 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/103 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 12/20/2022 **Status:** ✅ Merged **Merged:** 12/20/2022 **Merged by:** [@lts-po](https://github.com/lts-po) **Base:** `dev` ← **Head:** `iosfix` --- ### 📝 Commits (7) - [`1455e58`](https://github.com/spr-networks/super/commit/1455e589abd46809392959ac3beea2cb4b5774f8) [ui] specifiy height for FlashList on ios - [`efdec56`](https://github.com/spr-networks/super/commit/efdec56b16f4704b17829ea0b456f7c2ab9db716) [ui] fix add device form for ios - [`5c4a843`](https://github.com/spr-networks/super/commit/5c4a84309fcf2399f191e370f6801e402db8c633) Merge branch 'main' into iosfix - [`08657b5`](https://github.com/spr-networks/super/commit/08657b55c80dad0ac716e73a0353ce49617accfe) [ui] ios updates, FlashList, fix height - [`59d9799`](https://github.com/spr-networks/super/commit/59d97995d3b4b874e82b3218e08873734f397915) Merge branch 'main' into iosfix - [`f2acf8d`](https://github.com/spr-networks/super/commit/f2acf8deb489576b753c6b0a2ad6ccbd4f0ec418) [ui] Update connectivity to check all wifi interfaces (#102) - [`f51d02f`](https://github.com/spr-networks/super/commit/f51d02f80d2aff88b68f2ab46761ad6235da3792) Merge branch 'main' into iosfix ### 📊 Changes **17 files changed** (+349 additions, -348 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+89 -100) 📝 `frontend/src/components/DNS/DNSLogList.js` (+37 -39) 📝 `frontend/src/components/Devices/DeviceListing.js` (+29 -16) 📝 `frontend/src/components/Firewall/ForwardList.js` (+68 -75) 📝 `frontend/src/components/Flow/FlowList.js` (+9 -6) 📝 `frontend/src/components/Sidebar/Sidebar.js` (+4 -0) 📝 `frontend/src/components/Traffic/TimeSeriesList.js` (+2 -1) 📝 `frontend/src/components/Wifi/WifiClients.js` (+7 -0) 📝 `frontend/src/components/Wifi/WifiHostapd.js` (+7 -0) 📝 `frontend/src/layouts/Admin.js` (+4 -4) 📝 `frontend/src/routes.js` (+6 -2) 📝 `frontend/src/views/DNS/DNSBlock.js` (+4 -3) 📝 `frontend/src/views/Firewall.js` (+4 -6) 📝 `frontend/src/views/Groups/Groups.js` (+1 -1) 📝 `frontend/src/views/Tags.js` (+6 -16) 📝 `frontend/src/views/Traffic/Traffic.js` (+7 -3) 📝 `frontend/src/views/Traffic/TrafficList.js` (+65 -76) </details> ### 📄 Description * Flashlist fix for iOS * height fix * cleanup --- <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:13 +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#310
No description provided.