Added a workflow to let the agent automatically deploy frontend onto the esp32.
This commit is contained in:
@@ -158,6 +158,7 @@
|
||||
<main class="main-content">
|
||||
<!-- Mobile Top Bar -->
|
||||
<header class="mobile-header">
|
||||
<!-- svelte-ignore a11y_consider_explicit_label -->
|
||||
<button class="hamburger" onclick={() => mobileMenuOpen = true}>
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round">
|
||||
<line x1="3" y1="6" x2="21" y2="6"></line>
|
||||
@@ -172,7 +173,7 @@
|
||||
<div class="w-full max-w-6xl mx-auto space-y-8">
|
||||
<!-- Header -->
|
||||
<div class="text-center">
|
||||
<h1 class="text-2xl font-bold text-accent">Calendink Provider 📅📅🚀🚀</h1>
|
||||
<h1 class="text-2xl font-bold text-accent">Calendink Provider 📅📅🚀🚀⚡✨🌈</h1>
|
||||
<p class="text-text-secondary text-sm">ESP32-S3 System Dashboard v{__APP_VERSION__}</p>
|
||||
|
||||
<!-- Status Badge -->
|
||||
|
||||
Reference in New Issue
Block a user