-
Notifications
You must be signed in to change notification settings - Fork 1
Enhance overall UI #320
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
Enhance overall UI #320
Conversation
- Changed background for multiple screens - Update theme color for consistency across buttons - Implement confirmation dialog for profile deletion - Add tests for delete confirmation dialog
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.
Great UI changes! The app now feels more visually appealing, and the updated buttons look more aesthetic. The new background perfectly complements the app's theme. However, the buttons on the quizz screen have not been updated. Addressing this issue would further enhance the overall UI.
This reverts commit f2b8e03. revert commit
Ismaillat
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.
The UI changes look great to me. Approved for merge.
…ll-ui # Conflicts: # app/src/androidTest/java/com/github/lookupgroup27/lookup/ui/authentication/SignInKtTest.kt # app/src/main/java/com/github/lookupgroup27/lookup/ui/overview/Menu.kt # app/src/main/java/com/github/lookupgroup27/lookup/ui/profile/Profile.kt # app/src/main/java/com/github/lookupgroup27/lookup/ui/profile/ProfileInformation.kt # app/src/main/java/com/github/lookupgroup27/lookup/ui/quiz/Quiz.kt
… feature/enhance-overall-ui
|



Changes
This PR enhances the overall app's UI, particularly the Profile Information screen's UI and improves the user experience around profile deletion.
UI Improvements
UX Enhancements
Testing
Related Issues:
Closes #259