-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix text field name #192
Fix text field name #192
Conversation
YoussefHachicha
commented
Oct 22, 2023
- fixed the name text field in the CardBuilder
- improved text field user experience by adding keyboard options and when clicked outside the text fields it will hide the keyboard automaticlly
…n clicked outside the bottomSheet it will automaticlly hide the keyboard for better user experience
how do i run the cicd to check if there is an issue or not, I am sorry this is my first time contributing |
Workflows are by default not automatically run from PRs based on public forks (see: https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks). This should not be the case once you are no longer a first time contributor (i.e. after we get this PR merged 🎉 ) For now just ping me when you are ready to run it again, or you can run the ./scripts/spotlessApply script in the repo to check/fix your code style mistakes. |
Additionally, I have this |
@r0adkll |
|
common/compose/src/commonMain/kotlin/app/deckbox/common/compose/widgets/builder/CardBuilder.kt
Outdated
Show resolved
Hide resolved
.../ui/src/commonMain/kotlin/app.deckbox.ui.decks/builder/composables/DeckBuilderBottomSheet.kt
Outdated
Show resolved
Hide resolved
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.
The kotlinScripting.xml
file is still deleted and needs to be re-added.
Congrats on your first contribution! I really appreciate helping to improve this project. |
thanks @r0adkll, if you have the time in the weekend do you want to share ideas and thoughts about Kotlin, I see that we could learn from each other, let me know if you are down and I will organize a meeting over zoom. also I want to say thanks for taking the time and effort to review my code |