Librechat-Mobile/shared/src
Garfie c613175c6e fix(navigation): fully reset ConversationListStateHolder on logout
reset() now clears pagination cursor, hasMore, isLoadingMore and
isRefreshing state so the next user session does not inherit stuck
spinners or stale cursors from the previous session. Also cancel and
restart the search debounce collector so an in-flight debounced
emission from the previous session cannot land after reset() and
clobber the cleared grouped conversations list.
2026-04-14 21:30:30 -05:00
..
androidMain/kotlin/com/garfiec/librechat/shared chore: rename package com.librechat to com.garfiec.librechat 2026-04-03 16:12:37 -05:00
commonMain fix(navigation): fully reset ConversationListStateHolder on logout 2026-04-14 21:30:30 -05:00
iosMain/kotlin/com/garfiec/librechat/shared fix(ios): stream SSE via NWConnection to bypass NSURLSession text/* buffering 2026-04-14 07:21:48 -05:00