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
By doing so we can increase rendering performance, so the DiscussionListPane doesn't need to fully rerender when switching discussions.
Describe the solution you'd like
I suggest we put it inside an AppNavigation component, where we also render the mobile top header conditionally. We could return an ItemList so people can also extend and add custom Navigation components like a mobile bottom navigation.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum.
In any case, thanks for taking an interest in this software and contributing by opening the issue in the first place!
Feature Request
By doing so we can increase rendering performance, so the
DiscussionListPane
doesn't need to fully rerender when switching discussions.Describe the solution you'd like
I suggest we put it inside an
AppNavigation
component, where we also render the mobile top header conditionally. We could return anItemList
so people can also extend and add custom Navigation components like a mobile bottom navigation.The text was updated successfully, but these errors were encountered: