You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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:
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.The text was updated successfully, but these errors were encountered: