feat: Support import/export for dashboard onClicks#2148
feat: Support import/export for dashboard onClicks#2148
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 2e4ef50 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
8902ef4 to
7f746b7
Compare
50c116c to
15232c6
Compare
15232c6 to
2e4ef50
Compare
🟡 Tier 3 — StandardIntroduces new logic, modifies core functionality, or touches areas with non-trivial risk. Why this tier:
Review process: Full human review — logic, architecture, edge cases. Stats
|
PR Review✅ No critical issues found. Notes (non-blocking):
Positives:
|
E2E Test Results✅ All tests passed • 163 passed • 3 skipped • 1196s
Tests ran across 4 shards in parallel. |
Summary
This is the fourth in a series of PRs adding customizable on-click / linking behaviors to dashboard tables.
This feature is behind the
NEXT_PUBLIC_IS_DASHBOARD_LINKING_ENABLED, which has been enabled in the preview environment and for local development.Scope
In this PR: Dashboards with on-click behaviors that reference other dashboards or sources by ID can now be exported and imported.
Note: we do not currently support editing template-based mappings during import. Those are of course editable after importing.
Not included yet
Future PRs will add:
Screenshots or video
Screen.Recording.2026-04-23.at.5.01.21.PM.mov
How to test locally or on Vercel
This can be tested in the preview environment
References