Block a user
a9f50e892b
Oopsie checking if config exists didnt work (It is done by checking if username is not empty lol)
d33d31debf
Got rid of userName and userAvatar in exchange of config.userName and config.userAvatar
89ebe02743
Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
b227683778
Adding padding to the attach file and send buttons
WIP: Working on Config system (Saving & Loading user data)
c2e1242d8b
Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
ee52e49030
Adding file and image upload and sharing
3947e78aef
Started working on saving the user data on actions like registration, joining and leaving rooms. Lacks of loading on start up.
2fa431886c
make window controls look better, move app name to the right side
27f555d267
Setting force window default size, min size and adding real window buttons
148f79ed13
Actually fixing the scrollbar issue and styling the chat scrollbar
d6f14c3062
removing overflow-y from css to remove scrollbar
34b771bea9
Removing imports that are no longer needed
d65b76cbc5
Merge branch 'main' into main
f045f5804d
Merge pull request 'Rework ChatBot' (#1) from MiTask/LinkUp-P2P-Chat:main into main
Some more changed to the bot structure
cd5cfb20a4
Replaced 'setTimeOut' with bot.on('onBotJoinRoom', () => {}); for sending ON_READY_MESSAGE to the chat