stakwork / sphinx-ios

Client app for communication over the lightning network.
MIT License
18 stars 11 forks source link

Tags selection on Create Tribe form #413

Open tomastiminskas opened 7 months ago

tomastiminskas commented 7 months ago

Current UI design for tags selection on Create Tribe form does not have an APPLY or CONFIRM button. Once some tags are selected/unselected user needs to tap somewhere out of the tags box to apply the changes, which seems to be confusing.

Current design screenshots:

IMG_5814 IMG_5815 IMG_5816

We will switch to a different design removing the tags box and presenting a drawer that shows from bottom as on Discover Tribes section.

New design reference: IMG_5817 IMG_5818

The DiscoverTribesTagSelectionVC.swift is used on Discover Tribes section and can be reused on Create Tribe since it returns through a delegate an array of the selected tag (String array). It might need some changes to be useful on both cases, but it shouldn't be a big refactor.

jordan-ae commented 7 months ago

Is this available as a bounty? I can give it a try

Khaalid-oh commented 7 months ago

@Saif