Commit graph

277 commits

Author SHA1 Message Date
Arthur Belleville
b01666ff22
Add a lot of tests 2025-10-11 12:32:52 +02:00
Arthur Belleville
ab5e233d22
Fix tablo api update 2025-10-11 10:31:03 +02:00
Arthur Belleville
0af43496aa
Update justfile 2025-10-11 10:29:45 +02:00
Arthur Belleville
73972d16b8
Fix tablo api 2025-10-11 09:56:33 +02:00
Arthur Belleville
0307f8d99f
Merge pull request #6 from artslidd/develop
Merge develop in main
2025-10-11 09:23:53 +02:00
Arthur Belleville
b3a7ced5c7
Lint 2025-10-10 11:30:13 +02:00
Arthur Belleville
374a1ec4b8
Fix lint 2025-10-10 11:10:28 +02:00
Arthur Belleville
bafe29086a
Test setup 2025-10-10 10:23:30 +02:00
Arthur Belleville
e9f96f3d03
Update justfile 2025-10-10 10:17:52 +02:00
Arthur Belleville
973c7f3e7f
Improve typechecking speed 2025-10-10 10:16:05 +02:00
Arthur Belleville
f90a58cc72
Add biome 2025-10-10 08:54:55 +02:00
Arthur Belleville
75328fbe96
Format codebase 2025-10-10 08:50:56 +02:00
Arthur Belleville
915fc9b1f1
Fix invalidation 2025-10-09 22:50:26 +02:00
Arthur Belleville
c19522058a
Add drive 2025-10-09 22:33:16 +02:00
Arthur Belleville
09edcf6982
Merge pull request #5 from artslidd/develop
Last touch before launch
2025-10-07 23:01:09 +02:00
Arthur Belleville
5d9eae3ef7
Last touch before launch 2025-10-07 22:59:37 +02:00
Arthur Belleville
85dfe7bae8
Merge pull request #4 from artslidd/develop
feat: Implement purple theme with animated backgrounds for login/signup pages
2025-10-07 22:49:19 +02:00
Arthur Belleville
46ccdf6666
Improve a lot the signup/login page 2025-10-07 22:41:43 +02:00
Arthur Belleville
cf5d395de0
Get slots for two months 2025-10-07 21:57:47 +02:00
Arthur Belleville
949b28c726
Improve dark mode 2025-10-07 21:57:03 +02:00
Arthur Belleville
222391f315
Tmp 2025-10-05 23:06:37 +02:00
Arthur Belleville
f8f931aab1
Improve planning view 2025-10-05 22:50:31 +02:00
Arthur Belleville
5d29201552
improve planning 2025-10-05 20:25:29 +02:00
Arthur Belleville
27b7fe349c
Merge pull request #3 from artslidd/develop
Fix email
2025-10-05 10:51:10 +02:00
Arthur Belleville
4476a76180
Fix email 2025-10-05 10:45:39 +02:00
Arthur Belleville
1dce510982
Merge pull request #2 from artslidd/develop
Add tasks route
2025-10-05 00:47:40 +02:00
Arthur Belleville
8147f61c5c
Add tasks route 2025-10-05 00:46:30 +02:00
Arthur Belleville
00f71c3209
Merge pull request #1 from artslidd/develop
Develop
2025-10-02 19:58:26 +02:00
Arthur Belleville
3d040c065a
Prod ready let's goooo 2025-10-02 19:54:42 +02:00
Arthur Belleville
f5e02a50fa
Fix slots 2025-10-02 18:57:02 +02:00
Arthur Belleville
9488f6e5b6
Add slot + public page + first sign up 2025-10-02 18:45:35 +02:00
Arthur Belleville
5486d89726
Finish slot generation 2025-09-29 22:48:33 +02:00
Arthur Belleville
586b8119e2
Some progress 2025-09-29 21:38:20 +02:00
Arthur Belleville
9e8ba248a3
Remove worker for now 2025-09-23 22:23:24 +02:00
Arthur Belleville
0b1f1158dd
Fix configs 2025-09-23 22:14:02 +02:00
Arthur Belleville
af247845a4
Add public routes for bookings 2025-09-23 22:07:54 +02:00
Arthur Belleville
8d9c7332b3
Finish with url copying 2025-09-21 23:09:10 +02:00
Arthur Belleville
27dc530b1c
Add event types management functionality, including database schema, UI components, and hooks for CRUD operations. Introduce EventTypeModal for creating and editing event types, and integrate with the navigation bar and event types page for seamless user experience. 2025-09-21 22:36:44 +02:00
Arthur Belleville
00b1ee61a3
Add bookings.tsx 2025-09-15 09:01:08 +02:00
Arthur Belleville
a897b2d21e
Add exceptions + viz 2025-09-12 23:46:04 +02:00
Arthur Belleville
d03022c21b
Enhance AvailabilityCard and AvailabilitiesPage components by adding a copy functionality for time ranges across days. Introduce a modal for selecting target days and confirm copying of availability settings, improving user experience and flexibility. 2025-09-10 22:44:31 +02:00
Arthur Belleville
fab34e70cb
Refactor AvailabilitiesPage layout by adjusting flex properties and removing unnecessary min-height for grid. Improve alignment and spacing for better UI presentation. 2025-09-10 22:29:20 +02:00
Arthur Belleville
c0e469763f
Enhance AvailabilityCard component with time range visualization and validation. Introduce TimeRangeSlider for better user interaction, and replace slider with select inputs for start and end times. Ensure time ranges do not exceed 23:30 and validate overlaps. 2025-09-10 22:23:11 +02:00
Arthur Belleville
90b7e04473
Add availabilities 2025-09-09 22:49:02 +02:00
Arthur Belleville
223a7d5cad
small adjustments 2025-09-08 22:05:53 +02:00
Arthur Belleville
75e72c1207
Add Supabase CA certificate, update TypeScript configuration, and implement calendar synchronization task 2025-08-03 21:41:29 +02:00
Arthur Belleville
8d7252832f
update gitignore 2025-08-01 23:11:18 +02:00
Arthur Belleville
eaa8a0b8ed
Fetch user after successful sign in 2025-08-01 23:10:53 +02:00
Arthur Belleville
59ac499c3b
Implement sign in with apple 2025-08-01 22:49:54 +02:00
Arthur Belleville
a179f4d5b9
Fix login 2025-07-31 21:57:01 +02:00