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
At present, the Streams screen has two tabs -- "Subscribed", and "All streams".
However, in the mobile app, the Subscribed tab is much more commonly useful than the "All streams" tab.
We should:
Replace the tab navigation at the top with a single "Streams" heading. Only subscribed streams will be shown.
Add an "All streams" link at the bottom that takes the user to the view that shows both subscribed and unsubscribed streams. (Title bar: "All streams")
As a quick pointer: the existing code for these screens lives in src/main/StreamTabsScreen.js and the two components SubscriptionsCard and StreamListCard that it invokes.
This removes StreamTabsScreen and sets the streams tab in
MainTabsScreen to a stack navigator, with SubscriptionsScreen on
top, and a button at the bottom of SubscriptionsScreen to navigate
to StreamListScreen.
I have tested this in an Android emulator but I have not yet run it
on iOS.
Fixeszulip#5424
At present, the Streams screen has two tabs -- "Subscribed", and "All streams".
However, in the mobile app, the Subscribed tab is much more commonly useful than the "All streams" tab.
We should:
CZO discussion
The text was updated successfully, but these errors were encountered: