Roland

Results 116 issues of Roland

Shown on connect and then close the modal automatically, rather than showing the connected state (Now this will only be shown if the user clicks the bitcoin connect button when...

good first issue

Tabbing / Keyboard access should work in all places. Some elements (like the button below) should be focused by default. ![image](https://github.com/getAlby/bitcoin-connect/assets/33993199/5a17987e-2eb6-442f-a749-d7225eb0396a)

good first issue

This way you could initialize a new BitcoinConnect instance and interact with it. - New methods do not always need to be exposed (in the react wrapper for example) and...

v4

As per https://github.com/getAlby/bitcoin-connect/issues/175 before balance loads, there is currently no indication of loading.

good first issue

Also maybe pressing escape too (for desktop)

good first issue

How we import is overly-complicated and developers will probably be confused as why it's necessary. The project currently does not compile correctly serverside (in NextJS) so code like this is...

(Accessibility) It should submit the form so users do not need to use the mouse to click.

good first issue

If copying a connection string with a trailing slash, requests do not work. We should just remove the trailing slash if there is one.

good first issue

Currently all the example components are in one page. This isn't good because the event callbacks overlap. It would be nice to have a directory and basic routing where you...

good first issue

`bc:onpaid` is currently fired in multiple places. This can be fixed if we pass the `preimage` to `bc-send-payment` instead of a `paid` boolean - then the `bc-send-payment` component can listen...

v4