From bbdbfe8bdf57dd15a5abe7f05b82218bd0bcae92 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Fri, 9 Jan 2026 15:01:40 +0000 Subject: [PATCH] Add autocomplete to text inputs: Update web templates with datalists for suggesting values, enhance UI test to verify autocomplete functionality. --- prompt.yml | 2 + src/autometabuilder/web/templates/index.html | 49 ++++++++++++++++++-- tests/ui/test_web_ui.py | 24 ++++++++++ 3 files changed, 70 insertions(+), 5 deletions(-) diff --git a/prompt.yml b/prompt.yml index c4545eb..19794d2 100644 --- a/prompt.yml +++ b/prompt.yml @@ -22,6 +22,8 @@ messages: properly documented. Update ROADMAP.md as you complete tasks. model: openai/gpt-4o +# Test Comment +# Test Comment # Test Comment # Test Comment # Test Comment \ No newline at end of file diff --git a/src/autometabuilder/web/templates/index.html b/src/autometabuilder/web/templates/index.html index 253b26a..11ec76b 100644 --- a/src/autometabuilder/web/templates/index.html +++ b/src/autometabuilder/web/templates/index.html @@ -48,7 +48,17 @@
- + + +
@@ -71,16 +81,37 @@ {{ key }} - + {% endfor %} - - + + + + + + + + {% for key in env_vars.keys() %} + + + {% for value in env_vars.values() %} + @@ -100,6 +131,14 @@
+ + @@ -133,7 +172,7 @@ taskCard.innerHTML = `
- +