fix(turnero): agregar sidebar toggle en vistas standalone (recepcion, lugar, configuracion)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-24 08:31:08 -05:00
co-authored by Claude Sonnet 4.6
parent da594e0021
commit 90baff34f9
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -1190,5 +1190,6 @@ async function guardarWhatsApp() {
} catch (e) { toast('Error de conexión', 'error'); }
}
</script>
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
</body>
</html>
+2 -1
View File
@@ -215,7 +215,7 @@ require_once __DIR__ . '/../../../shared/components/sidebar.php';
<main class="main-content" style="padding:0">
<!-- ── Top bar ──────────────────────────────────────────── -->
<div class="d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
<div class="content-header d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
style="position:sticky;top:0;z-index:100;min-height:52px">
<div class="d-flex align-items-center gap-2">
<i class="fas fa-map-marker-alt text-primary"></i>
@@ -1104,5 +1104,6 @@ async function guardarComentario() {
<span id="lug-toast-msg"></span>
</div>
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
</body>
</html>
+2 -1
View File
@@ -303,7 +303,7 @@ document.addEventListener('DOMContentLoaded', function() {
<main class="main-content" style="padding:0">
<!-- ── Top bar ──────────────────────────────────────────── -->
<div class="d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
<div class="content-header d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
style="position:sticky;top:0;z-index:100">
<div class="d-flex align-items-center gap-2">
<i class="fas fa-concierge-bell text-primary"></i>
@@ -1664,5 +1664,6 @@ function mostrarToast(msg, type = 'info', duration = 2500) {
}
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
</body>
</html>