diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index 7db0a86..f009e00 100644 --- a/static/index.html +++ b/static/index.html @@ -110,6 +110,7 @@ <textarea id="grocery-user-notes" class="ai-notes-input" placeholder="Any preferences or instructions for the AI (e.g. budget $50, no red meat, stock up on breakfast items)..." rows="2"></textarea> <button class="btn btn-primary" id="btn-generate-grocery">✨ Generate List</button> <button class="btn btn-danger hidden" id="btn-clear-grocery">Clear</button> + <button class="btn btn-secondary hidden" id="btn-copy-grocery">Copy</button> <button class="btn btn-success hidden" id="btn-mark-purchased">✓ Mark All Purchased</button> <div id="grocery-spinner" class="spinner hidden"></div> </div> |
