-
Notifications
You must be signed in to change notification settings - Fork 523
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
Fleet UI: Calendar settings iterations #17779
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 17230-calendar-feature #17779 +/- ##
==========================================================
- Coverage 65.24% 65.23% -0.01%
==========================================================
Files 1202 1202
Lines 109371 109380 +9
Branches 2587 2590 +3
==========================================================
+ Hits 71358 71359 +1
- Misses 32598 32606 +8
Partials 5415 5415
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
@@ -58,6 +58,16 @@ interface ICalendarsFormData { | |||
apiKeyJson?: string; | |||
} | |||
|
|||
// Used to surface error.message in UI of unknown error type | |||
type ErrorWithMessage = { |
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. This is probably something we can have as a utility type/typeguard for use across the UI.
Issue
Iteration of #17444
Description
Screenrecording
https://www.loom.com/share/e22095de4a7a44e69a155f11f08c1878?sid=1d1e0285-d96c-4281-9586-2ae742b10c65
Checklist for submitter
If some of the following don't apply, delete the relevant line.