bgoulard
40068bfb57
merge cleanup :D
2026-01-02 15:16:58 +01:00
bgoulard
8a6394786c
added ball + bounces; started on queu system for user to join game
2026-01-02 15:16:58 +01:00
NigeParis
7571927097
pong bats working with css tailwind updates
2026-01-02 15:16:58 +01:00
NigeParis
1da4ae9c4c
WIP bats left does not move
2026-01-02 15:16:58 +01:00
NigeParis
6e6162c3f0
basic setup pong - frontend and backend with simplw socket message and fastify route
2026-01-02 15:16:58 +01:00
NigeParis
5354c01bad
empty the pong to minimum set up
2026-01-02 15:16:58 +01:00
NigeParis
7c20066b63
Started Pong simple copy Chat - WIP simplification first job
2026-01-02 15:16:58 +01:00
NigeParis
9620fa12d3
Added Login state in profil + css
2026-01-02 14:38:55 +01:00
NigeParis
b8b4bbd1cb
Added notification state sign and cmd @help
2026-01-02 14:38:55 +01:00
Maieul BOYER
2ed524872b
feat(docker): Multi stage docker now fetch deps once
...
Split dockerfile into three different dockerfiles such that dependencies
are only downloaded once
This allows the build to be a bit faster, since all deps are downloaded
once at the start.
This also makes it so the frontend container no longer needs to be ran,
as its files are directly embedded into the nginx container
This also remove the extra files, since bind mounts do work
it also remove the entrypoint.sh file, as you should prefer to not use
it
2025-12-30 19:02:07 +01:00
NigeParis
1ca84b30c6
clean up
2025-12-30 18:20:16 +01:00
NigeParis
581a2330de
toggle cmd for notifications blocage
2025-12-30 18:20:16 +01:00
NigeParis
ddfee11474
Clean up starting
2025-12-30 18:20:16 +01:00
NigeParis
da8298dce8
Added block invites
2025-12-30 18:20:16 +01:00
NigeParis
266feb22f4
Merged with Maix Master
2025-12-30 18:20:16 +01:00
Maieul BOYER
3120a640e3
added a real frontpage
2025-12-29 16:55:54 +01:00
Maieul BOYER
98f2af3f46
feat(frontend): added description handling the /profile
2025-12-22 19:51:58 +01:00
Maieul BOYER
769edcd1ad
feat(frontend): added little badge on top right to show current status
...
This badge will either send you to the login page, or to the profile
page
2025-12-22 19:39:23 +01:00
Maieul BOYER
be9f5ad33a
Merge branch 'master' into Alex/hell
2025-12-22 17:42:13 +01:00
Maieul BOYER
55fc1bad1f
moved around some more files
2025-12-22 17:37:25 +01:00
Maieul BOYER
5615049a15
clean up some stuff, moved around other
2025-12-22 17:37:25 +01:00
Maieul BOYER
a940447039
made the socket correctly connect to the backend
2025-12-22 15:33:54 +01:00
apetitco
8debc57559
(backend): trying to have a working backend.
...
Did I manage to achieve this task: NO.
2025-12-22 15:14:14 +01:00
apetitco
1435735469
(misc): Checked Implement other game and added task to write to database
2025-12-22 15:14:14 +01:00
apetitco
1f4f62c00b
fighting git conflicts
2025-12-22 15:14:04 +01:00
apetitco
e36d41a7c4
fighting git conflicts
2025-12-22 15:12:10 +01:00
apetitco
fb49ba4ee9
(schism): started separating backend from frontend
2025-12-22 15:12:10 +01:00
NigeParis
117b535962
Fixed Priv Message Blockage - now working
2025-12-22 14:15:35 +01:00
NigeParis
f49505cc74
Added and Fixed bug of Blocage a User in the Chat
2025-12-22 14:15:35 +01:00
Maieul BOYER
5b979c8882
chore(cleanup): made the chat page not bypassing the auth check anymore
2025-12-19 14:42:54 +01:00
NigeParis
9f0e626e29
fixed broken compile
2025-12-19 09:13:45 +01:00
NigeParis
cd621e6c1a
Cleaned un the type obj - now consistant through out
2025-12-19 09:03:06 +01:00
NigeParis
f76d27ab62
WIP Blocked users and clean up obj { } its in constitant
2025-12-19 09:01:59 +01:00
NigeParis
384e0b6256
WIP conflits sorted out
2025-12-18 20:24:39 +01:00
NigeParis
8bfa65ba51
Merge conflicts
2025-12-18 20:20:04 +01:00
NigeParis
46a1b99ed1
Merge conflicts
2025-12-18 20:18:45 +01:00
NigeParis
a7fcb351f8
WIP trying to fix a bug with blocking Broadcast message from a user on the chat
2025-12-18 20:03:24 +01:00
NigeParis
f506fb44bf
Work in progress - blocage working on it ./app 206
2025-12-18 15:11:27 +01:00
NigeParis
8500d7dbe2
block button in profil toggles with block or un blocked
2025-12-18 15:11:27 +01:00
NigeParis
e543116b5d
Cleaned un the type obj - now consistant through out
2025-12-18 15:11:27 +01:00
NigeParis
f5366bf9e1
WIP Blocked users and clean up obj { } its in constitant
2025-12-18 15:11:27 +01:00
Maieul BOYER
556138d624
feat(user): added description and global guest user mute
2025-12-18 14:51:12 +01:00
Maieul BOYER
bcba86ed8a
feat(chat): send online user in a single socketio message
2025-12-18 13:55:26 +01:00
NigeParis
67c8a9cbd1
Error with Master pino creahes changed to pino-pretty
2025-12-16 18:39:35 +01:00
Nigel
85eca5d301
Nigel/block user ( #60 )
...
* WIP block users
* Add test to check if the person for user X is blocked or not
* Added function isBlocked return true if user x is blocked by user y
* Added block ans un block messages
* Route / broadcast added ny Maix
* notification block and un block with icon now works, started clean up
* cleaning up the code
* cleaning up the code - WIP
* cleaning up the code - WIP
* clean up code - WIP
* clean up code - WIP
* WIP block users
* Add test to check if the person for user X is blocked or not
* Added function isBlocked return true if user x is blocked by user y
* Added block ans un block messages
* REBASE -trying
* REBASE trying
* REBASE problems
* REBASE problems
* REBASE problems
* MERGE problems
* REBASE problem
* REBASE problem
* clean up code - WIP
* MERGED master into nigel/blockUser
* linter OK
* TTT problem with package
* Deletes tic tac and icons
2025-12-16 15:21:07 +01:00
Maieul BOYER
8222ec4ea3
feat(frontend): added logout page
2025-12-12 15:49:47 +01:00
Maieul BOYER
4a56c92667
fixes(frontend): Made the overlay transparent & redirect on login
...
The overlay that is used when the menubar is used is now actually
transparent
When logging in, actually always redirect to somewhere
(if not asked -> redirect to /)
2025-12-12 15:42:28 +01:00
apetitco
67eb5f8beb
Update frontend/index.html
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 16:38:19 +01:00
apetitco
1ad37fc442
Update frontend/src/pages/ttt/ttt.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 16:18:04 +01:00
apetitco
ec91a55058
Update frontend/src/pages/ttt/ttt.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-11 16:16:17 +01:00