Commit Graph

5 Commits

Author SHA1 Message Date
f3d7408e14 feat: implement logging functionality and improve API endpoint handling in backend; refactor frontend to use dynamic API base
All checks were successful
Build and publish Docker image / build-and-push (release) Successful in 14s
1.0.1
2025-11-12 00:55:44 +01:00
04f0cc6dbf fix: downgrade action versions in Gitea workflow for compatibility
All checks were successful
Build and publish Docker image / build-and-push (release) Successful in 26s
1.0.0
2025-11-11 20:07:14 +01:00
5183f9743b feat: add Gitea Actions workflow for building and publishing Docker image on release
Some checks failed
Build and publish Docker image / build-and-push (release) Failing after 5s
2025-11-11 19:42:16 +01:00
9c61bf2e2c feat: add Dockerfile and .dockerignore, refactor backend to use DATA_DIR for database and uploads
Now able to use docker image
2025-11-11 02:08:48 +01:00
3d9f7d2052 feat: initialize Svelte frontend with Vite and TypeScript
- Added package.json for project configuration and dependencies.
- Included images for the application (teh-jokur.png and vite.svg).
- Created main application structure with App.svelte, CounterCard.svelte, and AddCounterCard.svelte components.
- Implemented functionality for adding, editing, incrementing, and decrementing counters.
- Added clickOutside utility for handling outside clicks in editing mode.
- Configured TypeScript with appropriate tsconfig files for app and node.
- Set up Vite configuration for building the application.
- Added global styles in app.css for consistent UI design.
2025-11-10 23:52:12 +01:00