Commit Graph

14 Commits

Author SHA1 Message Date
James Liu c2fb286daf
fix(frontend): Surface output artifact of a SubDAG by reading subtask (#8354)
* fix(frontend): Surface output artifact of a SubDAG by reading subtask

* format

* fix test
2022-10-14 04:33:03 +00:00
James Liu 21cf6407eb
feat(frontend): Complete Sub-DAG implementation in KFPv2. (#8326)
* feat(frontend): Complete Sub-DAG implementation in KFPv2.

* remove comment
2022-10-11 07:46:25 +00:00
Joe Li 440f4e15b1
feat(frontend): v2 Dynamic Sub-DAG (I) (#8278)
* Render elements in the sub-layers.

* Enable the side panel for sub-DAG type node.

* Add 'open workflow' button in sub-DAG side panel.

* Added icon for sub-DAG execution.
Implementation for displaying task details and node information for sub-DAG execution.
Implementation for getting MLMD info and update state for sub-DAG execution.

* Added comment (function for changing the state of node).

* Remove console.log()

* Format.
2022-09-20 17:14:32 +00:00
Joe Li b7cf1fbc1c
fix(frontend): Change "Layer" to unclickable. (#7737) 2022-05-17 17:46:56 +00:00
James Liu 2ffa212b04
feat(frontend): Update unknown and invalid execution node style (#6795) 2021-10-25 12:58:42 -07:00
James Liu 31ff9ad277
feat(frontend): SubDAG styling for KFPv2. Fix #6419 (#6744)
* feat(frontend): SubDAG styling for KFPv2

* update button
2021-10-25 09:35:09 -07:00
James Liu a44136943b
feat(frontend): V2 Run Details - Toolbar, Page title, Experiments. Fix #6708, partial #6707 (#6709)
* feat(frontend): V2 Run Details - Toolbar, Page title, Experiments

* slide comment upate
2021-10-11 10:55:45 -07:00
James Liu 5c89d51f0e
feat(frontend): SidePanel for static pipeline template. Fix #6399, Fix #6610, Fix #6611 (#6613)
* feat(frontend): SidePanel for static pipeline template.

* fix test
2021-09-29 09:09:47 -07:00
James Liu f6ee12ac9f
feat(frontend): Stateful v2 Node styling. Fix #6280 (#6519)
* feat(frontend): Stateful v2 Node styling

* address feedback on comment and UX
2021-09-09 09:01:14 -07:00
James Liu a35812429c
feat(frontend): Create an Expand button to open SubDAG. Partial #6301 (#6490)
* feat(frontend): Create an Expand button to open SubDAG

* address comment
2021-09-02 15:08:18 -07:00
James Liu 964a62e970
feat(frontend): Add styling for Artifact Node. Partial #6280 (#6418)
* feat(frontend): Add styling for Artifact Node

* comment

* use database
2021-08-31 13:43:44 -07:00
James Liu d03277fe4e
feat(frontend): SubDag Node and mock samples. Partial #6419. Fix #6302. Fix #6398 (#6420)
* feat(frontend): SubDag Node and mock samples

* fix import

* comment address

* from aside to div

* address comments
2021-08-31 10:04:03 -07:00
James Liu ee718af5bc
feat(frontend): v2 Execution Node element. Partial #6280 (#6407)
* feat(frontend): v2 Execution Node element

* compile css before coverage test

* change to pretest
2021-08-21 13:55:55 -07:00
James Liu 6f4a4f1f83
chore(frontend): Add storybook for component driven UI development and documentation. Fix #6283 (#6284)
* Add storybook for component oriented UI development and documentation

* chore(frontend): Integrate with tailwindcss

* merge

* adjust UI and fix for comment

* execution node stories

* Comment for why we keep storybook under src/

* resolve build issue

* npm run format
2021-08-11 17:45:01 -07:00