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
This project ended up with much more dialogs than intended. A better system for dialog is to be preferred than the current system. The current system is based upon one component displaying dialogs with a switch case. Not all dialogs are even in this component. The current system is no system at all.
Maybe best practice is to make a component for each dialog.
This project ended up with much more dialogs than intended. A better system for dialog is to be preferred than the current system. The current system is based upon one component displaying dialogs with a switch case. Not all dialogs are even in this component. The current system is no system at all.
Maybe best practice is to make a component for each dialog.