Texas0295
7b238f32fd
[FIX] chat: fix message pagination logic
...
`loadInitial()` fetched 100 messages while `_page_size` was 20,
so `_has_more` turned false too early and history stopped around
10h back. `loadMore()` also used `_currentPage * _page_size`
for offset, causing duplicates.
Use `_page_size` for initial load and rely on current message
count as offset. This removes `_currentPage` entirely and lets
older messages load correctly.
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-17 19:36:51 +08:00
573b76d3ff
🍱 Update media offline placeholder
...
🐛 Fix image picker
2025-09-06 13:23:09 +08:00
4252f66fd3
💄 Optimize some designs
2025-09-01 23:05:11 +08:00
300541f9bb
♻️ Replaced picker
2025-09-01 01:00:52 +08:00
b4d476613e
🐛 Optimzation and bug fixes
2025-08-26 01:18:54 +08:00
b48a1aac44
✨ Search messages!
...
♻️ Optimize messages loading, syncing
2025-08-26 01:05:30 +08:00
02057e663b
✨ Real previewing chat
2025-08-25 19:36:48 +08:00
c6599edc3d
💄 Serval changes to optimize UX
2025-08-25 18:03:50 +08:00
1db6941431
💄 Optimize message styling
2025-08-17 23:13:59 +08:00
d220d43cd2
💄 Optimize chat room
2025-08-17 00:11:28 +08:00
6892afb974
🔊 Add more logging and optimzation
2025-08-16 23:39:41 +08:00
007b46b080
♻️ Refactored the message repository logic
2025-08-16 23:07:21 +08:00
a9f7f0cce0
🐛 Fix bugs, ah bugs ha ha, bugs
2025-08-10 04:04:31 +08:00
43c90da4e3
🐛 Fixes attachments
2025-08-08 15:04:50 +08:00
f00135c4bf
🐛 Fix room input
2025-08-07 12:04:47 +08:00
b9c4ee31b1
✨ Adjust picker size
2025-08-07 11:55:16 +08:00
87870af866
✨ Sticker picker basis
2025-08-07 03:22:56 +08:00
d320879ad0
✨ Poll feedback
2025-08-07 02:01:15 +08:00
edd760fbcb
✨ Ability to crop image
2025-08-04 22:08:18 +08:00
3a4faac8cb
🐛 Dozens of bug fixes
2025-07-18 18:57:16 +08:00
e6c58b7b63
👽 Update API to microservices
...
♻️ Refactor router pushes
2025-07-17 14:35:09 +08:00
b8dec9f798
✨ Joindable chat, detailed realms, discovery mixed into explore
...
🐛 bunch of bugs fixes
2025-06-28 00:24:43 +08:00
9d115a5712
✨ Realm discovery and more detailed realm
2025-06-27 21:10:53 +08:00
f2829b2012
♻️ Refactor router, moved from auto_router to go_router
2025-06-26 14:13:44 +08:00
63230c16ff
🐛 Fix desktop standard input
2025-06-25 14:38:35 +08:00
30416f7ca0
💄 Optimized publisher profile & personal profile
2025-06-14 02:16:52 +08:00
2a7876e22f
🐛 Optimized typing indicator
2025-06-09 23:50:19 +08:00
20e6cc4283
✨ Typing indicator
2025-06-08 01:16:48 +08:00
b2a118bbd0
🐛 Fixes on enter to send
2025-06-07 23:31:02 +08:00
bf77bfce64
✨ Auth factor settings
2025-06-06 01:21:22 +08:00
33e84805d7
:drunk: I have no idea what did I did
2025-06-02 22:51:52 +08:00
4187ceb248
👽 Support new attachment reference system
2025-06-02 01:08:04 +08:00
afe1c700eb
✨ More customize options are back
2025-05-30 01:23:24 +08:00
b0c1981c9a
🐛 Fix android building
2025-05-29 21:59:27 +08:00
bdc13978c3
👽 Support the new Dyson Token
2025-05-28 23:21:13 +08:00
aaa505e83e
✨ Accoun settings
2025-05-28 01:08:18 +08:00
688f035f85
✨ Better chat overlay
2025-05-27 02:35:08 +08:00
edf4ff1c5b
🧱 Realtime call infra
2025-05-25 17:40:52 +08:00
1b544c2c8b
✨ Two column explore
2025-05-24 02:52:31 +08:00
4f9bf960d9
✨ Chat enter to send
2025-05-24 02:38:42 +08:00
d11622e450
💄 Optimzation and fixes
2025-05-24 02:22:23 +08:00
fc2520b8f8
👽 Support the latest API
2025-05-24 01:34:20 +08:00
911439f3af
⚗️ Testing desktop layout
2025-05-18 23:50:50 +08:00
ad41de3674
✨ Better joining and leaving
2025-05-18 20:52:32 +08:00
9c0221ab20
♻️ Refactored markdown content
2025-05-18 19:46:57 +08:00
9c6928d214
✨ Chat room member manage
2025-05-18 18:03:22 +08:00
93267eb327
✨ Mark message as read
2025-05-18 05:36:20 +08:00
dd50cfd2e9
💄 Optimized messages styles
2025-05-18 03:05:20 +08:00
3737de6936
✨ Chat message uploading file progress
2025-05-18 02:21:14 +08:00
81d5083908
✨ DM groups
2025-05-17 23:13:08 +08:00