- Added form on login for prevent google chrome warn
- Can press "enter" to connect on login page
- Added condition for create strong password
- Added "todo" in "createConnectDiv.js"
- Added form on login for prevent google chrome warn
- Can press "enter" to connect on login page
- Added condition for create strong password
- Added "todo" in "createConnectDiv.js"
- 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
- 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
- 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"
- 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"
- Fixed forgetting to import "showActualGameMessage"
- Changed filename "launchPrivateChat" to "showPrivateChat.js"
- Fixed bug on buttons "private" and "game"
Global
- Reorganize folders
- Fixed forgetting to import "showActualGameMessage"
- Changed filename "launchPrivateChat" to "showPrivateChat.js"
- Fixed bug on buttons "private" and "game"
Global
- Reorganize folders