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
Shared models for both VoicesNodesMenu (s) and spaces sections
Description
Spaces commonly uses VoicesNodeMenu to display different sections available to the user. Same sections are displayed as content in main area of Space. Sections can be toggled by clicking in any of main area or rails menu.
Potential approaches
Implement responsibilities of keeping track of opened sections in cubit/bloc
Implement responsibilities of keeping track of opened sections in some kind of controller / InheritedWidget
Requirements:
Generic solution that will be use across the app
Cleaned up *ControllerScope in WorkspacePage, TreasuryPage
The text was updated successfully, but these errors were encountered:
Summary
Shared models for both VoicesNodesMenu (s) and spaces sections
Description
Spaces commonly uses
VoicesNodeMenu
to display different sections available to the user. Same sections are displayed as content in main area ofSpace
. Sections can be toggled by clicking in any of main area or rails menu.Potential approaches
Requirements:
*ControllerScope
inWorkspacePage
,TreasuryPage
The text was updated successfully, but these errors were encountered: