Skip to content

Commit

Permalink
Move autolock timer (#3743)
Browse files Browse the repository at this point in the history
Resolves #3572 

## What

Move auto-lock timer
<img width="382" alt="autolock"
src="https://github.com/tahowallet/extension/assets/37460589/8f872fa3-547a-4e6b-9764-2a0b99cd23e6">

Fix SharedSelect trigger z-index
<img width="768" alt="settings"
src="https://github.com/tahowallet/extension/assets/37460589/85ae850b-8ca9-4552-bd2b-7805a0085614">


Fix OnboardingDerivationPathSelect width
<img width="1266" alt="width"
src="https://github.com/tahowallet/extension/assets/37460589/1c2a5c67-9d04-4fd6-87c5-a763028e6fbb">


Latest build:
[extension-builds-3743](https://github.com/tahowallet/extension/suites/25993316338/artifacts/1700067915)
(as of Mon, 15 Jul 2024 01:43:14 GMT).
  • Loading branch information
Shadowfiend authored Jul 15, 2024
2 parents 25e2a72 + 136c0d5 commit 0024916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/components/Shared/SharedSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ export default function SharedSelect(props: Props): ReactElement {
.button {
position: relative;
z-index: 1;
box-sizing: border-box;
display: flex;
justify-content: space-between;
Expand Down
1 change: 1 addition & 0 deletions ui/pages/Onboarding/Tabbed/ImportSeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export default function ImportSeed(props: Props): ReactElement {
margin-top: 16px;
}
.select_wrapper {
width: 100%;
margin-bottom: 24px;
}
`}</style>
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ export default function Settings(): ReactElement {
FeatureFlags.SUPPORT_ACHIEVEMENTS_BANNER,
notificationBanner,
),
autoLockSettings,
],
},
walletOptions: {
Expand All @@ -424,7 +425,6 @@ export default function Settings(): ReactElement {
addCustomAsset,
enableTestNetworks,
flashbotsRPC,
autoLockSettings,
],
},
helpCenter: {
Expand Down

0 comments on commit 0024916

Please sign in to comment.