-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat(ui): TE-2448 added namespace config tab in configuration page #1604
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
not sure if I understand this correctly but this should call |
@cyrilou242 I haven't added the API integration. If we are fine with exposing the format and timezone update via a string with no validation on format, I can go ahead and integrate the API. |
@@ -630,6 +632,7 @@ | |||
"weeks-lowercase": "weeks", | |||
"what-went-wrong-and-where": "What went wrong and where?", | |||
"whole-alert": "Whole alert", | |||
"workspace-config": "workspace config", |
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.
this is user facing right ?
should we use Settings instead also here ?
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.
Yes, let me change it to settings
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.
LGTM thanks!
Issue(s)
https://startree.atlassian.net/browse/TE-2448
Description
Users can configure the notification time format and timezone.