Enhance app with multi-CCN support and improved UX

Features:

 Add support for multiple CCNs
🔍 Implement sidebar hiding functionality
🎨 Revamp navigation system for better flow
🖌️ Replace icons with custom-designed assets and improved naming
🚀 Streamline initial setup process
📝 Refine terminology (e.g., "forum thread" → "topic")
🛠️ Enhance forum usability and interaction
This commit is contained in:
Danny Morabito 2025-04-11 22:26:00 +02:00
parent bf3c950da0
commit 9893945f55
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
34 changed files with 792 additions and 308 deletions

View file

@ -29,7 +29,8 @@
"@routes/*": ["./src/routes/*"],
"@styles/*": ["./src/styles/*"],
"@components/*": ["./src/components/*"],
"@widgets/*": ["./src/components/Widgets/*"]
"@widgets/*": ["./src/components/Widgets/*"],
"@assets/*": ["./src/assets/*"],
}
},
"include": ["./src/**/*"]