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
Logic for truncating long breadcrumb:
common > spaceN > ... > space1
If possible display the full breadcrumb
If not try displaying 3 or 4 items by removing items in the middle, starting with spaceN, space(N-1)... (showing ">...>" instead) and limiting each item to 10 characters (+3dots afterward)
Otherwise, if possible show only the first (common) and last (space1) items with >...> in the middle
Otherwise truncate the text of those items to fit, allowing each of them at least half of the available space (if one of them is shorter it could allow the other one to be a bit longer)
Anyway show >..> only once
Each item in the breadcrumb should be clickable with a link to the feed of the relevant space
The text was updated successfully, but these errors were encountered:
@roienatan
currently I see only the name of the first item (the root common),
should show at least also the name of the last item (the space this item is in)
See design here
Logic for truncating long breadcrumb:
common > spaceN > ... > space1
Anyway show >..> only once
Each item in the breadcrumb should be clickable with a link to the feed of the relevant space
The text was updated successfully, but these errors were encountered: