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
013f7f02bc
✨ Post embed view
2025-09-08 02:15:22 +08:00
573b76d3ff
🍱 Update media offline placeholder
...
🐛 Fix image picker
2025-09-06 13:23:09 +08:00
e9f09bbe54
✨ Explore shuffle post
2025-09-04 00:52:02 +08:00
4252f66fd3
💄 Optimize some designs
2025-09-01 23:05:11 +08:00
f2d780b48f
💄 Optimize of account profile card
2025-09-01 21:37:59 +08:00
300541f9bb
♻️ Replaced picker
2025-09-01 01:00:52 +08:00
28e98488f1
🌐 Localize new stuff
2025-08-26 01:24:58 +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
c479a9f381
✨ Show social credits
2025-08-25 19:56:34 +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
b2097cf044
🐛 Fix chat summary failed when lastMessage is null
2025-08-22 19:00:06 +08:00
f98e5a0aec
✨ Post browse by categories, tags
2025-08-21 23:21:30 +08:00
99e10cb612
✨ Chat, realm member list with status
2025-08-18 02:01:13 +08:00
1db6941431
💄 Optimize message styling
2025-08-17 23:13:59 +08:00
2bdf7029e9
💄 Optimize chat list tile
2025-08-17 13:51:02 +08:00
1a892ab227
✨ Realm post, and post publisher is org is rounded rect
2025-08-17 02:37:45 +08:00
6fd702eba8
🐛 Fix profile update
2025-08-17 00:47:10 +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
c061ef2132
🐛 Bug fixes
2025-08-11 01:44:18 +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
a0d8c1a9b3
🐛 Fixes call
2025-08-02 01:53:02 +08:00
71b67fd22d
🐛 Fixes of videos and more
2025-08-01 23:21:43 +08:00
855072dfea
🐛 Fix refresh failed after delete data
2025-08-01 21:46:43 +08:00
b39e2e2d64
💄 Video player optimized
2025-08-01 20:36:39 +08:00
84b1d6a346
💄 Optimization
2025-08-01 18:03:54 +08:00
4d489425fa
✨ Comment threading
...
👽 Fix chat notify level
2025-08-01 13:01:38 +08:00
1f7caaeaac
💄 Optimize call
2025-08-01 01:03:01 +08:00
9f9f42071a
💄 Fixes of call and optimizations
2025-08-01 00:12:18 +08:00
e48410a528
🐛 Fixes of the stellar program
2025-07-23 20:25:14 +08:00
18db50d80c
🐛 Dozens of bug fixes
2025-07-20 02:31:50 +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
d6c829c26a
✨ Web feed
2025-06-30 23:33:14 +08:00
356b7bf01a
✨ Developer app basis
2025-06-29 23:00:51 +08:00
b8dec9f798
✨ Joindable chat, detailed realms, discovery mixed into explore
...
🐛 bunch of bugs fixes
2025-06-28 00:24:43 +08:00
5939a1dc5b
✨ Can make the chat and realm public
2025-06-27 21:52:57 +08:00
9d115a5712
✨ Realm discovery and more detailed realm
2025-06-27 21:10:53 +08:00
0361f031db
✨ Post editor tags
2025-06-27 00:56:07 +08:00
f2829b2012
♻️ Refactor router, moved from auto_router to go_router
2025-06-26 14:13:44 +08:00