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
This is our new design for the overall navigation of the app. It replaces the current placeholder home page. In this design:
There is a bottom tab bar (aka "navigation bar", in Material 3 terms). It has 6 buttons: Inbox, Combined feed, Mentions, Direct messages, Channels, Menu.
All of those buttons except Menu go to screens we already have implemented. Menu is described below.
The navigation bar appears only on the screens that it leads directly to. In particular it does not appear on message lists.
Changes vs. RN legacy app: Search and Starred move from the top bar into the menu. There's no top bar.
For detailed design of the navigation bar, see Figma: here, and further details here. Screenshot:
The screen with the bottom tab bar is the root of the navigation stack; there's no navigating "back" or "up" from there. For how the user reaches the choose-account page (which we currently put at the root of the navigation stack), see below.
The menu is a modal bottom sheet. It has the same options as the navigation bar (except Menu itself), plus "Starred messages".
In the future the menu will gain more options as we implement them:
As a further, post-launch follow-up, we'll replace the choose-account page with a new modal menu: Account-switcher modal #1038
For detailed design of the menu, see Figma: here, and further details here.
For this issue, leave out menu options that are in the design in Figma but aren't mentioned above, or are left as follow-ups.
Screenshot:
Background
This design balances two things we want:
It's low-risk in terms of UX, staying fairly close to what the legacy app has. We don't want to get slowed down by having to iterate a bunch.
Where possible consistent with point 1, it borrows straight from more-ambitious designs we've discussed. This means it won't require scrapping a bunch of work later on as we add more features, or if we implement something more fully like those more-ambitious designs.
This is our new design for the overall navigation of the app. It replaces the current placeholder home page. In this design:
There is a bottom tab bar (aka "navigation bar", in Material 3 terms). It has 6 buttons: Inbox, Combined feed, Mentions, Direct messages, Channels, Menu.
The screen with the bottom tab bar is the root of the navigation stack; there's no navigating "back" or "up" from there. For how the user reaches the choose-account page (which we currently put at the root of the navigation stack), see below.
The menu is a modal bottom sheet. It has the same options as the navigation bar (except Menu itself), plus "Starred messages".
Background
This design balances two things we want:
Discussion in chat thread.
Previous issue, which this one supersedes:
The text was updated successfully, but these errors were encountered: