Commit graph

27 commits

Author SHA1 Message Date
aa42223fc9 Add sliding and sliding animations on mobile. 2026-07-17 11:08:49 -03:00
00d22f7769 Update readme 2026-07-16 22:36:40 -03:00
dc5db6aac6 Fix duplicate messages arriving through websocket 2026-07-16 22:35:15 -03:00
f6310d3065 Merge remote-tracking branch 'github/master' 2026-07-16 21:29:27 -03:00
cedbd2b3c0 Add pagination to message screen. 2026-07-16 21:26:32 -03:00
0b9ed3a68a Make chat bubble smaller (90%) on mobile. 2026-07-16 20:05:53 -03:00
b3b74b04fc Fix bug in updateChatInChatList that would make outgoing messages show up in the user self chat; fix app awaiting for getAppUser on wrong scope. 2026-07-16 20:03:32 -03:00
a021ca821f Remove usage of userInfo in app.js; make storage aware of connection status to avoid connecting to the server in offline mode; fix updateChaInList querying for non-existent elements and using them blindly; make websocket also check connection status on reload. 2026-07-16 19:36:25 -03:00
3a1ed0903c Save chats, messages and media to IndexedDB 2026-07-16 15:26:42 -03:00
819c16d02f Hide user name on subsequent messages 2026-07-16 08:49:47 -03:00
9480c600f9 Don't play notification sound when msg.fromMe 2026-07-16 08:29:54 -03:00
天クマ
08c92241de
Create README.md 2026-07-14 23:02:30 -03:00
3ba0f9792c Add notification sound. 2026-07-14 20:28:16 -03:00
fe86db2987 Make generateMessage aware of temp messages, make sent attachements show on chat 2026-07-14 19:10:59 -03:00
e388e185ba Make media links open in a new tab, removed some logs. 2026-07-14 18:10:05 -03:00
5cfd51fdb6 Infer attachment type from file mime type and change endpoint accordingly. 2026-07-14 18:04:41 -03:00
6af2d4a1ea Load images in messages automatically 2026-07-14 17:45:24 -03:00
7269cd868b Fix renderChatList making images with null href. 2026-07-14 16:35:53 -03:00
ccb1233181 Add functionality to attachment button, fix escape ev listener preventing all events default behavior. 2026-07-14 16:28:33 -03:00
25004fe404 Add collapsable bottom bar to chat screen. 2026-07-14 15:28:42 -03:00
a4ac6146d7 Remove Android build with Capacitor 2026-07-14 10:47:35 -03:00
0bf03df75c Alow https 2026-07-13 22:36:08 -03:00
85038b45a3 Ported to Cordova, it sucks though, I'm trying Capacitor tomorrow. 2026-07-13 22:29:54 -03:00
1c586b6bcb . 2026-07-13 16:47:32 -03:00
0289db28e5 Add .nojekyll for github pages 2026-07-13 11:25:55 -03:00
9d77ea5a97 Change layout to look more like WhatsApp for Windows Phone and less like AI slop. 2026-07-13 11:24:19 -03:00
584abdb00e initial 2026-07-12 22:04:52 -03:00