mod: 历史记录搜索

This commit is contained in:
guozhigq
2023-11-03 23:39:21 +08:00
parent 6f34bacb64
commit fd43a8cb31
10 changed files with 332 additions and 13 deletions

View File

@ -86,6 +86,10 @@ class _HistoryPageState extends State<HistoryPage> {
// },
// child: const Text('多选'),
// ),
IconButton(
onPressed: () => Get.toNamed('/historySearch'),
icon: const Icon(Icons.search_outlined),
),
PopupMenuButton<String>(
onSelected: (String type) {
// 处理菜单项选择的逻辑