escapedcat

Results 637 comments of escapedcat

Sure, if you have time and motivation. tbh I'm happy enough keeping this project maintained as it is right now. I can only handle this with the help of others....

If you have time to dig into this and provide a PR that would be great. Maybe have a look into other issues related to `parserOpts` and `headerPattern` and see...

Closing this in favour of #1645 @vaibhavgarg237 thanks for starting this!

@rottingcleaner that name is short enough ;) This i.e. looks bad: ![image](https://user-images.githubusercontent.com/1016218/194466853-18e81fb3-6d35-42a7-817d-7de4ebfa2961.png) If it's longer it will break, because we use `substring`: https://github.com/getAlby/lightning-browser-extension/blob/master/src/app/components/AccountMenu/index.tsx/#L40 I think this should be handled [via...

bumi noticed: `package-lock.json` can be removed. We use yarn and `yarn.lock`.

Maybe related to https://github.com/getAlby/meta/issues/15

> Alternatively we can add the title attribute to the input field. On mouse over the user will see a browser native tooltip with the full text of the input-placeholder....

![image](https://user-images.githubusercontent.com/1016218/194750434-972bc2b8-7559-4d81-bea5-188e2f5b1aaf.png) I guess we have the chance to improve label, placeholder and hint.

For outgoing txs this could be possible because those are stored in the browser-storage. The incoming ones we currently get directly form the node without being stored by the extension.