escapedcat

Results 64 issues of escapedcat

### Is your feature request related to a problem? Split out from #1216 ### Describe the solution you'd like Creating a channel should work via prompt and via "Send" within...

frontend

### Is your feature request related to a problem? Split out from #1216 ### Describe the solution you'd like Auth/login should work via prompt and via "Send" within the popup....

frontend

### Describe the changes you have made in this PR Should replace #869 ### Link this PR to an issue #743 ### Type of change (Remove other not matching type)...

### Describe the bug Description is currently being cut off ### Screenshots ### To Reproduce Steps to reproduce the behavior: - Create incoming tx with long description ### Expected behavior...

bug
idea
frontend

### Is your feature request related to a problem? Currently we rework payments/invoices to match transactions within the screen views i.e.: https://github.com/getAlby/lightning-browser-extension/blob/master/src/app/screens/Home/index.tsx#L200 We should try to handle this somewhere else....

enhancement
frontend

### Is your feature request related to a problem? Current budget flow: 1. On first payment you can "Remember and set a budget" 1. Set budget and confirm the first...

enhancement
frontend

# ~CURRENT FINDINGS~ ALL GOOD SO FAR - ~Axios doesn't seem to work in background-scripts, might need to switch (back) to fetch~: https://stackoverflow.com/questions/66305856/typeerror-adapter-is-not-a-function-error-when-using-axios-and-webpack-in-chrom/70206333#70206333 - ~No (extrenal) images~ - ~No external...

### Is your feature request related to a problem? Update extension [to new manifest version](https://github.com/getAlby/lightning-browser-extension/blob/master/src/manifest.json#L2) to make sure it will not be an issue to be listed in Chrome the...

enhancement
frontend

### Is your feature request related to a problem? Currently we have no way to migrate data if a new version comes out. In this case we would always need...

idea
frontend

### Is your feature request related to a problem? We currently use normal string to call actions within the extension i.e.: ```ts await utils.call("editAccount", { name, id, }); ``` -...

enhancement
frontend