opt pgc/pugv intro panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-06 17:13:21 +08:00
parent b723529d7f
commit 40a19f2766
7 changed files with 372 additions and 244 deletions

View File

@@ -81,13 +81,10 @@ mixin DeleteItemMixin<R, T extends MultiSelectData>
} else {
list.removeWhere(removeList.contains);
}
if (list.isNotEmpty) {
loadingState.refresh();
} else if (!isEnd) {
if (!isEnd) {
onReload();
} else {
// empty && end
loadingState.value = const Success(null);
loadingState.refresh();
}
if (enableMultiSelect.value) {
rxCount.value = 0;