mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: tag switcher
This commit is contained in:
@@ -94,7 +94,7 @@ class _SnippetListPageState extends State<SnippetListPage> {
|
||||
|
||||
Widget _buildSnippetItem(Snippet snippet) {
|
||||
return CardX(
|
||||
ListTile(
|
||||
child: ListTile(
|
||||
contentPadding: const EdgeInsets.only(left: 23, right: 17),
|
||||
title: Text(
|
||||
snippet.name,
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user