[PR #95] [MERGED] [ui] switch to FlashList #304

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/95
Author: @lts-rad
Created: 11/25/2022
Status: Merged
Merged: 11/25/2022
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (5)

  • 145f137 [ui] Add FlashList dependencies
  • 0279b1a [ui] Switch to FlashList instead of FlatList
  • 7928568 [ui] Add flashlist import for Arp
  • 8f96faa [ui] Wrap device listing flashlist in a box for bg
  • 7ecea0c [ui] More FlashList fixes for styling

📊 Changes

29 files changed (+1857 additions, -1857 deletions)

View changed files

📝 frontend/ios/Podfile.lock (+6 -0)
📝 frontend/package.json (+1 -0)
📝 frontend/src/components/Auth/AuthTokenList.js (+3 -2)
📝 frontend/src/components/DNS/DNSBlocklist.js (+3 -2)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+3 -2)
📝 frontend/src/components/DNS/DNSLogList.js (+3 -2)
📝 frontend/src/components/DNS/DNSOverrideList.js (+3 -2)
📝 frontend/src/components/Devices/DeviceListing.js (+7 -4)
📝 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 (+4 -3)
📝 frontend/src/components/Groups/GroupListing.js (+3 -2)
📝 frontend/src/components/Logs/LogList.js (+3 -2)
📝 frontend/src/components/Plugins/PluginList.js (+4 -3)
📝 frontend/src/components/Traffic/TimeSeriesList.js (+3 -2)
📝 frontend/src/components/Wifi/WifiClients.js (+3 -2)
📝 frontend/src/components/Wifi/WifiInterfaceList.js (+4 -3)

...and 9 more files

📄 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/95 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 11/25/2022 **Status:** ✅ Merged **Merged:** 11/25/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`145f137`](https://github.com/spr-networks/super/commit/145f1375f427bcc55ca5c0e0afcc0fa70e7344da) [ui] Add FlashList dependencies - [`0279b1a`](https://github.com/spr-networks/super/commit/0279b1a9bb44e26818697cfb0b85a6631a43cbf2) [ui] Switch to FlashList instead of FlatList - [`7928568`](https://github.com/spr-networks/super/commit/79285683575764f3fca4924beda8c6fb30419886) [ui] Add flashlist import for Arp - [`8f96faa`](https://github.com/spr-networks/super/commit/8f96faa73d0609e46242925b5268cd2d6a81a927) [ui] Wrap device listing flashlist in a box for bg - [`7ecea0c`](https://github.com/spr-networks/super/commit/7ecea0c9d2ed6d8f1888998a13b7f1063fbb358d) [ui] More FlashList fixes for styling ### 📊 Changes **29 files changed** (+1857 additions, -1857 deletions) <details> <summary>View changed files</summary> 📝 `frontend/ios/Podfile.lock` (+6 -0) 📝 `frontend/package.json` (+1 -0) 📝 `frontend/src/components/Auth/AuthTokenList.js` (+3 -2) 📝 `frontend/src/components/DNS/DNSBlocklist.js` (+3 -2) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+3 -2) 📝 `frontend/src/components/DNS/DNSLogList.js` (+3 -2) 📝 `frontend/src/components/DNS/DNSOverrideList.js` (+3 -2) 📝 `frontend/src/components/Devices/DeviceListing.js` (+7 -4) 📝 `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` (+4 -3) 📝 `frontend/src/components/Groups/GroupListing.js` (+3 -2) 📝 `frontend/src/components/Logs/LogList.js` (+3 -2) 📝 `frontend/src/components/Plugins/PluginList.js` (+4 -3) 📝 `frontend/src/components/Traffic/TimeSeriesList.js` (+3 -2) 📝 `frontend/src/components/Wifi/WifiClients.js` (+3 -2) 📝 `frontend/src/components/Wifi/WifiInterfaceList.js` (+4 -3) _...and 9 more files_ </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:11 +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#304
No description provided.