-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[dashboard] Downtime in-app announcements #18761
Conversation
168e3ce
to
c757de3
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.
UX LGTM. 🏁
Left two minor non-blocking comments on the copy and the alert layout.
<button | ||
type="button" | ||
className="bg-transparent p-1" | ||
<Button |
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.
Please update the copy to be:
Also, I presume linking to this StatusPage update is a placeholder? The alert is from 2022. |
c757de3
to
964904d
Compare
✔️
Sure. I used this as descriptive placeholder before creating the new entry tomorrow. 👍 |
Thanks for all the input! 🙏 Will merge the PR as-is tomorrow morning after creating a new statuspage entry and linking it here. |
…podstatus.com instead of specific event
/unhold |
This reverts commit cebee56, modulo some fixes we want to keep.
Description
Adds a notification on dashboard to announce our planned downtime:
Summary generated by Copilot
🤖 Generated by Copilot at 168e3ce
This pull request adds a new component
AppNotifications
that can display notifications to the user across the app. It also adds a feature flagscheduled_downtime_notification
that controls whether to show a notification about a planned maintenance. The feature flag is disabled by default.Related Issue(s)
Fixes EXP-664
How to test
Documentation
Preview status
Gitpod was successfully deployed to your preview environment.
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
. If enabled,with-preview
andwith-large-vm
will be enabled./hold