-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/add productions list to manage view #180
Conversation
The production ID could not be fetched. {productionFetchError.name}{" "} | ||
{productionFetchError.message}. | ||
</FetchErrorMessage> | ||
{cachedProduction && !showProductionsList && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think you need to check cachedProduction here? it seems unrelated to the productions
list
or is the intention that it should show/hide the list depending on if the user has entered a production id?
…ed list into its own component
…error-messages and messangers
7f959b3
to
1d5c88f
Compare
This solution was also in PR #189 that has been merged, making this one obsolete. |
Updated Layout!
First view:
Now all productions are displayed.
When selected a production:
Either by clicking on one off the list-items or by writing a fetchable production-id