mobile-application/composeApp
Ben Martin 94ae632bbc
All checks were successful
Build / build (pull_request) Successful in 4m43s
feat: improve UI with sentiment selection, input field, and feedback submission
This commit enhances the UI of the application with the following changes:
- Adds sentiment selection via `FilterChip` components with leading icons and friendly names for each `Sentiment` option.
- Introduces a `TextField` for user comments.
- Implements feedback submission, which resets the selected sentiment and clears the comment field upon clicking the button.
- Shows a snackbar to display feedback success after the button is clicked.
- Improves `FilterChip` styling with `ChipDefaults` properties and uses larger font size.
- Uses `Scaffold` to provide a structure for the app.
2025-01-21 14:29:00 +00:00
..
src feat: improve UI with sentiment selection, input field, and feedback submission 2025-01-21 14:29:00 +00:00
build.gradle.kts Initial commit 2025-01-20 22:23:52 +00:00