1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

12 Commits

Author SHA1 Message Date
Pedro Xavier
0d65147743
Fix code block in docs (#580) 2023-10-12 18:09:00 +02:00
Nicolas Ettlin
5d44b5e5bc Fix PHP example code in documentation (#412) 2019-03-22 20:37:57 +01:00
James Johnston
e6f0b5a48d Enable AssetProvider to support inline assets (#338)
Add new inline_css, inline_js, and inline_head keys on the
AssetProvider::getAssets() function.  This allows us to support
collectors that require static assets that are not actually saved to a
file.

Then, update all the asset functions in JavascriptRenderer to support
these new keys.

An initial use case for this is supporting the HtmlDumper in Symfony’s
VarDumper.  HtmlDumper only provides the styles and scripts in inline
HTML form.  The static assets can be customized based on some
configuration properties available on the HtmlDumper class.  One can
actually view the CSS/JS as a long PHP string/heredoc embedded in the
HtmlDumper.php source code.  They are only accessible via the
getDumpHeader function, which returns the CSS/JS in a combined HTML
string.
2017-07-15 11:08:32 +02:00
maximebf
3089d2f750 refactoring and improvements to resizing and responsivity
debugbar header is now split in left and right containers for better responsivity
changed the way the indicators position is handled (not a property of the indicator anymore)
moved resize-handle out of body
when closed, the debugbar will always restore to opened state
2014-02-14 12:42:43 -03:00
Graham Campbell
0071105c25 CS fixes 2014-01-16 21:41:41 +00:00
maximebf
6330bca1c7 updated docs [ci skip] 2013-09-19 18:05:12 -04:00
Pascal Borreli
68dfa87ef6 Fixed typos 2013-08-16 00:52:32 +01:00
maximebf
d40979d6b0 added JavascriptRenderer::getAssets() 2013-08-14 16:54:27 +10:00
maximebf
4196d76fa4 updated doc 2013-08-12 12:02:32 +10:00
maximebf
7e759ac3df updated doc 2013-08-08 15:46:33 +10:00
maximebf
024b0a04b0 updated docs 2013-06-19 12:05:16 +09:00
maximebf
836050cea5 huge refactoring, comments and docs 2013-06-13 18:49:55 +08:00