Skip to content

Add user notifications for long-running operations#21

Merged
popey merged 1 commit intomainfrom
inform-user-via-dialogs
Nov 16, 2025
Merged

Add user notifications for long-running operations#21
popey merged 1 commit intomainfrom
inform-user-via-dialogs

Conversation

@popey
Copy link
Copy Markdown
Owner

@popey popey commented Nov 16, 2025

Adds a modal loading screen and notifications to inform users when grype operations are in progress.

Fixes #18

Changes:

  • Modal loading screen blocks interaction until loading completes
  • Database check and update notifications
  • SBOM loading and analysis progress updates
  • Status bar reflects current operation
  • Worker threads keep UI responsive during grype operations

- Add modal loading screen that blocks UI during initialization
- Show progress updates for database checks, updates, and SBOM analysis
- Update status bar to reflect current operation
- Add toast notifications for key events
- Use worker threads to keep UI responsive

Addresses #18
@popey popey merged commit fdfde91 into main Nov 16, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add notifications to inform when long running operations happen

1 participant