-
Notifications
You must be signed in to change notification settings - Fork 881
feat: ui alert <= 30mins from deadline #1825
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.stories.tsx
Outdated
Show resolved
Hide resolved
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.
Looking good!
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.test.tsx
Outdated
Show resolved
Hide resolved
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.test.tsx
Outdated
Show resolved
Hide resolved
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.test.tsx
Outdated
Show resolved
Hide resolved
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx
Outdated
Show resolved
Hide resolved
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.stories.tsx
Outdated
Show resolved
Hide resolved
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx
Outdated
Show resolved
Hide resolved
Summary: When a workspace build is <= 30 minutes from auto-scheduled shutdown, then an alert banner is displayed on the workspace page.
d46b2d9
to
f049ae9
Compare
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.
Code LGTM
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx
Outdated
Show resolved
Hide resolved
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx
Outdated
Show resolved
Hide resolved
|
||
export const Language = { | ||
bannerTitle: "Workspace shutdown", | ||
bannerDetail: "Your workspace is scheduled to automatically shut down soon.", |
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.
What do you think about making this the title instead? I feel like the title and detail share roughly the same information, and so maybe we can merge them!
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.
I'm a-ok with that, will do rn
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.
:D e4db833 :D
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx
Outdated
Show resolved
Hide resolved
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx
Outdated
Show resolved
Hide resolved
Summary: When a workspace build is <= 30 minutes from auto-scheduled shutdown, then an alert banner is displayed on the workspace page.
Resolves: #1459
Summary
When a workspace build is <= 30 minutes from auto-scheduled shutdown,
then an alert banner is displayed on the workspace page.
Demo
From Storybook: