Skip to content

Critical fix to models front - #603

Merged
cristian-tamblay merged 91 commits into
productionfrom
develop
May 7, 2026
Merged

Critical fix to models front#603
cristian-tamblay merged 91 commits into
productionfrom
develop

Conversation

@cristian-tamblay

Copy link
Copy Markdown
Member

No description provided.

Creylay and others added 30 commits April 27, 2026 16:17
The check icon on completed steps confused users into thinking
validation passed. Force completed={false} so MUI displays the
step number, indicating order only.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
- Implement OpusMtEnFrTransformer for English-to-French translation.
- Implement OpusMtEnPtTransformer for English-to-Portuguese translation.
- Refactor OpusMtEsENTransformer to inherit from OpusMtTransformerMixin and streamline its implementation.
- Implement OpusMtFrEnTransformer for French-to-English translation.
- Introduce T5SmallTransformer for English-to-{German, French, Romanian} translation with task prefixing.
- Enhance FormTooltip component to support Markdown rendering and external links for better user guidance.

Co-authored-by: Copilot <copilot@github.com>
Adds a reusable selector with search, category chips, and
collapsible groups, plus a side panel for rendering details
of the selected component. Wires both into the dataset
upload step so the dataloader picker uses the new layout.
Replaces the task-then-model flow with a single landing tile
that leads to a wizard. Step 0 lists every model grouped by
task via ComponentSelector, with the selected model's details
in the right panel. Step 1 puts name and description in the
center and the parameter form in the right panel. Back, Cancel,
Next, and Create buttons live in the bottom-right of the main
panel on every step. Breadcrumbs handle the new route, and
en/es translations cover the new strings.
…on wizard

- Route /sessions/new/:modelName reflects selected model in path
- Step derived from URL param; handleNext/Back navigate instead of setState
- Breadcrumbs show Generative / New Session / {ModelDisplayName}
- Replaced cancel button with back button (step 0 → home, step 1 → model select)
Align ComponentDetailsPanel and CreateSessionRight with ParamsBar's
consistent structure: fixed-height title box, full-width divider,
scrollable content area.
…mponentDetailsPanel

- Accept categoryKey prop to display the selector's grouping value as subtitle
- Parse markdown and bare URLs in descriptions into themed MUI Link elements
- Pass categoryKey="task_display_name" from CreateSessionRight
Mirror generative workflow pattern: `/datasets/new/:dataloaderName`
replaces `/datasets/new/configure`. Lifts dataloader fetch to
UploadDatasetSteps, syncs selectedDataloader from URL param so direct
navigation and browser back/forward work correctly. Breadcrumbs now
show the actual dataloader display name as the third crumb.
Irozuku and others added 29 commits May 4, 2026 17:55
…umnSelector

Co-authored-by: Copilot <copilot@github.com>
…flow

Standardize module workflows with a unified step based UI and reusable component selection
…-icons

refactor: update icon sizes and improve theme toggle accessibility
…hlight

style: redesign bar chart hover highlighting in dataset tabs
Fix broken anchor links by converting docs to absolute paths
Add Spanish translations for build and plugin development documentation
…converters

Fix i18n reactivity in RightBar (converters and explorers not updating on language change)
Fix column selector for Explorers and Converters.
- Updated typography variants in HomeButton, ResponsiveAppBar, and other components to use standardized MUI typography styles (e.g., h5, body1, body2).
- Increased font sizes in specific components for improved readability.
- Replaced custom font sizes with MUI typography variants to maintain design consistency.
- Adjusted styles in various components including ChatBubble, SessionBox, and MediaOnlyPlaceholder to align with new typography standards.
- Enhanced tooltip and alert components with updated typography for better visual hierarchy.
…bers

fix: show step numbers instead of check icons in steppers
Refactor typography variants across components for consistency
…d-steps

Remove duplicate step text in converter/explorer modal
@cristian-tamblay
cristian-tamblay merged commit 4ecf60e into production May 7, 2026
22 checks passed
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.

4 participants