Simplify member dashboard - remove points, payments, stats, and social features
All checks were successful
Build And Push Image / docker (push) Successful in 1m57s

This commit is contained in:
2025-08-31 14:12:58 +02:00
parent 41eeb8650c
commit 696b321373
5 changed files with 353 additions and 300 deletions

View File

@@ -7,7 +7,7 @@
src="/MONACOUSA-Flags_376x376.png"
width="80"
height="80"
class="mx-auto mb-2 float-animation"
class="mx-auto mb-2"
/>
<div class="text-h6 font-weight-bold monaco-red-text">
MonacoUSA Portal
@@ -63,14 +63,6 @@
value="resources"
class="glass-nav-item"
/>
<v-list-item
to="/member/directory"
prepend-icon="mdi-contacts"
title="Member Directory"
value="directory"
class="glass-nav-item"
/>
</v-list>
<!-- Footer with Glass Card -->
@@ -240,19 +232,6 @@ watch(width, (newWidth) => {
margin-bottom: 8px;
}
.float-animation {
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
// Monaco Text Colors
.monaco-red-text {
color: #dc2626 !important;