Critical fix to models front - #603
Merged
Merged
Conversation
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>
…o KNeighborsRegression
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
…derStep component
…ateSessionRight, and ParamsBar
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.
…n from dataset view
…umnSelector Co-authored-by: Copilot <copilot@github.com>
Fix/grid layout
…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
Fixed async form loading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.