- Notifications
You must be signed in to change notification settings - Fork928
feat: Workspace StatusBar#1362
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
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
52 commits Select commitHold shift + click to select a range
b1cc9d6
Move component and prep
presleyp0da5e7e
Make WorkspaceSection more reusable
presleyp580e801
Lay out elements
presleypb995f4a
Layout tweaks
presleype7dc082
Add outdated to Workspace type
presleyp7f6bbda
Fill out status bar component
presleyp08b01c0
Merge branch 'main' into statusbar/presleyp/1032
presleyp1bc3e35
Format
presleypccbf527
Add transition to types
presleypf6bcbaa
Add api handlers for build toggle
presleypdb348a6
Format
presleyp8d5fcfd
Parallelize machine
presleyp62c40f4
Lay out basics of build submachine
presleypeaa353d
Pipe start and stop events through - needs status
presleyp399390e
Attempt at a machine
presleypc100ec5
Update mock
presleyp903e8ee
Render status and buttons
presleype8e81ce
Fix type error on template page
presleyp2226fea
Move Settings
presleypdf0bc5b
Format
presleyp14bd598
Keep refreshed workspace
presleypc93dde3
Merge branch 'main' into statusbar/presleyp/1032
presleyp1093103
Make it switch workspaces
presleyp478db51
Lint
presleyp40a62a8
Fix relative api path
presleypbd3a026
Test
presleyp9786f6c
Fix polling
presleyp7727a1b
Add loading workspace state
presleyp4a57152
Format
presleype3ae1b8
Add stub settings page
presleyp2695a29
Format
presleyp44e4552
Merge branch 'main' into statusbar/presleyp/1032
presleypd83e5ac
Lint
presleypf909a86
Get rid of let
presleyp5dcec61
Merge branch 'main' into statusbar/presleyp/1032
presleypbe86750
Add update
presleyp992ee0c
Make start use version id
presleyp9903c96
Merge branch 'main' into statusbar/presleyp/1032
presleyp91d5811
Merge branch 'main' into statusbar/presleyp/1032
presleyp9cd386e
Fix imports
presleyp1a09166
Add polling for outdated
presleypaee54a0
Merge branch 'main' into statusbar/presleyp/1032
presleype9758c7
Rely on context instead of finite state for status
presleyp87fee06
Handle canceling
presleypb3f6b8c
Fix tests
presleyp39e84d9
Format
presleyp06abf62
Display errors so users know when button presses didn't work
presleyp8552ea2
Fix api typo, remove logging
presleyp72c856e
Lint
presleyp259d517
Merge branch 'main' into statusbar/presleyp/1032
presleyp24829be
Simplify type
presleyp542d865
Add type, extract helper
presleypFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
27 changes: 19 additions & 8 deletionssite/src/AppRouter.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletionssite/src/api/api.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionssite/src/api/types.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
41 changes: 38 additions & 3 deletionssite/src/components/Workspace/Workspace.stories.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletionssite/src/components/Workspace/Workspace.test.tsx
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
84 changes: 30 additions & 54 deletionssite/src/components/Workspace/Workspace.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletionssite/src/components/Workspace/constants.ts
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
14 changes: 8 additions & 6 deletionssite/src/components/WorkspaceSection/WorkspaceSection.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.