-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add donation component #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, some small comments,
- when you extend an interface you need to implement all the methods and GitHub helps you in the review section in the file
api/LNSocketAPI.ts
andapi/JRestAPI.ts
- I prefer to use npm and not yarn just because I start with this, maybe we can migrate to yarn? but perhaps this can be another PR. So we can remove the yarn.lock file for now?
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
✅ Deploy Preview for ln-dashboard ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
b3f858d
to
1a821e4
Compare
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1a821e4
to
f74cdf3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I finished this PR with a complete migration of the API and fixed some design mistake in the donation view
Please take a look to this commit and study the APIProvider is you are interested f74cdf3
Fixes #31.