Optimize proxy

Optimize delayed sorting performance

Add expansion panel proxies page

Support to adjust the proxy card size

Support to adjust proxies columns number
This commit is contained in:
chen08209
2024-06-23 00:26:24 +08:00
parent 8f22cbf746
commit 0389b6eb29
35 changed files with 1214 additions and 757 deletions

View File

@@ -130,7 +130,6 @@ class ApplicationState extends State<Application> {
httpTimeoutDuration,
(timer) async {
await globalState.appController.updateGroups();
globalState.appController.appState.sortNum++;
},
);
}