René Aaron

Results 127 comments of René Aaron
trafficstars

Adding this information here for further discussion: - Add a "Pin extension" screen to onboarding ![image](https://user-images.githubusercontent.com/100827540/194404282-286afee4-19b9-4d11-844d-a8cd0accdbd8.png) - Add a link to getalby.com for getalby.com users (where they can login with...

Generally like the idea. There are badges available to display on the extension icon: https://developer.chrome.com/docs/extensions/reference/browserAction/#method-setBadgeText `browser.browserAction.setBadgeText({ text: "25" });` ![image](https://user-images.githubusercontent.com/100827540/194705023-f9eb8917-d160-45f2-82f6-3752a0b63edf.png) Questions to tackle: - Fetching of transactions in the background...

> Regarding using the "badgeText": Do you think there's a chance we might use this for something else in the future? Once a user is used to "these are new...

I generally agree to write copy from the user perspective, but as protocols are currently being established I feel like it is important to let the user know what is...

I've noticed the same behavior in other browser extensions as well and I think there is no easy solution to this problem. https://github.com/bitwarden/clients/issues/3013 As @escapedcat noted the page is reloaded...

Did a first prototype here: https://github.com/getAlby/lightning-browser-extension/tree/feature/clipboard Clipboard support worked in Chrome / Firefox.

# Design inspiration ## Integrating via button ![image (1)](https://user-images.githubusercontent.com/100827540/194703625-6caf77ab-5897-4f51-81b7-822ca0d4808e.png) ![image](https://user-images.githubusercontent.com/100827540/194703632-1da795cf-b502-4ead-9c4b-fb460e446d53.png) ## Integration via context-aware popups From [bitcoin.design](https://bitcoin.design/guide/daily-spending-wallet/contacts/): ![image](https://user-images.githubusercontent.com/100827540/194703680-c556b855-7f69-442d-bde6-35756c873ceb.png) cc @dvoroneca

Considering the feedback that no-one really used the tutorial page I think this is an improvement. I'd still vote for removing the "your websites" section if there are none within...

Implemented a first working version. Some notes: - nip04.encrypt / nip04.decrypt will be added in a separate step (maybe it makes sense to create some more generic confirm pages that...