Many things have been updated for my web extension!
ACCOMPLISHMENTS:
-
I made it look prettier. This was one of the main problems I had with it, that the solid neon yellow color kind of burnt my eyes out every time I looked at it, so I decreased the intensity of the yellow.
-
I made a cursor that follows the mouse. This cursor will follow the mouse after clicking the “create new sticky” button, and will be a visual representation of where the sticky note will be placed.
WHAT I NEED TO DO
-
Link the cursor showing up to the button being clicked. Right now, the cursor is always shown, instead of only showing when the button is clicked, and hiding when a sticky note is placed.
-
The cursor must be able to leave the extension popup. Right now, the cursor is stuck to the bounds of the popup. Probably has to do with my HTML / JavaScript code. I’ll have to figure it out.
-
Make sticky notes appear when the mouse is clicked.
duhThe actual functionality of the project must be added!
In the following picture, the (+) is the cursor, and would normally follow the mouse. I had to take a picture though, so my mouse had to leave the popup.