Skip to content

Conversation

DominikB2014
Copy link
Contributor

Some initial work for drill down flows. This adds the create link button when editing a table and a corresponding modal. This stuff doesn't do anything yet as i'm working on some backend changes at the same time. And a lot will change between now and the final, putting this PR up to make it easier to review.

image image

@DominikB2014 DominikB2014 requested a review from a team as a code owner October 8, 2025 20:24
Copy link

linear bot commented Oct 8, 2025

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 8, 2025
const dashboardsPath =
selectedDashboardId === NEW_DASHBOARD_ID
? `/organizations/${organization.slug}/dashboards/new/`
: `/organizations/${organization.slug}/dashboard/${selectedDashboardId}/`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Dashboard Creation Path Inconsistent

The "Create New Dashboard" option uses the string value 'new', but the modal's logic checks against the NEW_DASHBOARD_ID constant. This inconsistency means the new dashboard creation path won't be taken, preventing users from creating new dashboards through this modal.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant