Fixed some bugs with menus and updated the build-nocodb to migrate data.

This commit is contained in:
2025-09-10 12:33:55 -06:00
parent e3611c8300
commit 56b1600c37
14 changed files with 1276 additions and 180 deletions

View File

@@ -23,10 +23,12 @@
<div id="app">
<!-- Header -->
<header class="header">
<button id="mobile-menu-toggle" class="mobile-menu-toggle">
<span></span>
<span></span>
<span></span>
<button id="mobile-menu-toggle" class="mobile-menu-toggle" aria-label="Toggle menu">
<span class="hamburger-icon">
<span></span>
<span></span>
<span></span>
</span>
</button>
<h1>Admin Panel</h1>
<div class="header-actions">
@@ -590,6 +592,10 @@
<label for="user-name">Name</label>
<input type="text" id="user-name" required>
</div>
<div class="form-group">
<label for="user-phone">Phone Number</label>
<input type="tel" id="user-phone" placeholder="+1 (555) 123-4567">
</div>
<div class="form-group">
<label for="user-password">Password</label>
<input type="password" id="user-password" required>