Files
driftwood/docs/plans/2026-02-27-20-improvements.md
lashman 423323d5a9 Add Phase 5 enhancements: security, i18n, analysis, backup, notifications
- Database v8 migration: tags, pinned, avg_startup_ms columns
- Security scanning with CVE matching and batch scan
- Bundled library extraction and vulnerability reports
- Desktop notification system for security alerts
- Backup/restore system for AppImage configurations
- i18n framework with gettext support
- Runtime analysis and Wayland compatibility detection
- AppStream metadata and Flatpak-style build support
- File watcher module for live directory monitoring
- Preferences panel with GSettings integration
- CLI interface for headless operation
- Detail view: tabbed layout with ViewSwitcher in title bar,
  health score, sandbox controls, changelog links
- Library view: sort dropdown, context menu enhancements
- Dashboard: system status, disk usage, launch history
- Security report page with scan and export
- Packaging: meson build, PKGBUILD, metainfo
2026-02-27 17:16:41 +02:00

1.0 KiB

20 Improvements Plan

Batch 1: Low-risk code quality (no behavior change)

  1. Wrap all hardcoded English strings in i18n()
  2. Replace OnceCell.get().expect() with safe getters
  3. Extract common async-toast-refresh helper
  4. Log silently swallowed errors

Batch 2: Performance

  1. Async database initialization with loading screen
  2. Batch CSS provider registration for letter-circle icons
  3. Lazy-load detail view tabs
  4. Rate-limit background analysis spawns

Batch 3: UX

  1. Progress indicator during background analysis
  2. Multi-file drop and file picker support
  3. Sort options in library view
  4. Keyboard shortcut Ctrl+O for Add app
  5. Validate scan directories exist before scanning

Batch 4: Robustness

  1. Add database migration tests
  2. Confirmation before closing during active analysis
  3. Graceful handling of corrupt/locked database

Batch 5: Accessibility & Features

  1. Remember detail view active tab
  2. Announce analysis completion to screen readers
  3. Custom launch arguments
  4. Export/import app library