mobile-application/composeApp
Ben Martin c27bd56c7a
All checks were successful
Build / build (pull_request) Successful in 5m18s
feat: Add Sentiment and UI Changes
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.
2025-01-21 12:36:24 +00:00
..
src feat: Add Sentiment and UI Changes 2025-01-21 12:36:24 +00:00
build.gradle.kts Initial commit 2025-01-20 22:23:52 +00:00