Commit Graph

11 Commits

Author SHA1 Message Date
bce43a609a Site
- Added function to password for encrypt it
    - Doing function for create account
2024-08-08 17:27:23 +02:00
a5926967c4 Site
- Added cookie for keep token
    - Added username in login button if user is connected
2024-08-07 22:34:07 +02:00
4eca9be386 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
423eea03bd Game
- Added websocket
2024-08-07 15:31:58 +02:00
dcc7ce0e73 remove "todo" in main notification 2024-08-06 23:35:02 +02:00
63cdcabcbd Notification :
- Added function on cross for close notification
    - Added stop timer when mouse is over
Global :
    - Improved security
2024-08-06 23:34:22 +02:00
7399ec638f Notification
- Added load bar
    - Added somethings
2024-08-06 16:27:07 +02:00
d3a2d85e02 Notification
- New apparence but not finish
Livechat
    - Fixed being able to execute code if it is in the pseudo with <script>
2024-08-05 18:33:28 +02:00
c562e32af3 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
28340c159a 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
08151b28ff Global :
- Reorganize folder
    - Reorganize function
    - Add "todo" in mains
2024-08-04 22:18:05 +02:00