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
There should be one main store that holds the data inputed into the publisher. This store needs to be high up in the main publisher class that contains the tab selection and display.
If a user switches tabs, the store does not get wiped but changes its type to the type of the newly selected tab. All info in the store that matches types in the tab should be filled in automatically.
On submit, it will only process the current tabs items and wipe the store after processing is complete. This makes sure that if a user is adding a video, then ends up deciding to upload a song instead
The text was updated successfully, but these errors were encountered:
There should be one main store that holds the data inputed into the publisher. This store needs to be high up in the main publisher class that contains the tab selection and display.
If a user switches tabs, the store does not get wiped but changes its type to the type of the newly selected tab. All info in the store that matches types in the tab should be filled in automatically.
On submit, it will only process the current tabs items and wipe the store after processing is complete. This makes sure that if a user is adding a video, then ends up deciding to upload a song instead
The text was updated successfully, but these errors were encountered: