-
Notifications
You must be signed in to change notification settings - Fork 225
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: Alerts page #563
base: ernest-/hdx-1303-tiles-alerting-ui
Are you sure you want to change the base?
feat: Alerts page #563
Conversation
ernestii
commented
Jan 21, 2025
•
edited
Loading
edited
|
052e209
to
e7e9885
Compare
e49a387
to
f7c2111
Compare
packages/app/src/commonTypes.ts
Outdated
@@ -64,6 +72,7 @@ export type SavedSearch = z.infer<typeof SavedSearchSchema>; | |||
export const SavedChartConfigSchema = z.any(); | |||
|
|||
export const TileSchema = z.object({ | |||
name: z.string().optional(), |
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.
Is this correct? name
should be within config
field, right?
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.
correct, also removed commonTypes.ts
from app package since I import everything from common utils now
0d4adc2
to
b54104b
Compare
f7c2111
to
2da65c0
Compare
9880cb2
to
ae2dbdf
Compare
6818430
to
e07e6ee
Compare
c20bb94
to
7eea422
Compare
f0c8364
to
6616f30
Compare
7eea422
to
0708634
Compare