opt sort search

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-07 12:34:03 +08:00
parent 6d55321699
commit 83e25ec0bf
11 changed files with 336 additions and 351 deletions

View File

@@ -51,7 +51,7 @@ class _SearchUserPanelState
children: [
Obx(
() => Text(
'排序: ${controller.orderFiltersList[controller.currentOrderFilterval.value]['label']}',
'排序: ${controller.userOrderType!.value.label}',
maxLines: 1,
style: TextStyle(color: theme.colorScheme.outline),
),
@@ -59,7 +59,7 @@ class _SearchUserPanelState
const Spacer(),
Obx(
() => Text(
'用户类型: ${controller.userTypeFiltersList[controller.currentUserTypeFilterval.value]['label']}',
'用户类型: ${controller.userType!.value.label}',
maxLines: 1,
style: TextStyle(color: theme.colorScheme.outline),
),