feat: improve mainpage ui/ux

This commit is contained in:
2025-11-16 01:38:57 +03:00
parent f0837e5c94
commit f5d9d417b3
26 changed files with 222 additions and 184 deletions

View File

@@ -4,13 +4,13 @@
<div class="drawer-content">
<div class="app-container h-full">
<header class="app-header w-full" v-if="platform === 'ios'"></header>
<Navbar @drawer="toggleDrawer"/>
<header class="app-header bg-neutral text-neutral-content w-full" v-if="platform === 'ios'"></header>
<section class="telecart-main-section">
<FullscreenViewport v-if="platform === 'ios' || platform === 'android'"/>
<Navbar @drawer="toggleDrawer"/>
<AppDebugMessage v-if="settings.app_debug"/>
<RouterView v-slot="{ Component, route }">