Skip to content

Commit

Permalink
fix(general ui): added tooltip and bounce wallet list (#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain authored Sep 9, 2024
2 parents 6b65275 + 92ddad5 commit 16dec34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const SelectWalletFromList = () => {
onScrollBarChange={setIsScrollBarShown}
onScrollBeginDrag={() => setShowLine(true)}
onScrollEndDrag={() => setShowLine(false)}
bounces={false}
bounces={true}
>
{data}

Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/legacy/Dashboard/StakePoolInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const StakePoolInfo = ({stakePoolId}: {stakePoolId: string}) => {
{stakePoolId}
</Text>

<CopyButton value={stakePoolId} />
<CopyButton value={stakePoolId} message={strings.copied} />
</View>
</View>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": {
"line": 128,
"column": 9,
"index": 3609
"index": 3634
},
"end": {
"line": 131,
"column": 3,
"index": 3730
"index": 3755
}
},
{
Expand All @@ -21,12 +21,12 @@
"start": {
"line": 132,
"column": 11,
"index": 3743
"index": 3768
},
"end": {
"line": 137,
"column": 3,
"index": 3978
"index": 4003
}
},
{
Expand All @@ -36,12 +36,12 @@
"start": {
"line": 138,
"column": 26,
"index": 4006
"index": 4031
},
"end": {
"line": 141,
"column": 3,
"index": 4141
"index": 4166
}
},
{
Expand All @@ -51,12 +51,12 @@
"start": {
"line": 142,
"column": 10,
"index": 4153
"index": 4178
},
"end": {
"line": 145,
"column": 3,
"index": 4262
"index": 4287
}
},
{
Expand All @@ -66,12 +66,12 @@
"start": {
"line": 146,
"column": 15,
"index": 4279
"index": 4304
},
"end": {
"line": 149,
"column": 3,
"index": 4398
"index": 4423
}
}
]

0 comments on commit 16dec34

Please sign in to comment.