Maieul BOYER
b1d4f68453
feat(frontend): added returnTo to login and signin page
2025-11-16 17:06:40 +01:00
Maieul BOYER
6d630fee92
feat(frontend/auth): Added way to automatically fetch providers
...
This allows the frontend to list all available providers without
hardcoding them in.
2025-11-14 16:57:14 +01:00
NigeParis
9ce9fa44e4
feat(chat): added base for chat service
...
added front html
nigel in the mud
route function with openapi - gen
clean up the code a little
after pull request
2025-11-14 15:50:03 +01:00
Maieul BOYER
fac6df3882
fixes(frontend): fixed small types/incorrect code
2025-11-11 00:20:26 +01:00
Maieul BOYER
aba4c4498c
feat(frontend/auth): fix cookie not working due to path being /app
...
Cookies being set to path=/app meant that the API didn't have those
cookies.
Also fixed the Schema injection for auth'ed routes
2025-11-11 00:20:26 +01:00
Maieul BOYER
e8b0b7e310
feat(frontend/openapi): Generated Openapi client for frontend
...
Generated The API client using the openapi.json file generated from the
services
2025-11-11 00:20:26 +01:00
Maieul BOYER
08c910c193
feat(frontend): added frontend
...
- Router: client side route handling with client side rendering
- Toast: rought Toast handling for better UX and messaging
- Auth: single point of truth for the Logged in user
This commit doesnt not include the openapi generated code
2025-11-11 00:20:26 +01:00