Checkpoint before Personal-auth refactor
This commit is contained in:
7
panel.html
Normal file → Executable file
7
panel.html
Normal file → Executable file
@@ -107,11 +107,12 @@
|
||||
|
||||
<!-- Tone settings are injected here by panel.js -->
|
||||
|
||||
<!-- Diagnostics (hidden for debugging) -->
|
||||
<div class="field" style="display:none;">
|
||||
<!-- Diagnostics -->
|
||||
<div class="field">
|
||||
<label class="lbl">Diagnostics</label>
|
||||
<div class="row">
|
||||
<button id="diag-run" class="btn">Run diagnostics</button>
|
||||
<button id="diag-force" class="btn ghost">Force token refresh</button>
|
||||
<span id="diag-spin" class="muted" style="display:none;">Running…</span>
|
||||
</div>
|
||||
<div id="diag-out" class="diagbox muted"></div>
|
||||
@@ -141,4 +142,4 @@
|
||||
<div id="toast" class="toast" role="status" aria-live="polite"></div>
|
||||
<script src="panel.js?ver=1.0.1"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user