opt.: tag switcher

This commit is contained in:
lollipopkit
2023-12-15 12:01:55 +08:00
parent f10c5b9ea8
commit ee18b85108
30 changed files with 316 additions and 281 deletions

View File

@@ -29,7 +29,7 @@ class SnippetResultPage extends StatelessWidget {
final item = results[index];
if (item == null) return UIs.placeholder;
return CardX(
ExpandTile(
child: ExpandTile(
initiallyExpanded: results.length == 1,
title: Text(item.dest ?? ''),
subtitle: Text(item.time.toString(), style: UIs.textGrey),