Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] wxGUI/history: Filtering Commands by Status #5289

Open
lindakarlovska opened this issue Mar 4, 2025 · 1 comment
Open

[Feat] wxGUI/history: Filtering Commands by Status #5289

lindakarlovska opened this issue Mar 4, 2025 · 1 comment
Labels
enhancement New feature or request GUI wxGUI related

Comments

@lindakarlovska
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I want to filter commands in the history tree by their execution status, e.g., only successfully completed commands.

Describe the solution you'd like
A "Status" button at the top will allow filtering by command status. The button will be expandable with checkboxes for selecting multiple subsets. If any option other than "All" is selected, the button will turn blue, indicating an active filter. This filter will combine with other filters in the top section.

@lindakarlovska lindakarlovska added enhancement New feature or request GUI wxGUI related labels Mar 4, 2025
@sudhanshu112233shukla
Copy link

@lindakarlovska Filtering commands by status could be useful in some cases, especially when reviewing long command histories. The visual indicator for an active filter is a good touch. However, since the history pane already displays execution statuses, this might add an extra layer of complexity that not all users need. Will this filter consider commands that were re-run and later succeeded? It would be important to ensure users don’t lose track of previous attempts when debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GUI wxGUI related
Projects
None yet
Development

No branches or pull requests

2 participants