feat: improve UI with sentiment selection, input field, and feedback submission #17

Merged
ben merged 1 commit from feature/Handle-Form-Submit-Event into master 2025-01-21 14:37:47 +00:00
Owner

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.

Closes #4

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. Closes #4
ben added 1 commit 2025-01-21 14:29:34 +00:00
feat: improve UI with sentiment selection, input field, and feedback submission
All checks were successful
Build / build (pull_request) Successful in 4m43s
94ae632bbc
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.
ben merged commit 063ec7632f into master 2025-01-21 14:37:47 +00:00
ben deleted branch feature/Handle-Form-Submit-Event 2025-01-21 14:37:48 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bob/mobile-application#17
No description provided.