drakosfire commited on
Commit
a980fa8
1 Parent(s): 8604dad

added div floatingToolbar and moved buttons and description field into it

Browse files
Files changed (2) hide show
  1. app.py +0 -0
  2. storeUI.html +15 -13
app.py CHANGED
File without changes
storeUI.html CHANGED
@@ -21,20 +21,22 @@
21
  <!-- Blocks will be wrapped in a page div and loaded here -->
22
  </div>
23
  </div>
24
-
25
- <div class="page-container" id="pageContainer">
26
  <h1>Describe your creature</h1>
27
- <textarea id="user-description" class="user-description-textarea"
28
- hx-post="/update-stats" hx-trigger="change"
29
- hx-target="#user-description" hx-swap="outerHTML"
30
- title="As much or as little description as you want to provide. You can provide specific employees, inventory etc">A very standard gear store run by a fae potted plant named Gorgeous</textarea>
31
- <button id="submitDescription">Submit</button>
32
- <button id="autofill-button">Autofill Pages</button>
33
- <button id="toggle-text-block-button">Toggle Image Descriptions</button>
34
- <button id="add-page-button">Add New Page</button>
35
- <button id="remove-page-button">Remove Last Page</button>
36
- <button id="resetButton">Reset</button>
37
- <button id="printButton">Open Tab to print</button>
 
 
 
38
 
39
  <div class="brewRenderer" id="brewRenderer">
40
 
 
21
  <!-- Blocks will be wrapped in a page div and loaded here -->
22
  </div>
23
  </div>
24
+ <div id="floatingToolbar">
 
25
  <h1>Describe your creature</h1>
26
+ <textarea id="user-description" class="user-description-textarea"
27
+ hx-post="/update-stats" hx-trigger="change"
28
+ hx-target="#user-description" hx-swap="outerHTML"
29
+ title="As much or as little description as you want to provide. You can provide specific employees, inventory etc">A very standard gear store run by a fae potted plant named Gorgeous</textarea>
30
+ <button id="submitDescription">Submit</button>
31
+ <button id="autofill-button">Autofill Pages</button>
32
+ <button id="toggle-text-block-button">Toggle Image Descriptions</button>
33
+ <button id="add-page-button">Add New Page</button>
34
+ <button id="remove-page-button">Remove Last Page</button>
35
+ <button id="resetButton">Reset</button>
36
+ <button id="printButton">Open Tab to print</button>
37
+ </div>
38
+ <div class="page-container" id="pageContainer">
39
+
40
 
41
  <div class="brewRenderer" id="brewRenderer">
42