Commit Graph

5 Commits

Author SHA1 Message Date
Chris Elliott 4be213a773
feat(frontend): Add parent labels to the Compare Table (#8024)
* Update the compare table to include parent column labels.

* Show scalar metrics tablethrough rough calculations.

* Remove unnecessary comment.

* Remove unnecesssary print statements and simplify code.

* Break up the loading of scalar metrics table data.

* Update display and error when scalar metrics are not available.

* Update compare table comment and error formatting.

* Add tests and update artifact index to global variable.

* Update formatting.

* Separate scalar metrics table calculation into a separate utils file.

* Add compare utils test and reorganize calculation of compare table props.

* Ensure that the table organization works without names.

* Update compare utils and table tests.

* Update formatting and add compare table test and snapshot.

* Rename file from tsx to ts.

* Reset this branch to only hold the CompareTable changes.

* Update  new tests to use React Testing Library.

* Minor fixes - newline and remove unused variable.

* Update formatting.
2022-07-14 19:10:34 +00:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Yuan (Bob) Gong e74c38e311
[Frontend] Update deps to bring optional chaining js language feature (#3154)
* Upgrade prettier

* Optional chaining example usage

* Fix eslintrc

* Also upgrade typescript

* pin prettier version
2020-02-25 08:06:49 -08:00
Yuan (Bob) Gong b72de99f0e Format all source files under frontend/src using prettier (#2462)
* Format frontend/src

* Fix lint errors

* Update snapshots
2019-10-22 02:55:21 -07:00
Pascal Vicaire 633e2ddcc8 Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00