Skip to content

Commit

Permalink
Add HTTP request panel, minor enhancements
Browse files Browse the repository at this point in the history
Add a new panel for HTTP requests using the native WP methods.
AMP dev mode compatibility.
Change cache busters to use `filemtime` instead of hardcoded values.
Minor CSS updates, so theems don't override the <pre> styles.


git-svn-id: https://plugins.svn.wordpress.org/debug-bar/trunk@2407732 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
aidvu committed Oct 27, 2020
1 parent ba7502a commit c83c6a4
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/debug-bar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/debug-bar.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ body.debug-bar-maximized.debug-bar-visible {
}

#querylist pre {
text-align: left;
font-size: 12px;
padding: 10px;
}
Expand Down
Loading

0 comments on commit c83c6a4

Please sign in to comment.