EatWithMeApp / eatwithme

3 stars 6 forks source link

Implement Interest Item UI #36

Open Joel-Groves opened 5 years ago

Joel-Groves commented 5 years ago

The widget for the individual interests in the list. Needs to display

MufasaTheMusician commented 5 years ago

Relates to #35 and the two items could be split between two people

MufasaTheMusician commented 5 years ago

@Joel-Groves, @BenjaminStorer has the Flare animation for the buttons, basically just need to merge this animation with the label for the interest. I imagine it would be a Stack[Flare, Text] type of widget but if there's a better way, go with that. The widget should be its own class and play nice with a GridView.

MufasaTheMusician commented 5 years ago

How is this coming guys? Let me know if you're running into issues

BenjaminStorer commented 5 years ago

UI is almost done. I may do some refactoring to simplify it but it's functional for now anyway. Creating a modular UI package now so I can start the integration ASAP

BenjaminStorer commented 5 years ago

Committed the new UI for the Interest page and The UI buttons