dev #61

Merged
flfeders merged 31 commits from dev into main 2026-01-15 11:29:15 +00:00
Showing only changes of commit 767152c535 - Show all commits

View File

@@ -236,11 +236,17 @@ const footerLinks = [
<template #footer>
<div class="flex flex-col gap-3 w-full">
<UColorModeButton />
<LabelPrinterButton/>
<!-- Footer Links -->
<UDashboardSidebarLinks :links="footerLinks" />
<UDivider class="sticky bottom-0" />
<UserDropdown style="margin-bottom: env(safe-area-inset-bottom, 10px) !important;"/>
</div>