-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: big changes of dashboard #665
Conversation
Codecov Report
@@ Coverage Diff @@
## master #665 +/- ##
==========================================
- Coverage 55.78% 55.76% -0.02%
==========================================
Files 68 68
Lines 4383 4397 +14
==========================================
+ Hits 2445 2452 +7
- Misses 1768 1775 +7
Partials 170 170
Continue to review full report at Codecov.
|
…haos-mesh into refactor/experiments
1463e82
to
fa8962d
Compare
@yeya24 The crash problem should be fixed. And I try to rebase git to add the sign-off, but the hard is I'm already merging the upstream update twice, so it's complicated to add it to every single commit pushed by me. 😵 What about adding the sign-off before this PR ready to merge to master? This can save a lot of time. I will remember to sign it in the later PRs. |
Signed-off-by: Yue Yang <[email protected]>
Signed-off-by: Yue Yang <[email protected]>
@cwen0 The legends problem should be fixed and also, now you can easily delete the labels. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yeya24 Thx.~ 😆 Generally speaking, this is usually handled in the front-end. I will think about how to implement it. At present, the feature of the search experiment has not been completed. I can put the sorting into the search and complete it together. |
d44a8a7
to
cb6fb23
Compare
Signed-off-by: Yue Yang <[email protected]> Signed-off-by: shonge <[email protected]>
Signed-off-by: Yue Yang <[email protected]>
Signed-off-by: Yue Yang [email protected]
What problem does this PR solve?
First, sorry this PR is relatively huge, I'm a little busy last past days, so I didn't split it into several little PRs.
This PR aims to give the dashboard an overall optimization.
What is changed and how does it work?
A concise interface
Now can create an experiment from YAML file
Make label_selectors as a HTML select element
Now can search events
Click timeline legends will zoom to the last event position by experiment name
Init archives page
update .ico files to adapt dark mode