17 Commits
Author SHA1 Message Date
mikicvi 40c56770a2 feat: implement admin blocks management feature
- Added AdminBlocksManagement component for managing court blocks.
- Implemented functionality to create, edit, and delete blocks.
- Integrated fetching of courts and blocks from the API.
- Added validation for block creation and editing forms.
- Enhanced UI with responsive design for mobile and desktop views.
- Created database migration for court_blocks table and updated users table with theme_preference.
2025-12-29 17:04:16 +00:00
mikicvi ab1ac4427a chore: update database command and next.js version
- Changed the database migration command from "db:migrate" to "db:generate" for SQLite.
- Updated the Next.js version from 15.5.3 to 15.5.7 in package.json.
2025-12-29 16:59:57 +00:00
mikicvi 69b456f3f8 Update license year, enhance user management with last booking date, and improve admin dashboard navigation 2025-10-06 11:18:55 +01:00
mikicvi 7fdd7285a4 restructure docs and config, license, readme redo 2025-09-28 21:49:56 +01:00
mikicvi 1911aa9211 Enhance admin dashboard and header with responsive layouts and additional navigation buttons, icon 2025-09-28 21:31:24 +01:00
mikicvi c70351ebeb update docker-compose to change port mapping and clean up environment variables 2025-09-28 14:47:26 +01:00
mikicvi 6706ba7f1f update postinstall script to initialize database before pushing 2025-09-28 14:37:51 +01:00
mikicvi 838c4906ab Merge branch 'main' of https://gitea.mikicvi.com/mikicv/tt-booking 2025-09-28 14:14:26 +01:00
mikicvi 787ac1a4ff edit gitignore 2025-09-28 14:12:40 +01:00
mikicvi 89d751d486 load admin user credentials from environment variables in seedBasicData function 2025-09-28 14:08:26 +01:00
mikicvi 429eebb68f production configs, deployment configs and readme 2025-09-28 13:35:08 +01:00
mikicvi b95a2ab2e4 minor cleanup 2025-09-26 22:42:29 +01:00
mikicvi 220f999f19 fixes, theming, branding 2025-09-26 22:16:34 +01:00
mikicvi 22c462c61c theming, date, time localisation, additional features, seeding initial cleanup 2025-09-26 21:12:59 +01:00
mikicvi b89d91ade2 additional features, refinement and more control over the app from admin side, better bookings UX 2025-09-25 20:23:18 +01:00
mikicvi 6d3202e385 refactors, specific day playtime controls 2025-09-22 22:46:33 +01:00
mikicvi c8062cf96b initial version of the app 2025-09-21 17:11:02 +01:00