Skip to content

Commit

Permalink
feat: add livereload to ajax debug screen
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Apr 13, 2024
1 parent 3c14dcd commit ec454d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stubs/ajax-debug.latte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>RockFrontend AJAX Debugger</title>
<link rel="stylesheet" type="text/css" href="{$config->versionUrl('/wire/modules/AdminTheme/AdminThemeUikit/uikit/dist/css/uikit.min.css')}" />
<script type="text/javascript" src="{$config->versionUrl('/wire/modules/AdminTheme/AdminThemeUikit/uikit/dist/js/uikit.min.js')}"></script>
{$rockfrontend->liveReloadMarkup()|noescape}
</head>

<body>
Expand All @@ -24,6 +25,11 @@
<pre class="tracy-dump" style="max-height:500px;">{$formatted}</pre>
</div>
</div>

<div class="uk-text-small uk-text-muted">
Using VSCode? I recommend this extension for further debugging:
<a href="https://www.youtube.com/watch?v=qJlTGaTIkHA">https://www.youtube.com/watch?v=qJlTGaTIkHA</a>
</div>
</section>
</body>

Expand Down

0 comments on commit ec454d2

Please sign in to comment.