- Notifications
You must be signed in to change notification settings - Fork3
feat: show when workspace apps are loading#163
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ethanndickson commentedMay 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This stack of pull requests is managed byGraphite. Learn more aboutstacking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR introduces a loading indicator for workspace apps and replaces all instances ofProgressView
with the newCircularProgressView
.
- Adds
loadingApps
state and displays a circular spinner while apps load - Swaps out
ProgressView
in multiple views forCircularProgressView
with custom sizing - Ensures the spinner is hidden once loading completes
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
Views/VPN/WorkspaceAppIcon.swift | Replaced smallProgressView with circular spinner |
Views/VPN/VPNMenuItem.swift | AddedloadingApps flag and conditional spinner |
Views/FileSync/FileSyncSessionModal.swift | Replaced modalProgressView with circular spinner |
Views/FileSync/FilePicker.swift | Replaced file-treeProgressView with circular spinner |
Views/FileSync/FilePicker.swift (inFilePickerEntry ) | Replaced entry loaderProgressView with circular spinner |
Uh oh!
There was an error while loading.Please reload this page.
06b1ca3
to8b30a75
Compareethanndickson commentedMay 22, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Merge activity
|
ethan/workspace-apps-loading
8b30a75
toa820d5a
Compare117d8fd
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Also switches all the stock ProgressViews to our new CircularProgressView
inaction.mov
mocked.mov