-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
feat: Initial implementation of adding nodes to favorites #1520
base: master
Are you sure you want to change the base?
Conversation
Thanks for your contribution! We're in the process of moving some of the |
Nice one. |
Sounds good! Once that commit is in, I'll migrate this to the new spot. |
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.
Looks great for a Android/Kotlin first-timer! Thanks for dipping your toes in, always happy to have more help.
Initial implementation of support for favorite nodes. Adds support for and closes #1011
I've tested this in the simulator while it was connected to a real node and it seems to work as you'd expect, but it'll need a second pair of eyes on it because I'm not familiar with Kotlin and this is my first time working with it.