add animation to the mobile sidebar

This commit is contained in:
Gregor Vostrak
2026-02-12 13:51:53 +01:00
parent b258717211
commit 052424a581
4 changed files with 74 additions and 35 deletions

View File

@@ -266,9 +266,7 @@ async function downloadExport(format: ExportFormat) {
class="h-14 sm:h-16 border-b border-default-background-separator flex flex-wrap gap-y-3 justify-between items-center">
<div class="flex items-center space-x-3 sm:space-x-6">
<PageTitle :icon="ChartBarIcon" title="Reporting"></PageTitle>
<ReportingTabNavbar
active="detailed"
class="hidden sm:flex"></ReportingTabNavbar>
<ReportingTabNavbar active="detailed" class="hidden sm:flex"></ReportingTabNavbar>
</div>
<div class="hidden sm:block">
<DropdownMenu>

View File

@@ -72,9 +72,7 @@ watch(currentPage, () => {
class="h-14 sm:h-16 border-b border-default-background-separator flex flex-wrap gap-y-3 justify-between items-center">
<div class="flex items-center space-x-3 sm:space-x-6">
<PageTitle :icon="ChartBarIcon" title="Reporting"></PageTitle>
<ReportingTabNavbar
active="shared"
class="hidden sm:flex"></ReportingTabNavbar>
<ReportingTabNavbar active="shared" class="hidden sm:flex"></ReportingTabNavbar>
</div>
</MainContainer>
<MainContainer class="sm:hidden py-2 border-b border-default-background-separator">