Roland

Results 116 issues of Roland

Currently it looks like this: ![image](https://github.com/getAlby/bitcoin-connect/assets/33993199/e3fa97e1-a04f-42ea-bbbc-df53dfa4b330)

good first issue

This makes the icons hard to replace and hard to customize. Instead we could return functions that create svg icons, that accept a classname.

good first issue

In `bc-send-payment` we should show the memo from the invoice if there is one.

good first issue

You need LNC to work on this task.

good first issue

This is actually about naming conflicts - how could we describe the components better so we don't need `bc-button` and `bci-button`? CC @reneaaron @bumi

Wait until there is a valid usecase for this. One possible way: In src/components/routes.ts each route could take params: ```(params) => ``` In src/components/bc-router-outlet.ts: ```r = routes[this._route](this._routeParams); // this._routeParams comes...

- [ ] smoothly animate height - [ ] keep top position fixed suggestions by @stackingsaunter

good first issue

Current: ![image](https://github.com/getAlby/bitcoin-connect/assets/33993199/fbeea920-063c-49d3-bbf5-75e60cbc778e) Required: ![image](https://github.com/getAlby/bitcoin-connect/assets/33993199/3a14b09d-83bb-4063-8935-496a42c08502) ![image](https://github.com/getAlby/bitcoin-connect/assets/33993199/4fe196ba-4a21-4d1a-a1a7-132aec11609e) 8px gap between the dots. Selected dot color is `colors.brand`. Unselected color is `colors["neutral-tertiary"]`. Dots should be clickable. Highlighted section should be swipable / draggable:...

good first issue

This comes from the alias field which is hardcoded. What do we do here?

It was accidentally removed when the modal animation was removed for both desktop and mobile. The modal design is different (where the modal is attached to the bottom of the...

good first issue