Commit Graph

6 Commits

Author SHA1 Message Date
ed89829e03 Site :
- Add style home page
2024-08-10 17:19:38 +02:00
bfb31a1ae6 Site :
- remove addEventListener in ./main.js (the one to test notifications)
    - Started log in
    - Added function on "login" button for open login div
    - In login div, send request when we press button
2024-08-07 19:14:32 +02:00
65e5a0ac6e Game
- Added websocket
2024-08-07 15:31:58 +02:00
6c47454e28 Websocket (client)
- add variable for know if websocket is connected and used it for don t send something if not connected
Notification system (client)
	- created new class notification who can use with exported variable "createNotification"
	- available methods :  info, success, warning, error
	- add "todo" in main file
Site
	- add new stylesheet "notification.css"
2024-08-05 00:26:27 +02:00
28793464ca Livechat
- Fixed forgetting to import "showActualGameMessage"
	- Changed filename "launchPrivateChat" to "showPrivateChat.js"
	- Fixed bug on buttons "private" and "game"
Global
	- Reorganize folders
2024-08-04 23:21:07 +02:00
cbdce2f62a Global :
- Reorganize folder
    - Reorganize function
    - Add "todo" in mains
2024-08-04 22:18:05 +02:00