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
all_channels: Remove three dot menu and add gesture controls
Make the All channels view UI consistent with the Channels view.
Specifically, onTap on a row item should lead to channel feed page
and onLongPress should launch the channel bottom sheet.
- all_channels: Add SizedBox(height: 40, width: 52) as a placeholder
when toggle shouldn't shown. The top and bottom padding at 2 will
make the Row height at least 44 px. Width is set to 52 to match
the width of the toggle, so long text wouldn't extend all the way
before text ellipsis
- all_channels: Add on tap to channel feed if user has content
access
- all_channels: Add additional end padding for row item, also
setting top and bottom padding to 2 so that widget height is at
least 44px
Fixes#1914
0 commit comments