design mockups
All checks were successful
Build And Push Image / docker (push) Successful in 2m3s

This commit is contained in:
2025-09-03 22:15:26 +02:00
parent 4d24315103
commit e949df311b
11 changed files with 2866 additions and 3 deletions

View File

@@ -284,6 +284,12 @@ import NeumorphicCard from '../../components/core/NeumorphicCard.vue';
import ProfessionalButton from '../../components/core/ProfessionalButton.vue';
import StatCard from '../../components/core/StatCard.vue';
// Disable authentication for mockup
definePageMeta({
auth: false,
layout: false
});
// Data
const sidebarCollapsed = ref(false);
const currentDate = ref(new Date().toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' }));