-
Notifications
You must be signed in to change notification settings - Fork 169
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 api settings #183
Add api settings #183
Conversation
531cc9c
to
fdffe81
Compare
sorry for the force pushes, local linting doesn't pickup any codestyle errors is there some config file i need to add? |
You can just run |
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 really good, thanks a ton for this. Just a few things.
app/src/main/java/com/jerboa/ui/components/settings/Settings.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/jerboa/ui/components/settings/Settings.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/jerboa/ui/components/settings/Settings.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/jerboa/ui/components/settings/Settings.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/jerboa/ui/components/settings/Settings.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/jerboa/ui/components/settings/Settings.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/jerboa/ui/components/settings/SettingsViewModel.kt
Show resolved
Hide resolved
Just add a few TODOs, but other than that, it looks good. |
Now we just need to make this pretty
for #88
for now this is just the api settings, we can add app-specific settings and account actions(password reset, account deletion) to this page in separate PRs