Wox/wox.ui.flutter/wox/lib/enums
qianlifeng 4b2018934d
feat(mru): Implement Most Recently Used (MRU) functionality across plugins
- Added MRU support to SysPlugin and UrlPlugin, allowing users to access recently used commands and URLs.
- Introduced new data structures for MRU items and context data.
- Updated the query methods to include MRU results based on user settings.
- Modified the settings management to accommodate the new query mode for MRU.
- Enhanced the UI to reflect the changes in query modes and added relevant translations.
- Created a dedicated MRU manager for handling MRU items in the database.
- Updated Flutter UI to support MRU queries and settings.
2025-07-30 19:54:31 +08:00
..
wox_ai_conversation_role_enum.dart refactor(ai): Revamp AI chat stream handling and tool call integration 2025-04-15 15:19:15 +08:00
wox_direction_enum.dart Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
wox_event_device_type_enum.dart Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
wox_image_type_enum.dart Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
wox_list_view_type_enum.dart refactor(ui): Update WoxListItemView to use WoxListItem model [WIP] 2025-04-10 23:28:21 +08:00
wox_msg_method_enum.dart Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
wox_msg_type_enum.dart Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
wox_position_type_enum.dart feat(ui): Add configurable Wox display position across platforms #4145 2025-03-07 11:55:00 +08:00
wox_preview_scroll_position_enum.dart Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
wox_preview_type_enum.dart feat(preview): add html preview type support 2025-04-28 23:37:12 +08:00
wox_query_mode_enum.dart feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
wox_query_type_enum.dart Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
wox_result_tail_type_enum.dart refactor(ai): Enhance AI chat functionality with improved tool handling and thinking tag processing 2025-04-13 22:56:09 +08:00
wox_selection_type_enum.dart Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00