• Joined on 2023-01-04
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 03:01:16 -04:00
f6f804ab39 It actually works now but i want to get it to work properly
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 03:00:17 -04:00
f5f8d0ce19 And I honestly have no idea why it doesnt want to work
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:58:50 -04:00
13e4020920 It just doesnt want to put proper data to the config for some strange reason
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:57:27 -04:00
4a881ed721 Its actually not the reason...
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:56:28 -04:00
2befd34039 Ohh reading is async, thats why it didnt work
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:54:46 -04:00
b577ff3207 It doesnt want to use config for some reason. Time to debug stuff
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:53:45 -04:00
8ca1cc2b8f I just forgot to read from the file LOL
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:50:20 -04:00
a3fbe7434a Hmm will it work this way?
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:46:57 -04:00
a9f50e892b Oopsie checking if config exists didnt work (It is done by checking if username is not empty lol)
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:45:10 -04:00
1271c48571 Mostly finished loading. User avatar stuff is left to do 😭
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:32:50 -04:00
d33d31debf Got rid of userName and userAvatar in exchange of config.userName and config.userAvatar
b227683778 Adding padding to the attach file and send buttons
Compare 3 commits »
MiTask created pull request snxraven/LinkUp-P2P-Chat#3 2024-06-09 02:26:11 -04:00
WIP: Working on Config system (Saving & Loading user data)
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:25:16 -04:00
ee52e49030 Adding file and image upload and sharing
Compare 2 commits »
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:24:05 -04:00
3947e78aef Started working on saving the user data on actions like registration, joining and leaving rooms. Lacks of loading on start up.
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-09 02:22:30 -04:00
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
Compare 20 commits »
MiTask commented on pull request snxraven/LinkUp-P2P-Chat#2 2024-06-08 16:48:11 -04:00
Some more changed to the bot structure

Lmfao what does merging do Such useless thing

MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-08 16:47:38 -04:00
d65b76cbc5 Merge branch 'main' into main
f045f5804d Merge pull request 'Rework ChatBot' (#1) from MiTask/LinkUp-P2P-Chat:main into main
Compare 2 commits »
MiTask created pull request snxraven/LinkUp-P2P-Chat#2 2024-06-08 16:47:29 -04:00
Some more changed to the bot structure
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-08 16:38:59 -04:00
9f2353c902 Added check if botName or chatRoomID is not defined
MiTask pushed to main at MiTask/LinkUp-P2P-Chat 2024-06-08 16:36:44 -04:00
cd5cfb20a4 Replaced 'setTimeOut' with bot.on('onBotJoinRoom', () => {}); for sending ON_READY_MESSAGE to the chat