Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: b170c22 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Knip - Unused Code Analysis⚪ 0 change in total issues (240 on main → 240 on PR)
What is this?Knip finds unused files, dependencies, and exports in your codebase. Run |
PR Review
✅ No critical bugs or security issues found. Code quality is solid — good confirmation dialogs on delete, proper |
E2E Test Results✅ All tests passed • 98 passed • 3 skipped • 974s
Tests ran across 4 shards in parallel. |
e39e4b7 to
93059ca
Compare
fc203a3 to
b170c22
Compare
Summary
This PR introduces a new dashboards listing page, which lists the available dashboards. Each individual dashboard is no longer listed in the sidebar. The new listing page supports searching by name and filtering by tag. This PR is a continuation of @elizabetdev's #1805, with small design modifications, tests, and some refactoring.
This page does client-side sort and filter. There is no server-side pagination, filtering, or sorting. That is left as a future improvement, should it become necessary.
Further, since the "Dashboards" AppNav link now leads to the listing page, and since IS_LOCAL_MODE now supports saving dashboards (#1822), the
isLocalDashboardhandling has been removed.Screenshots or video
We also show a message about the new page, so that users will not think their dashboards have been deleted
How to test locally or on Vercel
The listing page can be tested in vercel preview
References