fusion44
fusion44
# Add pre-commit dev package ### What is pre-commit? [pre-commit](https://pre-commit.com) is a package to manage pre commit hooks. ### Why pre-commit? A user can install the hook to run certain...
# Add pre-commit dev package _I screwed up #851, so here's a new one._ ### What is pre-commit? [pre-commit](https://pre-commit.com) is a package to manage pre commit hooks. ### Why pre-commit?...
Currently only 0 / 5 / 0 is shown in channel overview in Node Widget => This should be displayed with more clarity what this means. This is actually active...
Run a background task every day to check if the node is online. Warn the user via local notification if something seems wrong.
When the app is connected to a fresh node without any transactions the wallet balance screen stays empty. Not even the Send / Receive buttons are displayed.
Put the app in a SafeArea widget: https://api.flutter.dev/flutter/widgets/SafeArea-class.html
We display the raw gRPC error when a node is not reachable but has past chat messages. Display a proper message explaining the situation to the user.
Docs: https://github.com/fiatjaf/lnurl-rfc Package: https://pub.dev/packages/dart_lnurl
Currently the payment success page is shown even when a payment fails. This is confusing and potentially dangerous. **Implement proper error handling on failed payments.**
This requires more work as the implementation differences need to be abstracted away.