mobile-application/composeApp
Ben Martin 54fdb64c40
All checks were successful
Build / build (push) Successful in 5m3s
Release / release (push) Successful in 7m0s
feat: Add Sentiment and UI Changes (#14)
-   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

Reviewed-on: #14
Co-authored-by: Ben Martin <ben.martin@sky.uk>
Co-committed-by: Ben Martin <ben.martin@sky.uk>
2025-01-21 12:50:47 +00:00
..
src feat: Add Sentiment and UI Changes (#14) 2025-01-21 12:50:47 +00:00
build.gradle.kts Initial commit 2025-01-20 22:23:52 +00:00