[Feature-6918][UI] DAG page interaction optimization#6919
[Feature-6918][UI] DAG page interaction optimization#6919davidzollo merged 8 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #6919 +/- ##
============================================
- Coverage 33.07% 33.03% -0.05%
+ Complexity 1626 1625 -1
============================================
Files 433 433
Lines 14365 14365
Branches 1437 1437
============================================
- Hits 4751 4745 -6
- Misses 9158 9168 +10
+ Partials 456 452 -4
Continue to review full report at Codecov.
|
|
excellent design +1 |
| display: flex; | ||
| justify-content: center; | ||
|
|
||
| /deep/ .el-slider__runway{ |
There was a problem hiding this comment.
It is recommended to replace /deep/ with ::v-deep.
| @@ -80,7 +80,6 @@ body{ | |||
| //background: #f8fbfe; | |||
| } | |||
| .conditions-model { | |||
There was a problem hiding this comment.
This will conflict with the pr of https://github.com/apache/dolphinscheduler/pull/6911/files, which requires local rebase.
b677872 to
f07331e
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
LGTM |
davidzollo
left a comment
There was a problem hiding this comment.
+1
great job
so amazing!
* [Feature] Add grid layout and optimize DAG style * [Improvement] Add process definition status label and code optimization * [Feature] add DAG node search bar * [Feature] Add DAG scale bar * [Improvement] Open pre-tasks settings for all tasks * [Fix] Fix ut * [Fix] Replace /deep/ with ::v-deep * [Fix] Fix code smell
…#7137) * [Feature-6918][UI] DAG page interaction optimization (#6919) * [Feature] Add grid layout and optimize DAG style * [Improvement] Add process definition status label and code optimization * [Feature] add DAG node search bar * [Feature] Add DAG scale bar * [Improvement] Open pre-tasks settings for all tasks * [Fix] Fix ut * [Fix] Replace /deep/ with ::v-deep * [Fix] Fix code smell * [Improvement-7092][UI] Optimize DAG to adapt to situations without locations (#7102)








See #6918
Add grid layout function.

Open pre-tasks settings for all tasks

Add node search function

Add DAG scale bar

Add process status tag

Optimize node feedback when creating connection
