Luka Jeran
Luka Jeran
Replaced by https://github.com/oasisprotocol/oasis-wallet-web/pull/1985
so many layouts | Before | This PR | Next? | | --- | --- | --- | |  |  |  |
Mocks: https://www.figma.com/design/XDufbkj5hMKbdQEmaTsDqc/Wallet-Copy-%26-UI--Tweaks?node-id=88-23&t=GgRgDEpmLEvU8AtX-0 
fyi, list of magic storage slots in abi playground: https://github.com/oasisprotocol/abi-playground/blob/49facdc2e49ccbbf4d2074662c920ee64fa16805/packages/nextjs/utils/abi-ninja/proxyContracts.ts#L4-L14
:scream: 1. fixed extension ID 2. Good catch! I'll change: ```diff - window.localStorage.ADDRESS_BOOK_CONFIG = ${JSON.stringify(window.localStorage.getItem('ADDRESS_BOOK_CONFIG'))}; - window.localStorage.LANGUAGE_CONFIG = ${JSON.stringify(window.localStorage.getItem('LANGUAGE_CONFIG'))}; - window.localStorage.NETWORK_CONFIG = ${JSON.stringify(window.localStorage.getItem('NETWORK_CONFIG'))}; - window.localStorage.DISMISSED_NEW_EXTENSION_WARNING = ${JSON.stringify(window.localStorage.getItem('DISMISSED_NEW_EXTENSION_WARNING'))}; + Object.entries(${JSON.stringify(window.localStorage)}).forEach(([k, v])...
Superseded by https://github.com/oasisprotocol/oasis-wallet-web/pull/1899
https://playwright.dev/docs/service-workers-experimental might work for MV3 service workers, but doesn't seem to work for MV2 background pages
Mocking works since migrating to mv3 and moving requests from bgpage into popup #2120
don't know, but cypress is failing https://github.com/oasisprotocol/oasis-wallet-web/actions/runs/4932114613/jobs/8814830646?pr=1449
Also "stake" vs "delegate" and "reclaim" vs "debonding"