forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(frontend): Refactor RecurringRunDetails to functional component (…
…kubeflow#9939) * Add alternative functional component for recurring run v2 details. * Remove unnecessary recurringRunDetailsV2FCProps * Add unit tests. Move the file to FC folder. Add updatebanner logic for error case Simplify the getInitialToolBar() helper. * Add new feature key "functional" to enable rendering functional component. (only for validation test now) * Remove handling error in useQuery. Change feature flags. Rename folder. * Resolve eslint warning * Avoid use recurringRun and experiment (object) as trigger for useEffect(). * Remove unused import. * Extract set() logic from useQuery. Add documentation for error handle useEffect().
- Loading branch information
Showing
5 changed files
with
639 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.