feat: Add filter templating to custom dashboard on-click#2146
feat: Add filter templating to custom dashboard on-click#2146
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: d806f59 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 |
| enableMapSet(); | ||
|
|
||
| describe('searchFilters', () => { | ||
| describe('filtersToQuery', () => { |
There was a problem hiding this comment.
filtersToQuery and its tests have been moved to common-utils
8902ef4 to
7f746b7
Compare
ca2be83 to
de0c501
Compare
de0c501 to
226d4ff
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
|
E2E Test Results✅ All tests passed • 162 passed • 3 skipped • 1283s
Tests ran across 4 shards in parallel. |
58a9399 to
d806f59
Compare
Summary
This is the third in a series of PRs adding customizable on-click / linking behaviors to dashboard tables. This PR extends the custom dashboard table onClick behavior from #2140.
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:
Not included yet
Future PRs will add:
Screenshots or video
Screen.Recording.2026-04-23.at.4.58.18.PM.mov
How to test locally or on Vercel
This can be tested in the preview environment
References