Skip to content

feat: resizable divider in Time Dimension Detail view#9610

Merged
nishantmonu51 merged 1 commit into
mainfrom
nishant/resizable-time-dimension-detail
Jun 26, 2026
Merged

feat: resizable divider in Time Dimension Detail view#9610
nishantmonu51 merged 1 commit into
mainfrom
nishant/resizable-time-dimension-detail

Conversation

@nishantmonu51

Copy link
Copy Markdown
Collaborator
  • Add a draggable divider between the timeseries chart and the detail table in the Time Dimension Detail view, so users can adjust how much vertical space each gets. This mirrors the existing resizable split between the timeseries and leaderboards in explore.
  • The resizable dimension is the chart's height; the detail table fills the remaining space. Double-click resets to the default. Reuses the existing Resizer component in its vertical (NS) mode.
  • Persist the resize selection to localStorage so the split survives navigation:
    • tddChartHeight for the Time Dimension Detail view.
    • exploreTimeseriesWidth for the explore timeseries/leaderboard split (previously not persisted).

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

Developed in collaboration with Claude Code

Add a draggable divider between the timeseries chart and the detail
table in the Time Dimension Detail view, mirroring the resizable split
between timeseries and leaderboards in explore. Persist both the TDD
chart height and the explore timeseries width to localStorage so the
split is preserved across navigation.
@nishantmonu51

Copy link
Copy Markdown
Collaborator Author

Thanks @AdityaHegde .

@nishantmonu51 nishantmonu51 merged commit 6558be3 into main Jun 26, 2026
16 checks passed
@nishantmonu51 nishantmonu51 deleted the nishant/resizable-time-dimension-detail branch June 26, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants