Chase Manning
Chase Manning
Just a minor spelling error fix
For Percy snapshots to work, the Pixi Application parameter `preserveDrawingBuffer` needs to be set to true. However, setting this parameter to true slows down production. Instead we should check if...
A loading screen should be added that will show as soon as the`index.html` is loaded. This should show while the web app is loading and stop showing once it has...
A Wiki should be added to explain the architecture of the code and make it easier for a new developer to get onboarded.
Unit tests should be added to check things like services. They should be run in the pipeline and enforced for PRs and deployments
The Color Picker Hover Cursor is currently pixelated and low quality. This should be improved so that it looks like a good resolution and high quality.
The layer footer trash icon currently looks like this:  Instead it should be changed to look like this: 
When you hover over a Layer while pressing `command` or `control`, the cursor should change to represent that there is an alternate click event. Then when the layer is clicked...