-
Notifications
You must be signed in to change notification settings - Fork 11
[Android] CM-1120 - Android UI fixes #6
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
Conversation
I think you can disable the input field and send button while the message is loading, to ensure only one message can be sent at a time. What do you think? |
Good point, I am working on that. Thanks! |
android-sample/src/main/java/co/yml/ychatgpt/android/MainActivity.kt
Outdated
Show resolved
Hide resolved
android-sample/src/main/java/co/yml/ychatgpt/android/ui/ChatLayout.kt
Outdated
Show resolved
Hide resolved
Left a couple of very minor comments @renatoarg, looking great! |
Great comments @kikoso. I am working on them. |
Add ViewModel, di, project structure
05d102d
to
f66d630
Compare
android-sample/src/main/java/co/yml/ychatgpt/android/ui/MainScreen.kt
Outdated
Show resolved
Hide resolved
android-sample/src/main/java/co/yml/ychatgpt/android/ui/MainScreen.kt
Outdated
Show resolved
Hide resolved
Approved. |
CM-1120
Android UI fixes
Add "typing" as loading state for server requests
Add "Enter any message and chat GPT will answer it" layout when there are no messages in the chat
Add automatic scroll when new messages are added to the chat
Screen.Recording.2023-01-30.at.11.45.56.mov