fusion44

Results 78 issues of 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...

dependencies
code health

# 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?...

code health

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...

ui

Run a background task every day to check if the node is online. Warn the user via local notification if something seems wrong.

enhancement
good first issue

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.

bug
good first issue
wallet
ui

Put the app in a SafeArea widget: https://api.flutter.dev/flutter/widgets/SafeArea-class.html

bug
ui

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.

good first issue
chat
hacksprint
ui

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.**

wallet
ui

This requires more work as the implementation differences need to be abstracted away.

enhancement