feat(status-panel): add loading overlay for ongoing operations

This update introduces a loading overlay in the StatusPanel component
to indicate ongoing operations. The overlay displays a spinner and
the current operation status, enhancing user experience during
long-running tasks.

- Added a loading overlay with a spinner for busy states
- Included operation status text to inform users of current actions
- Improved visual feedback for ongoing processes in the UI
This commit is contained in:
Christoph Brandau
2026-07-09 15:20:52 +02:00
parent f79f3dc1ec
commit 0877d5a568
2 changed files with 50 additions and 2 deletions
+1
View File
@@ -3734,6 +3734,7 @@
{unstagedCount}
{hasRepository}
{isBusy}
{operation}
{status}
selectedFilePath={selectedExplorerPath}
onSelectFile={selectFileFromStatus}