-
refactor(picker_ui): consolidate resume state and recreate on active resume (#602)
发布于
2026-06-15 04:08:19 +00:00 Address review feedback on #438:
- Collapse last_file_picker_state/last_grep_picker_state/last_closed_mode
into a single resume_state table. - Drop the fuzzy.get_base_path round-trip in close(); read base_path from
the picker config directly. - Resuming with an active picker now closes and recreates it instead of
bailing with a notify, so users can refresh stale results.
Co-authored-by: gustav-fff 286169375+gustav-fff@users.noreply.github.com
下载附件
- Collapse last_file_picker_state/last_grep_picker_state/last_closed_mode