Updated on 2026-08-14
This commit is contained in:
parent
1437c14019
commit
3f671e3e0f
46 changed files with 1454 additions and 43 deletions
|
|
@ -445,5 +445,6 @@ private class TransactionItemStateProvider : CollectionPreviewParameterProvider<
|
|||
onClick = {},
|
||||
),
|
||||
TransactionState.Loading(txHash = UUID.randomUUID().toString()),
|
||||
TransactionState.Locked(txHash = UUID.randomUUID().toString()),
|
||||
),
|
||||
)
|
||||
|
|
@ -104,7 +104,7 @@ private fun LazyListScope.contentItems(
|
|||
}
|
||||
|
||||
@Composable
|
||||
private fun PendingTxsBlock(pendingTxs: ImmutableList<TransactionState>, isBalanceHidden: Boolean) {
|
||||
fun PendingTxsBlock(pendingTxs: ImmutableList<TransactionState>, isBalanceHidden: Boolean) {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.padding(top = TangemTheme.dimens.spacing12)
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ import com.tangem.core.ui.res.TangemThemePreview
|
|||
* @param modifier modifier
|
||||
*/
|
||||
@Composable
|
||||
internal fun TxHistoryTitle(onExploreClick: () -> Unit, modifier: Modifier = Modifier) {
|
||||
fun TxHistoryTitle(onExploreClick: () -> Unit, modifier: Modifier = Modifier) {
|
||||
Row(
|
||||
modifier = modifier
|
||||
.background(TangemTheme.colors.background.primary)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue