feat: UI/UX, add reset cache to admin

This commit is contained in:
2025-11-16 20:34:03 +03:00
parent 6ac6a42e21
commit 09f1e514a9
21 changed files with 227 additions and 886 deletions

View File

@@ -4,13 +4,11 @@
<div class="drawer-content">
<div class="app-container">
<header class="app-header bg-neutral text-neutral-content w-full" v-if="platform === 'ios'"></header>
<header class="app-header bg-base-100 w-full"></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 }">