-
Notifications
You must be signed in to change notification settings - Fork 15
feat: Add quit button to leave challenge screen #80
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: Add quit button to leave challenge screen #80
Conversation
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.
Do not hardcode the string into a file. You can move it to strings.xml
msbelaid
left a comment
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.
Awesome work! just a few comments.
app/src/main/java/app/plugbrain/android/ui/challenges/compose/NumericalInputView.kt
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/ui/challenges/compose/NumericalInputView.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/ui/challenges/compose/NumericalInputView.kt
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/ui/challenges/compose/NumericalChallengeScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/ui/challenges/compose/NumericalChallengeScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/ui/challenges/compose/NumericalChallengeScreen.kt
Outdated
Show resolved
Hide resolved
…eature/quit-button-on-challenge-screen
2. removed exit app explanation. 3. put exit app button into bottom bar 4. use imePadding to visible button above the keyboard
|
In general, do not merge upstream branches. Because it can be confusing for developers at times. But it looks good now. |
ioit-aaa
left a comment
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.
Very well done, just a few comments.
|
@msbelaid It seems that this is good |

Fixes: #49
Screenshot: