Skip to content

Commit

Permalink
fix binance login screen autofill (#302)
Browse files Browse the repository at this point in the history
Former-commit-id: cc58190af00e67df7cadacad58f651c54314b777 [formerly cc58190af00e67df7cadacad58f651c54314b777 [formerly 9fdeefc]]
Former-commit-id: c0bf83da10217e35900ceccad6a174cc902ef6c0 [formerly 889e906]
Former-commit-id: 0ebd548
  • Loading branch information
capaj authored Feb 19, 2023
1 parent 45c33b6 commit f5d04d3
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 214 deletions.
122 changes: 73 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions web-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@lingui/react": "^3.17.1",
"@playwright/test": "^1.30.0",
"@svgr/webpack": "^6.5.1",
"@types/chrome": "^0.0.213",
"@types/chrome": "^0.0.216",
"@types/crypto-js": "^4.1.1",
"@types/debug": "^4.1.7",
"@types/mz": "^2.7.4",
Expand Down Expand Up @@ -106,10 +106,10 @@
"@emotion/styled": "11.10.6",
"@lingui/cli": "^3.17.1",
"@lingui/macro": "^3.17.1",
"@sentry/browser": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"@trpc/client": "^10.11.1",
"@trpc/server": "^10.11.1",
"@sentry/browser": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"@trpc/client": "^10.12.0",
"@trpc/server": "^10.12.0",
"@types/offscreencanvas": "^2019.7.0",
"apollo-boost": "^0.4.9",
"apollo-link-serialize": "^4.0.0",
Expand All @@ -130,7 +130,7 @@
"nano-jsx": "^0.0.36",
"otplib": "^12.0.1",
"preact": "^10.12.1",
"query-string": "^7",
"query-string": "^8",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion web-extension/src/components/vault/SidebarWithHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const SidebarContent = ({ onClose, ...rest }: SidebarProps) => {
<MenuItem
backgroundColor="red.500"
_hover={{
backgroundColor: useColorModeValue('red.200', 'red.400')
backgroundColor: useColorModeValue('teal.200', 'teal.400')
}}
onClick={async () => {
await device.logout()
Expand Down
Loading

0 comments on commit f5d04d3

Please sign in to comment.