- 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
This commit is contained in:
edbernar
2024-08-07 19:14:32 +02:00
parent 12fd4bb814
commit bfb31a1ae6
10 changed files with 229 additions and 44 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/30 13:53:39 by edbernar #+# #+# */
/* Updated: 2024/08/07 12:02:11 by edbernar ### ########.fr */
/* Updated: 2024/08/07 18:20:44 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,7 +20,7 @@
height: 40px;
text-align: center;
cursor : pointer;
z-index: 998;
z-index: 10;
}
#chatButton p {