[Improvement-5577][ui]add project name#5579
Conversation
There was a problem hiding this comment.
Need to consider the overflow problem caused by too long text. Compared with mapState('dag', ['projectName']), calling localStorage.getItem('projectName') is also not a better choice. More detail please refer to #5568
Codecov Report
@@ Coverage Diff @@
## dev #5579 +/- ##
============================================
+ Coverage 46.86% 46.87% +0.01%
- Complexity 3790 3791 +1
============================================
Files 605 605
Lines 24800 24800
Branches 2811 2811
============================================
+ Hits 11622 11625 +3
+ Misses 12069 12068 -1
+ Partials 1109 1107 -2
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed!
|
Sorry, close this pr since #5568 has resolved the issue. Look forward to contribute! |
|
Hi:
|

Purpose of the pull request
issue-5577
This closes #5577
Brief change log
Change the title “Project Home” to the corresponding project name
Verify this pull request
This pull request is code cleanup without any test coverage.