feat: Add filter presets, persistent column widths, and enhanced export options

This commit is contained in:
William Valentin
2025-08-08 12:51:59 -07:00
parent 30896e4975
commit 5354b963ac
3 changed files with 93 additions and 0 deletions
+16
View File
@@ -487,3 +487,19 @@ Primary action buttons show their keyboard shortcuts in the button text (e.g., "
*This document was generated by the documentation consolidation system.*
*Last updated: 2025-08-05 14:53:36*
## New in v1.14.9: Filters, columns, and exports
### Filter presets (Save/Load/Delete)
- Open the Search/Filter panel (Ctrl+F), set filters, then click Save to store a named preset.
- A themed modal dialog asks for a name and shows if youll overwrite an existing preset.
- Load via the presets dropdown → Load. Delete via Delete.
- Presets persist across restarts.
### Persistent column widths and sort
- Resize columns; widths are saved automatically and restored next run.
- Click a header to sort; the last sorted column and direction are remembered and re-applied on refresh/startup.
### Export current (filtered) data
- In Export (Ctrl+E), choose scope: All data or Current filtered view.
- Works with CSV, JSON, XML, and PDF exporters.