Skip to content
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

Cloud UI: Surface Custom Dashboards in navigation #4531

Merged
merged 15 commits into from
Apr 16, 2024

Conversation

ericpgreen2
Copy link
Contributor

@ericpgreen2 ericpgreen2 commented Apr 7, 2024

This PR:

  • Includes Custom Dashboards in the list of dashboards on the Project page
  • Includes Custom Dashboards in dashboard breadcrumb's dropdown menu
  • Adds a route for rendering Custom Dashboards at {org}/{project}/-/dashboards/{custom-dashboard}

This PR does not actually render a Custom Dashboard, but rather renders a placeholder. We'll need a "read-only", non-editable Custom Dashboard component. This should be taken in a separate PR.

Closes #4314

@ericpgreen2 ericpgreen2 marked this pull request as ready for review April 10, 2024 01:42
@briangregoryholmes briangregoryholmes merged commit ce70116 into main Apr 16, 2024
4 checks passed
@briangregoryholmes briangregoryholmes deleted the custom-dashboards-cloud-nav branch April 16, 2024 21:06
AdityaHegde pushed a commit that referenced this pull request Apr 17, 2024
* WIP commit

* Fix lint

* Use TanStack Query client to fetch chart data

* TODO: render a "read-only" version of the dashboard

* Utils to differentiate between Metrics Explorer and Custom Dashboard pages

* Show both Metrics Explorers and Custom Dashboards in the breadcrumb

* Remove console log

* Add wrongly-detected TS error to whitelist

* Small clean-up

* Fix merge

* Remove unused component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add charts & custom dashboards to Rill Cloud navigation
2 participants