Skip to content

fix(tui): Restore functionality#1830

Merged
gtema merged 1 commit into
mainfrom
fix-tui
Jul 8, 2026
Merged

fix(tui): Restore functionality#1830
gtema merged 1 commit into
mainfrom
fix-tui

Conversation

@gtema

@gtema gtema commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Reorder filter_carry_action return from [SetFilters, Mode] to
[Mode, SetFilters] so mode switches before filter is applied.

Move request initiation from Mode handler to Refresh dispatched
by app.rs after mode switch, eliminating the race condition that
caused error popups with empty filter parameters.

Remove LLM-added TryFrom impls from auto-generated files.
Adapt servers.rs to use builder pattern and replace custom_action
with filter_carry_action.

Signed-off-by: Artem Goncharov artem.goncharov@gmail.com

Reorder filter_carry_action return from [SetFilters, Mode] to
[Mode, SetFilters] so mode switches before filter is applied.

Move request initiation from Mode handler to Refresh dispatched
by app.rs after mode switch, eliminating the race condition that
caused error popups with empty filter parameters.

Remove LLM-added TryFrom impls from auto-generated files.
Adapt servers.rs to use builder pattern and replace custom_action
with filter_carry_action.

Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
@gtema
gtema merged commit 086ba77 into main Jul 8, 2026
18 checks passed
This was referenced Jul 8, 2026
@gtema
gtema deleted the fix-tui branch July 14, 2026 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant