Enhance deployment scripts and frontend components for improved functionality and styling

- Added dependency installation step in deploy-frontend.sh and update-frontend.sh to ensure all required packages are available before building the frontend.
- Updated AppNavigation.vue to change background color for better visual appeal.
- Refactored FamilyView.vue to include 3D character models for both the user and their relationships, enhancing the visual representation of family dynamics.
- Modified OverviewView.vue to switch from 3D character rendering to a 2D avatar display, improving loading performance and user experience.
This commit is contained in:
Torsten Schulz (local)
2026-01-22 12:39:24 +01:00
parent 95a4c977c1
commit 30e1df0dd8
5 changed files with 136 additions and 15 deletions

View File

@@ -295,7 +295,7 @@ nav,
nav > ul {
display: flex;
justify-content: space-between;
background-color: #FF6B35;
background-color: #FF8C5A;
color: #000;
padding: 0;
margin: 0;
@@ -364,7 +364,7 @@ a {
.submenu1 {
position: absolute;
border: 1px solid #5D4037;
background-color: #FF6B35;
background-color: #FF8C5A;
left: 0;
top: 2.5em;
max-height: 0;
@@ -419,7 +419,7 @@ a {
.submenu2 {
position: absolute;
background-color: #FF6B35;
background-color: #FF8C5A;
left: 100%;
top: 0;
border: 1px solid #5D4037;