-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
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, quota and the space generic icon, like iOS does.
TASKS
- Research (if needed)
- Create branch feature/spaces_in_horizontal_with_menu
- Development tasks
- Change the space orientation to horizontal (only 1 column)
- Add three dot menu to the space card
- Open empty bottom sheet dialog when three dot menu is clicked
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/spaces_in_horizontal_with_menu into master
Reactions are currently unavailable

