-
Notifications
You must be signed in to change notification settings - Fork 131
Consider using Chrome's new styles for Network tab #59
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
Comments
I've been thinking about this same thing. I say we should. I would like if we can keep with chrome as the idea behind the project is that is the same har viewer you're already used to. |
I would like to look at the new CSS if it's still as webkit/blink specific maybe it's time to throw it away and completely fix all browsers compatibility issues. |
Using the har viewer today and wishing it had the same UI as modern chrome devtools. :) To contrast today's UI with @cvan's screenshot from last year: |
@ericduran how did you exactly extract out the styles in the first place? did you just copy over the stylesheets from the Chromium source? |
also relevant conversation: #63 (comment) |
@cvan thanks for the heads up. 63 has much of this discussion. I'm going to continue it here just ... because.. :) I wanted to throw out an idea.. It's one potential alternative to updating and reforking the devtools frontend.. so..
Regardless, let me echo what i said over in #63 (comment) .. we're def interested in the features you want and figure we should just give them to everyone. I'd love to figure out a way for all the devtools users to benefit from this stuff. |
Yea, I would actually rather chrome just had support for importing a HAR file and viewing a HAR of a URL. It does make more sense to have this in devtools. My original plan was to do it in devtools but this was easier. Ha. I'll star those issues, see where I could jump in on. |
|
yeah here's my own manually updated mirror. :)
Yeah it seems quite doable with a touch of work. Stetho and React Native for instance use our frontend live.
we don't have chrome:// URLs on the frontend. At this point i wouldnt expect much chrome-specific CSS. |
In a recent version of Chrome, they've redesigned the Developer Tools, including the Network tab:
It'd be neat if chromeHAR could start using those styles. I'd be willing to bet the styles would work better in Firefox too. It may not be a worthwhile enhancement, but it's worth considering.
The text was updated successfully, but these errors were encountered: