mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 00:16:59 +00:00
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)
|
||||
val hasMoreTransactions = _hasMoreTransactions.asStateFlow()
|
||||
|
||||
private val pageSize = 20
|
||||
private val pageSize = 100
|
||||
|
||||
private val _error = MutableStateFlow<String?>(null)
|
||||
val error = _error.asStateFlow()
|
||||
|
||||
Reference in New Issue
Block a user