feat: increase wallet transaction page size to 100
https://claude.ai/code/session_01CdNY7qYDRHJr1jhAFvVgzj
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ class WalletViewModel : ViewModel() {
|
|||||||
private val _hasMoreTransactions = MutableStateFlow(true)
|
private val _hasMoreTransactions = MutableStateFlow(true)
|
||||||
val hasMoreTransactions = _hasMoreTransactions.asStateFlow()
|
val hasMoreTransactions = _hasMoreTransactions.asStateFlow()
|
||||||
|
|
||||||
private val pageSize = 20
|
private val pageSize = 100
|
||||||
|
|
||||||
private val _error = MutableStateFlow<String?>(null)
|
private val _error = MutableStateFlow<String?>(null)
|
||||||
val error = _error.asStateFlow()
|
val error = _error.asStateFlow()
|
||||||
|
|||||||
Reference in New Issue
Block a user