-
-
Notifications
You must be signed in to change notification settings - Fork 71
feat: Settings: Add Environment section with default clone directory #301
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: Settings: Add Environment section with default clone directory #301
Conversation
Hey @JetpackDuba , can i have a review ? Want to know if I could improve something here (really like gitnuro and want to improve it) |
Hello! Yes, sorry. I have been a bit busy with my job and some health issues. Probably in a week or so I will be back to normal and review everything pending. Sorry again for the delay. |
src/main/kotlin/com/jetpackduba/gitnuro/ui/dialogs/CloneDialog.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/jetpackduba/gitnuro/ui/dialogs/settings/SettingsDialog.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/jetpackduba/gitnuro/ui/dialogs/settings/SettingsDialog.kt
Show resolved
Hide resolved
Sorry, I forgot about this PR :/ I've made the respective changes, so have another look @JetpackDuba . |
Hello! |
# Conflicts: # src/main/composeResources/values/strings.xml
Hi! Done :) Feel free to merge |
I've squashed it into a single commit since the other commits were small and I didn't want to have to merges from main to the branch displayed. Thanks! |
Based on request #261 , a new setting (with section "Environment" ) is introduced.
When the clone repository dialog is opened, the settings is read.
The clonerepository dialog contains a checkbox to allow overwriting the setting from the dialog.
Since this is my first touch with Kotlin, please always ELI5 :)