lightning-browser-extension
lightning-browser-extension copied to clipboard
Refactor: transaction-creation
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. I.e. the dayjs part. Only things that are not general should be handled in the view i.e. title/subtitle.
Describe the solution you'd like
Find a way generalize this.
Are you working on this?
No