Commit graph

192 commits

Author SHA1 Message Date
NigeParis
05a9c58de5 playing wiith database Blocked Users 2025-12-11 14:41:21 +01:00
NigeParis
6a53c5266f added Quit Chat Button 2025-12-11 14:41:21 +01:00
NigeParis
4b04aec780 Bugs - review co-pilote - returned before changing code 2025-12-11 14:41:21 +01:00
NigeParis
8fd3063420 Bug - db fixed 2025-12-11 14:41:21 +01:00
NigeParis
438cb10abb Bug fixed multiple notification when user leaves by the side menu and comes back on chat without logining out 2025-12-11 14:41:21 +01:00
NigeParis
ffc0651c00 New look 2025-12-11 14:41:21 +01:00
NigeParis
fc6b7042f2 added PingBuddies Bar to detect connected Chatters in real time 2025-12-11 14:41:21 +01:00
NigeParis
09ff8eb5a1 Re-orga Chat Box 2025-12-11 14:41:21 +01:00
NigeParis
c41b32184b Added localhost for dev and connect for machine 42 option 2025-12-11 14:41:21 +01:00
NigeParis
f904a6b6ae Added machine Name to display address of connect in logs 2025-12-11 14:41:21 +01:00
NigeParis
0ae24015a9 minor stuff done like BG color of chat window 2025-12-11 14:41:21 +01:00
NigeParis
d9d3ada6a0 minor stuff done like BG color of chat window 2025-12-11 14:41:21 +01:00
NigeParis
18956ee953 Added tab 'hidden' detection when chat is on, added css red text messages sent 2025-12-11 14:41:21 +01:00
NigeParis
4d838585b4 added tab control to chat, When user leaves tab open on chat 2025-12-11 14:41:21 +01:00
NigeParis
f2a5285479 Added Date.now ClientChat that stores user, socket id and date 2025-12-11 14:41:21 +01:00
apetitco
cfdfbf04e1 (misc) README.md updated 2025-12-11 13:50:06 +01:00
Alessandro Petitcollin
fb1b69a0ae (tic-tac-toe): Added button to restart game. 2025-12-07 01:31:29 +01:00
Alessandro Petitcollin
9653b0cbe6 (tic-tac-toe): Board is now locked once game is finished. 2025-12-07 01:14:53 +01:00
apetitco
7f412c8fb5 (feat): Maieul helped starting the frontend. 2025-12-04 17:59:34 +01:00
NigeParis
0f3414e8ce minor text update 2025-11-25 16:13:43 +01:00
NigeParis
3091d25774 Add Flashes to buttons 2025-11-25 16:13:43 +01:00
Maieul BOYER
deaf58dfce update 2025-11-25 16:13:43 +01:00
Maieul BOYER
0358a6025b socket fix 2025-11-25 16:13:43 +01:00
NigeParis
b215904cfd Added Connected button to show how many connected to the chat 2025-11-25 16:13:43 +01:00
NigeParis
5031efa866 Add Arrived in Chat and Left in chat LoginName 2025-11-25 16:13:43 +01:00
Maieul BOYER
757a436fc6
chore(deps): updated deps and removed stray lockfile 2025-11-24 17:03:58 +01:00
NigeParis
b85d9b64c7 WIP progress chat broadcast 2025-11-21 14:17:37 +01:00
NigeParis
d43e62dfc1 Chat basic works - with also console out pur to check data 2025-11-21 14:17:37 +01:00
NigeParis
486f0ff425 broadcast generally working 2025-11-21 14:17:37 +01:00
NigeParis
98631be918 WIP BroadCast working on console... needs more work 2025-11-21 14:17:37 +01:00
NigeParis
d89c21dd2c WIP on separation socket-client from chat.ts 2025-11-21 14:17:37 +01:00
NigeParis
9889600708 separated socket from app for clear develoopement 2025-11-21 14:17:37 +01:00
Maieul BOYER
0a504a75ce socket io with fastify 2025-11-21 14:17:37 +01:00
NigeParis
34e9f8e3ca socket default acess refuse server 2025-11-21 14:17:37 +01:00
NigeParis
cf6f3145b6 socket.io first attempt 2025-11-21 14:17:37 +01:00
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