-
Notifications
You must be signed in to change notification settings - Fork 607
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
Update the web user interface aesthetically #263
Conversation
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
==========================================
+ Coverage 65.2% 65.23% +0.03%
==========================================
Files 34 34
Lines 7174 7212 +38
==========================================
+ Hits 4678 4705 +27
- Misses 2102 2113 +11
Partials 394 394
Continue to review full report at Codecov.
|
Some tests keep failing - related to the changes? |
@aalexand I don't think so, the fails seem to be in other places. |
I tried the updated UI styling checking out your branch, the new style is super super nice! Very slick. I am looking into what makes the test failing on the master. I think the changes are unrelated too. @josef-jelinek can you look at this PR from CSS / JS point of view please? The changes look OK to me, but one more LGTM from you would be useful. |
It looks good to me, just the indentation changes could have been in a separate PR, since there are many falsely detected changes now increasing a probability of an issue slipping through. |
Can you rebase the PR onto current master? I expect that to fix the CI. |
@josef-jelinek I'll keep this in mind next time |
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.
One nit comment, please fix, I'll merge then.
internal/driver/webhtml.go
Outdated
@@ -14,234 +14,291 @@ | |||
|
|||
package driver | |||
|
|||
import "html/template" | |||
import ( |
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.
This change is not needed, please revert.
I think that was |
I can undo the ws changes, they are not important. |
I do like them but I'd undo / split them out for now so that the PRs don't
conflict over these things for now.
…On Mon, Nov 20, 2017 at 4:32 PM, Taco de Wolff ***@***.***> wrote:
I can undo the ws changes, they are not important.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#263 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABctwM4-Vgk2DRi95IhTrdH_TcwBwYzgks5s4hodgaJpZM4QieXz>
.
--
Alex
|
Nice! Might be best if I make a PR after #188 to refactor and indent all code properly before pursuing other changes. |
@tdewolff Yep, it probably makes sense to wait un poquito. |
Pull request google#263 disabled the refine menu for any views other than Graph, but that's not expected - it's perfectly fine to use it for Flame and Top, so just keep it enabled. Fixes google#285.
Pull request google#263 disabled the refine menu for any views other than Graph, but that's not expected - it's perfectly fine to use it for Flame and Top, so just keep it enabled. Fixes google#285.
Update the web user interface aesthetically. The Refine menu is greyed-out for pages besides the Graph. The description box now opens upon clicking the filename in the top-right.
Pull request google#263 disabled the refine menu for any views other than Graph, but that's not expected - it's perfectly fine to use it for Flame and Top, so just keep it enabled. Fixes google#285.
Update the web user interface aesthetically.
The Refine menu is greyed-out for pages besides the Graph.
The description box now opens upon clicking the filename in the top-right.