-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/settings screen #47
Conversation
- Remove last traces of androidx.material in favour of material3
thanks for pr |
@nicolas-f my bad, build is now fixed 👍 I've also set the github actions workflow to also run for PRs targetting the |
maybe we should remove dev branch and find a way to build only the last release for the github page ? |
1 similar comment
maybe we should remove dev branch and find a way to build only the last release for the github page ? |
@nicolas-f The github pages release still only applies to the main branch. We can still keep the dev branch to merge features and only merge in main when we want to make a new release. |
Description
Adds a settings screen to tweak persistent app settings
Changes
SharedPreferences
NSUserDefaults
Storage
Flow<T>
to listen to value changesLinked issues
#44
Remaining TODOs
UI could still be improved (especially on small phones and on web) but I'm saving this for later when we'll do a general UI/UX improvement work over the whole app to ensure style consistency.
Checklist