feat: Add Sentiment and UI Changes #14

Merged
ben merged 1 commit from feature/Create-Form-Skeleton into master 2025-01-21 12:50:48 +00:00
Owner
  • Adds a Sentiment enum with friendly names and leading icons for HAPPY, NEUTRAL, and SAD.
  • Replaces the previous Greeting class with this new Sentiment based approach.
  • Updates the main UI (App) to use FilterChip for sentiment selection.
  • Adds a TextField for user comments and a "Submit" button.

Closes #1

- Adds a `Sentiment` enum with friendly names and leading icons for `HAPPY`, `NEUTRAL`, and `SAD`. - Replaces the previous `Greeting` class with this new `Sentiment` based approach. - Updates the main UI (`App`) to use `FilterChip` for sentiment selection. - Adds a `TextField` for user comments and a "Submit" button. Closes #1
ben added 1 commit 2025-01-21 12:37:07 +00:00
feat: Add Sentiment and UI Changes
All checks were successful
Build / build (pull_request) Successful in 5m18s
c27bd56c7a
This commit introduces the `Sentiment` enum and updates the main UI components:
-   Adds a `Sentiment` enum with friendly names and leading icons for `HAPPY`, `NEUTRAL`, and `SAD`.
-   Replaces the previous `Greeting` class with this new `Sentiment` based approach.
-   Updates the main UI (`App`) to use `FilterChip` for sentiment selection.
-   Adds a `TextField` for user comments and a "Submit" button.
ben self-assigned this 2025-01-21 12:37:15 +00:00
ben merged commit 54fdb64c40 into master 2025-01-21 12:50:48 +00:00
ben deleted branch feature/Create-Form-Skeleton 2025-01-21 12:50:49 +00:00
ben referenced this pull request from a commit 2025-01-21 12:50:49 +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#14
No description provided.