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
Notes:
Error section at bottom of screen under tools.
Highlight errored dots somehow, maybe make them red
Error flags on continuities in MenuRight
Error flags on stunt sheets in MenuLeft
Errors should be calculated as locally as possible (don't calculate errors for entire show on each change), for example if you change a dot's position then only update the errors for that stunt sheet
The text was updated successfully, but these errors were encountered:
Fixes issue #158#159
* reserved space for warnings
* Added proper warning class
* lint
* warning system fleshed out
* Finished warning system, added locating system as well
* linted and fixed MenuLeft icon
* temp commit
* Kevin's recommendations
* Update recurseWarning and calculateWarning function names to be more descriptive
* Added tests for warning system
* fixed data-test error in Warnings.vue
* Updated Issue Naming
* fixed the overlap algorithm to be faster
* fixed test
* fixed nits
* lint
Show errors for various conflicts/issues in the show.
Errors to catch
Notes:
Error section at bottom of screen under tools.
Highlight errored dots somehow, maybe make them red
Error flags on continuities in MenuRight
Error flags on stunt sheets in MenuLeft
Errors should be calculated as locally as possible (don't calculate errors for entire show on each change), for example if you change a dot's position then only update the errors for that stunt sheet
The text was updated successfully, but these errors were encountered: