Open
Description
This is the current spaces view in mobile apps:
Android | iOS |
---|---|
![]() |
![]() |
The idea is moving to design like the iOS one.
This horizontal cells don't use to show the image correctly (kind of cropped).
Changes:
-
List of spaces vertical. Every cell uses the view width with some margins.
-
Every cell includes a three-dot-button (or any other menu indicator).
-
By clicking the three-dot-button, a bottom menu will be raised. Such menu will include the available options (future issue), and the header will show the space name and the space generic icon, like iOS does.
TASKS
- Research (if needed)
- Create branch feature/feature_name
- Development tasks
- Implement whatever
- ...
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/feature_name into master