robosats
robosats copied to clipboard
Web notifications
What does this PR do?
Changes the web notifications logic to start using the /api/notifications endpoint
Checklist before merging
- [ ] Install pre-commit and initialize it:
pip install pre-commit, thenpre-commit install. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.