[PR #97] [CLOSED] [ui] specify height for FlashList on iOS #patch #308

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/97
Author: @lts-po
Created: 11/28/2022
Status: Closed

Base: mainHead: iosfix


📝 Commits (2)

  • 1455e58 [ui] specifiy height for FlashList on ios
  • efdec56 [ui] fix add device form for ios

📊 Changes

27 files changed (+455 additions, -438 deletions)

View changed files

📝 frontend/src/components/Auth/AuthTokenList.js (+79 -86)
📝 frontend/src/components/DNS/DNSBlocklist.js (+3 -2)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+3 -2)
📝 frontend/src/components/DNS/DNSLogList.js (+10 -14)
📝 frontend/src/components/DNS/DNSOverrideList.js (+3 -2)
📝 frontend/src/components/Devices/AddDevice.js (+5 -4)
📝 frontend/src/components/Devices/Device.js (+1 -0)
📝 frontend/src/components/Devices/DeviceListing.js (+3 -5)
📝 frontend/src/components/Firewall/BlockList.js (+3 -2)
📝 frontend/src/components/Firewall/ForwardBlockList.js (+3 -2)
📝 frontend/src/components/Firewall/ForwardList.js (+3 -2)
📝 frontend/src/components/Firewall/UpstreamServicesList.js (+3 -2)
📝 frontend/src/components/Flow/AddFlowCard.js (+3 -2)
📝 frontend/src/components/Flow/FlowList.js (+12 -7)
📝 frontend/src/components/Groups/GroupListing.js (+42 -45)
📝 frontend/src/components/Logs/LogList.js (+15 -5)
📝 frontend/src/components/Plugins/PluginList.js (+106 -98)
📝 frontend/src/components/Traffic/TimeSeriesList.js (+3 -2)
📝 frontend/src/components/Wifi/WifiClients.js (+49 -59)
📝 frontend/src/components/Wifi/WifiInterfaceList.js (+3 -1)

...and 7 more files

📄 Description

#patch


🔄 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/97 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 11/28/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `iosfix` --- ### 📝 Commits (2) - [`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 ### 📊 Changes **27 files changed** (+455 additions, -438 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Auth/AuthTokenList.js` (+79 -86) 📝 `frontend/src/components/DNS/DNSBlocklist.js` (+3 -2) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+3 -2) 📝 `frontend/src/components/DNS/DNSLogList.js` (+10 -14) 📝 `frontend/src/components/DNS/DNSOverrideList.js` (+3 -2) 📝 `frontend/src/components/Devices/AddDevice.js` (+5 -4) 📝 `frontend/src/components/Devices/Device.js` (+1 -0) 📝 `frontend/src/components/Devices/DeviceListing.js` (+3 -5) 📝 `frontend/src/components/Firewall/BlockList.js` (+3 -2) 📝 `frontend/src/components/Firewall/ForwardBlockList.js` (+3 -2) 📝 `frontend/src/components/Firewall/ForwardList.js` (+3 -2) 📝 `frontend/src/components/Firewall/UpstreamServicesList.js` (+3 -2) 📝 `frontend/src/components/Flow/AddFlowCard.js` (+3 -2) 📝 `frontend/src/components/Flow/FlowList.js` (+12 -7) 📝 `frontend/src/components/Groups/GroupListing.js` (+42 -45) 📝 `frontend/src/components/Logs/LogList.js` (+15 -5) 📝 `frontend/src/components/Plugins/PluginList.js` (+106 -98) 📝 `frontend/src/components/Traffic/TimeSeriesList.js` (+3 -2) 📝 `frontend/src/components/Wifi/WifiClients.js` (+49 -59) 📝 `frontend/src/components/Wifi/WifiInterfaceList.js` (+3 -1) _...and 7 more files_ </details> ### 📄 Description #patch --- <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:12 +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#308
No description provided.