Graeme
Prototypr.io && Letter.so π
fixed bug where new elemnts can be dragged over placeholder item
fixed bug where hovering over 2 elements at once
add index of element as position sort property
add flag and new action to find out if a new element is in the process of being added
readonly mode when not editing
toggle visual aids of editor
separate editor to it's own component
create working ImageCompressor component
discover React.createRef() and figure out how to use it
fix fs is not defined bug in all places
write update about making the Prototypr makerspace invite only
update canvas elements when edits detected and save to db
save canvas state to database on savebutton click πΎ
on canvas unmount, clear it for next document!
fix droptarget width so height is fluid
replace links with react-router-dom links on mailbag dashboard
add hidden element for first canvas element
fixed drag and drop components to work from reducer, now works like a dream with no hacks!
store canvas elements as List() instead
load canvas elements from reducer state (json.stringify(map) then json.parse(stringy) π)
load filename and canvas elements into reducer state