Chase Manning

Results 123 issues of 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...

enhancement

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...

enhancement

A Wiki should be added to explain the architecture of the code and make it easier for a new developer to get onboarded.

documentation

Unit tests should be added to check things like services. They should be run in the pipeline and enforced for PRs and deployments

technical

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.

enhancement
good first issue

The layer footer trash icon currently looks like this: ![image](https://user-images.githubusercontent.com/53957795/105617694-27e4ea00-5e45-11eb-85db-30d57511b1bc.png) Instead it should be changed to look like this: ![image](https://user-images.githubusercontent.com/53957795/105617698-303d2500-5e45-11eb-8ec7-c46bcc1b170a.png)

enhancement
good first issue

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...

enhancement
good first issue