feat(dashboards): Adds Create Dashboard with Seer frontend modal and preview page#110451
Conversation
| p { | ||
| margin-bottom: 0; | ||
| } | ||
| `; |
There was a problem hiding this comment.
New styled component instead of core components
Low Severity
MessageBlock is a newly added styled() call wrapping MarkedText. Per the frontend guidelines, core components like Container (for padding, background, border-radius) and Text (for font-size, color) are preferred over new styled() calls. The styling here (padding, background, border-radius, font-size, color) maps directly to props available on those core layout and typography primitives.
Triggered by project rule: Frontend guidelines
There was a problem hiding this comment.
This one is valid, but not always possible
DominikB2014
left a comment
There was a problem hiding this comment.
code lgtm overall, there's a couple comments regarding flag checks which look like they could be valid but i'll leave it up to you to go through those
| p { | ||
| margin-bottom: 0; | ||
| } | ||
| `; |
There was a problem hiding this comment.
This one is valid, but not always possible
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.


Adds a new
Create Dashboard with Seerbutton:GenerateDashboardFromSeerModalmodal which accepts a prompt text field from the userorgslug/dashboards/generate/endpoint and navigates user to theCreateFromSeerpreview page with therun_idCreateFromSeerpreview page polls the seerrun_idand renders a dashboard preview using the artifact response when complete