-
Notifications
You must be signed in to change notification settings - Fork 89
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: new regex filter feature #2457
base: GSOC2024-RohitPrasad
Are you sure you want to change the base?
feat: new regex filter feature #2457
Conversation
I think the Apply and Cancel buttons aren't really needed and just clutter the interface, instead any fetch or similar could just take the current content of the filter into account and hitting enter in the regex input should just do an update. Also, the current changes somehow break the operations list when resizing, it no longer changes sizes with the window. |
yes great unless i hit enter the filtered operations will only appear in the mainwindow as i hit enter the docking widget will refresh and show the filtered operations only. Thx |
Nice!
|
Further, we need to think about the interaction between the multiple flightpath widget and this filter. Shall there be any? |
yes you have to reopen the topview for the reflection to happen definitely need a fix and I'll do my best and i also want the filtered operations to reflect in docking widget but i having trouble to find how this category filtered operations are reflecting in the docking widget |
Purpose of PR?:
introduce a new filter feature using re