feat(web-ui): UI consistency / layout uplifts (#5225)

Co-authored-by: David Lane <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Noklef
2026-06-27 09:37:38 +10:00
committed by GitHub
parent cc34eb1410
commit 3266c34172
12 changed files with 920 additions and 248 deletions

View File

@@ -27,8 +27,11 @@
<script type="module">
import { createApp } from 'vue'
import { initApp } from './init'
import { loadAutoTheme } from './theme'
import { LogIn } from '@lucide/vue'
loadAutoTheme();
const app = createApp({
components: {
LogIn,