18 Commits

Author SHA1 Message Date
7ea96ea7ad Make patch request to the backend whenever a guest is invited 2024-10-27 11:56:04 +01:00
dde976b076 Create a button to invite guests 2024-10-27 11:53:45 +01:00
63d4420806 Restore usage of client component and remove explicit async
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 22s
Playwright Tests / test (pull_request) Successful in 2m37s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 4m29s
2024-10-27 11:52:42 +01:00
de595bbf51 Avoid infinite loop by marking the component as server-side
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 25s
Playwright Tests / test (pull_request) Successful in 2m39s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 4m9s
2024-10-27 11:37:27 +01:00
61df349cee Capture error in case the connection is not OK
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m20s
Build docker image / build-static-assets (pull_request) Successful in 3m56s
2024-08-18 20:01:17 +02:00
628ddc8eb2 Define table as a client component
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m58s
Build docker image / build-static-assets (pull_request) Failing after 5m22s
2024-08-18 19:18:00 +02:00
4022928f1c Display a skeleton while guests information is loading
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m12s
Build docker image / build-static-assets (pull_request) Failing after 4m27s
2024-08-18 18:41:44 +02:00
611b487db4 Define skeletons for the guests table (not working yet) 2024-08-18 18:09:09 +02:00
b7eb2838a0 Render table of guests as a server component 2024-08-18 17:46:37 +02:00
ef8fb9c7f3 Add caption to the table 2024-08-11 19:44:05 +02:00
a9613711eb Display the confirmation statuses in the guests table 2024-08-11 19:23:19 +02:00
5d6aa68f63 Display the name of the group in the guests list
Display the total number of guests per group in the tree
2024-08-11 18:53:53 +02:00
9c2c84a45b Display the hierarchy of groups received from the backend 2024-08-11 17:26:16 +02:00
f10c246e1a Display list of guests from the backend 2024-08-11 15:09:33 +02:00
231e33f76c WIP load guests from API 2024-08-11 14:38:49 +02:00
8c6b19a96e Add stripped rows to the table 2024-08-11 13:14:16 +02:00
025ed094e7 Create a draft of the guests list 2024-08-11 13:12:03 +02:00
f571af2c42 Initial layout 2024-08-11 12:34:16 +02:00