Commit History

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

drakosfire commited on

updated app.py flask app launch to point to host 0.0.0.0 and port 7860 to match huggingface, hoping this resolves CORS issue
5794b1c

drakosfire commited on

added requirements.txt
79c5e02

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

Troubleshooting README, changed name, could be issue
4dd1198

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

Rolling back to commit from this morning
93c4c52

drakosfire commited on

Reverting to hash d4b9975 and keeping README and Dockerfile changes
c9deeac

drakosfire commited on

README.md format error
ebf910c

drakosfire commited on

README.md format error
f757b08

drakosfire commited on

modified docker file to create user and set ENV path to HOME, ensure dockerfile points to expected port 7860
624a711

drakosfire commited on

updated readme.md with additiona details of fixes needed and future expansion. Added metadata and pointed flask app to port 7860
75e4552

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

Modified padding on .page width from 1.9cm to 1.2 cm, set classTable.frame width to 95%, set columnWrapper width to 100%, in storeUI.html moved buttons out of brewRenderer and to top layer of page-container
dcc8bc7

drakosfire commited on

merging with script and storeUI.css
454d813

drakosfire commited on

Track images using Git LFS
6b59dc7

drakosfire commited on

checking that .gitattributes is set correctly
e403af9

drakosfire commited on

added .gitignore to ignore __pycache__/
c3c0e66

drakosfire commited on

add id=pages to class pages, updated pageContainer to target id=pages, removed redundant event listerners
b1df057

drakosfire commited on

added printing function
b613fc6

drakosfire commited on

built initial Dockerfile and modified app.py to serve from flask app in container
d8b766a

drakosfire commited on

Add initial Dockerfile for setting up environment to prepare to deploy
295d95b

drakosfire commited on

added function build_iventory_block
1996f8e

drakosfire commited on

updated prompt in store_helper to add inventory prompt in, prior had been split into two seperate prompts to generate store description and inventory seperately. This needs significant testing
53e55d4

drakosfire commited on

Refactored and built build_section_entry_block and added Security section. Modified css and did some styling, created subtitle-textarea class in css.
a59b358

drakosfire commited on

Added customer block and began quest block, updated width of block-container from 350px to 350px
f6ba86d

drakosfire commited on

Added employee block with same structure as owner block, worked flawlessly.
88841c5

drakosfire commited on

Added owner loop to add owner/s title, and loop through building owner blocks
1830328

drakosfire commited on

WIP: block_builder.py mid building of owner html functions
3ee2b47

drakosfire commited on

added check to adjustTextareaHeight for single line and prevent setting auto
cd4a8f3

drakosfire commited on

Merge branch 'customUI' of github.com:drakosfire/StoreGenerator
0f83dcd

drakosfire commited on

Finished store properties table block, adjusted title textarea size
c591592

drakosfire commited on

Merge branch 'customUI' of https://github.com/Drakosfire/StoreGenerator into customUI
efecf31

drakosfire commited on

Finished store properties block, updated textresizing into function initializeTextareaResizing and it runs after initial load, drop, drop to trash, and reset.
8333c17

drakosfire commited on

Update README.md
0fca377

Drakosfire commited on

Create README.md
9ca88db

Drakosfire commited on

Feature complete to import html and build blocks, with drag and drop, trash, reset.
d5fb696

drakosfire commited on

Committing to prep to branch for new custom UI build
c8a4cd8

drakosfire commited on

LLM dictionary to text and back to dictionary for inventory, html templates
760ff9a

drakosfire commited on

Add Git LFS tracking for .psd files
c7d9eea

drakosfire commited on

Initial commit
843ab23
unverified

Drakosfire commited on