T2550
Depends on D12318
Update GetAddress.tsx so that handleGetAddress sends an address request to the browser extension.
Updage background.js in the browser extension so that it recognizes this request and runs this function.
Differential D12319
[Cashtab] [extension address passing p6] Extension runs an address fetch function when requested to do so bytesofman on Oct 19 2022, 18:11. Authored by
Details
T2550 Depends on D12318 Update GetAddress.tsx so that handleGetAddress sends an address request to the browser extension. In one terminal, cd web/cashtab-components npm run storybook In an other terminal, cd web/cashtab npm run extension Navigate to brave://extension and click 'update' In your local storybook, click on the 'Get Address' button in the GetAddress component
Diff Detail
Event TimelineComment Actions I'm not seeing this firing anything in the extension console on chrome. Am I looking in the right place? |