StoreGenerator / scripts.js

Commit History

updated fetch function generateImage to fetch a relative URL, could fix the CORS issue.
4805bda

drakosfire commited on

Got up to docker build ready again, was importing things in block-builder like torch and utilities that weren't needed
a3dba5f

drakosfire commited on

Fixed print function having weird blank pages. @media print added to pop up print window
4ba412e

drakosfire commited on

print now function is a popup to prevent disruption of main page
3bf0a70

drakosfire commited on

simplified handleColumnOverflow to only detect and act during second column overflow, trusting page css to handle two column balancing, works pretty good
26d1f1c

drakosfire commited on

refactored, call unlockTextareas one time at end of handleDragEnd
b5f325d

drakosfire commited on

added unlock textareas to handleTrashDrop
234b455

drakosfire commited on

fixed bug where descriptionTextarea in unlock textareas wasn't trageting globablly. Function targets entire document now
cf0d79c

drakosfire commited on

Pretty sure that all textareas lock during drag events, no more dropping html into textareas or content editable areas
b1fa4de

drakosfire commited on

added update_template.html which is same architecture as storeUI.html page-container, so testing will be more accurate. Updated extractBlocks function to target block-items
9efcf1c

drakosfire commited on

Removed some white spaces, added functions to lock textares during drop events, and unlock at end of drop events, added check for 'description-textarea' while handling drop
f434b03

drakosfire commited on

Resolved blocks not sorting correctly after trash event by always reordering by block-id which is static
d4b9975

drakosfire commited on

merging with script and storeUI.css
454d813

drakosfire commited on