Zachatoo / habitica_assistant

Flutter mobile application for interacting with Habitica's APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace equipment dropdowns with separate screens

Zachatoo opened this issue · comments

The dropdowns for selecting equipment/pets/etc when adding or editing an outfit isn't great ui.

I want to replace those dropdowns with clickable list items with some details that will lead to another screen where you can select from a list of items with details on there as well.

Tasks:

  • Componetize clickable list item component for battle gear.
    • Image.
    • Stats.
  • Componetize clickable list item component for costumes.
    • Image.
    • Flavor text.
  • Replace dropdowns with new clickable list item component.
  • Create new view to show available items of a given type.
  • Implement selecting an item from new view to set selected item in add/edit outfit view.