- Notifications
You must be signed in to change notification settings - Fork928
feat: ui autostop extension#1987
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
Resolves:#1460Summary:An 'Extend' CTA on workspace schedule banner is added so that a user canextend their workspace lease from the UI.Details:* feat: putWorkspaceExtension handler* refactor: TypesGen dflt import in workspace.ts* feat: defaultWorkspaceExtension utilImpact:This completes the UI<-->CLI parity epic in an MVP way. Of course, afuture improvement to make is extending by times other than the default90 minutes.
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.
BE = 👍
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
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.
nice job! looks good to me.
Renamed to reduce collision/overlap with the component name
Resolves:#1460Summary:An 'Extend' CTA on workspace schedule banner is added so that a user canextend their workspace lease from the UI.Details:* feat: putWorkspaceExtension handler* refactor: TypesGen dflt import in workspace.ts* feat: defaultWorkspaceExtension utilImpact:This completes the UI<-->CLI parity epic in an MVP way. Of course, afuture improvement to make is extending by times other than the default90 minutes.
Uh oh!
There was an error while loading.Please reload this page.
Resolves:#1460
Summary:
An 'Extend' CTA on workspace schedule banner is added so that a user can
extend their workspace lease from the UI.
Details:
feat: putWorkspaceExtension handler
refactor: TypesGen dflt import in workspace.ts
feat: defaultWorkspaceExtension util
Impact:
This completes the UI<-->CLI parity epic in an MVP way. Of course, a
future improvement to make is extending by times other than the default
90 minutes.
Demo
I'll make a GIF demo later
Machine