Enhance App component with loading messages and UI improvements

- Added a loading message feature that cycles through various messages while the server is starting in Tauri.
- Improved the loading screen UI with a new layout and animations for the voicebox logo and loading text.
- Refactored the App component to include necessary imports and state management for loading messages.
- Updated styles for better visual appeal and user experience during the loading phase.
This commit is contained in:
Jamie Pine
2026-01-25 19:07:21 -08:00
parent 9125a4abe0
commit 1f075c1c15
5 changed files with 196 additions and 11 deletions
+1
View File
@@ -40,6 +40,7 @@
"date-fns": "^3.6.0",
"framer-motion": "^12.29.0",
"lucide-react": "^0.454.0",
"motion": "^12.29.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-hook-form": "^7.53.0",