skorphil / nextjs-form

Educational NextJs project to build a complex mobile-first form
https://www.chromatic.com/library?appId=65b2882ac1586a6b21cba0dd
MIT License
3 stars 0 forks source link

implemented allLoaded state #98

Closed skorphil closed 2 months ago

skorphil commented 2 months ago

resolves #86

Refactored InstitutionPanel Created InstitutionPanelOverlay and wrappers for allDeleted and loaded states, getInstitutionPanelOverlayState

Inside InstitutionPanel the getInstitutionPanelOverlayState() called which returns "alDeleted" | "loaded". Than InstitutionPanelOverlay conditionally rendered in InstitutionPanel