Skip to content

Fix/grid layout#591

Merged
cristian-tamblay merged 3 commits into
developfrom
fix/grid-layout
May 5, 2026
Merged

Fix/grid layout#591
cristian-tamblay merged 3 commits into
developfrom
fix/grid-layout

Conversation

@Creylay
Copy link
Copy Markdown
Collaborator

@Creylay Creylay commented May 4, 2026

Summary

Fixes the option card grid in the Modules, Datasets, Models, and Generative home screens so it always renders 3 stable columns with left-aligned overflow items. Also shortens the task descriptions in the Models module so they fit comfortably in the smaller cards.

Type of Change

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

Changes (by file)

  • DashAI/front/src/components/threeSectionLayout/SelectOptionMenu.jsx: Changed grid from 2 to 3 columns on lg/xl breakpoints; removed justifyContent="center" to prevent lone items from centering on the last row.
  • DashAI/back/tasks/text_classification_task.py: Shortened DESCRIPTION (EN + ES).
  • DashAI/back/tasks/tabular_classification_task.py: Shortened DESCRIPTION (EN + ES).
  • DashAI/back/tasks/regression_task.py: Shortened DESCRIPTION (EN + ES).
  • DashAI/back/tasks/translation_task.py: Shortened DESCRIPTION (EN + ES).

Testing (optional)

Verify that task/option grids display 3 columns on large screens and that a list with an odd number of items leaves the last card aligned to the left instead of centered.

@cristian-tamblay cristian-tamblay merged commit e4fb724 into develop May 5, 2026
19 checks passed
@cristian-tamblay cristian-tamblay deleted the fix/grid-layout branch May 5, 2026 20:13
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