Skip to content

Fix EDA metadata toggle cut off in Save as Dataset modal - #753

Merged
cristian-tamblay merged 1 commit into
developfrom
fix/eda-metadata-modal-overflow
Jul 7, 2026
Merged

Fix EDA metadata toggle cut off in Save as Dataset modal#753
cristian-tamblay merged 1 commit into
developfrom
fix/eda-metadata-modal-overflow

Conversation

@Creylay

@Creylay Creylay commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

The "Compute extended metadata (EDA)" toggle in the Save as Dataset modal was getting cut off as more converters were added. Fixed by separating the static form fields (note, name, EDA toggle) from the converter list, making only the list scrollable.


Type of Change

Check all that apply like this [x]:

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • DashAI/front/src/components/notebooks/datasetCreation/SaveDatasetModal.jsx: split the single scrollable content box into a static section (flexShrink: 0) for note, dataset name field, EDA toggle, and transformations heading, and a separate scrollable section (flex: 1, minHeight: 0, overflowY: auto) for the converter list.

Testing (optional)

Open the Save as Dataset modal in the Notebooks view with several converters applied. Verify that the "Compute extended metadata (EDA)" card is always fully visible and that the converter list scrolls independently when there are many entries.

@cristian-tamblay
cristian-tamblay merged commit 90a20b7 into develop Jul 7, 2026
20 checks passed
@cristian-tamblay
cristian-tamblay deleted the fix/eda-metadata-modal-overflow branch July 7, 2026 12:37
@cristian-tamblay cristian-tamblay mentioned this pull request Aug 6, 2026
6 tasks
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