-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add a context menu entry to delete entries from health check reports #6537
Conversation
Sorry for the suboptimal framing in the screenshot 🙃 |
The workflow in the linked issue suggests that we could have a delete entry button in the edit entry widget when triggered from the report. Should I try to have this as well? |
Technically we could but the edit entry workflow needs to be greatly improved. I prefer a context menu item only for now. If it's easy to implement and works then edit entry as well. |
6b9346d
to
28ee8e2
Compare
What I would prefer is not blind deletion from the report, but a context action that says "Show affected entries", which sends you back to the main view but with a filter set to only those entries. |
28ee8e2
to
9ed679c
Compare
I made a ton of changes:
|
* Introduce GuiTools namespace to collect shared GUI prompts and actions * Add functionality to HIBP report to mirror health check report
9ed679c
to
bfd6bef
Compare
…eepassxreboot#6537) * Closes keepassxreboot#4986 - Allow deleting entries from the reports view * Closes keepassxreboot#4533 - Exclude & delete multiple entries in a report * Also allow deleting selected entries using the delete key * Introduce GuiTools namespace to collect shared GUI prompts and actions * Add functionality to HIBP report to mirror health check report Co-authored-by: Jonathan White <[email protected]>
…eepassxreboot#6537) * Closes keepassxreboot#4986 - Allow deleting entries from the reports view * Closes keepassxreboot#4533 - Exclude & delete multiple entries in a report * Also allow deleting selected entries using the delete key * Introduce GuiTools namespace to collect shared GUI prompts and actions * Add functionality to HIBP report to mirror health check report Co-authored-by: Jonathan White <[email protected]>
Addresses Issue #4986
Ideally we would be able to select multiple entries and delete them at once, but it would require deeper changes in the widget. This is a start.
Screenshots
Type of change