8 Commits

Author SHA1 Message Date
46899ef7be feat: integrate Tailwind CSS for improved styling and layout
- Added Tailwind CSS and its Vite plugin to the frontend project.
- Updated App.svelte to enhance UI with Tailwind classes, including a new layout for the serial monitor and command tester.
- Improved logging functionality by increasing log history and adding more detailed log messages.
- Refactored SendBox.svelte for consistent styling with Tailwind.
- Enhanced Pico firmware to support structured event logging and command parsing.
- Updated README_PICO_SERIAL.md to provide comprehensive documentation on serial communication and backend integration.
- Added .dockerignore to optimize Docker builds by excluding unnecessary files.
2025-08-30 14:18:57 +02:00
70ea3c4027 refactor: move from sveltekit to vite 2025-08-26 01:20:24 +02:00
919915a31a fix: update Dockerfile to copy client build output from the correct directory 2025-08-26 01:01:45 +02:00
78d205c320 fix: update Dockerfile to change ENTRYPOINT to CMD for nginx 2025-08-26 00:53:52 +02:00
27d308ad9c fix: update base image in Dockerfile for builder stage to use node:20-bookworm-slim 2025-08-26 00:34:18 +02:00
3abe4355b6 fix: change CMD to ENTRYPOINT in Dockerfile for nginx 2025-08-25 17:52:24 +02:00
922f3669d1 refactor: simplify Dockerfile by removing redundant build stages 2025-08-25 17:25:31 +02:00
09837d032e first commit 2025-08-25 17:11:37 +02:00