From 34f6c3652e2107249b4e82125c424e614a02c2aa Mon Sep 17 00:00:00 2001 From: Stephan Kerkman Date: Thu, 28 May 2026 10:23:45 +0200 Subject: [PATCH] fix: trigger species search on button click, not on input change Avoids burning Perenual API quota on every keystroke. Co-Authored-By: Claude Sonnet 4.6 --- plants/templates/plants/species_search.html | 28 +++++++++++++-------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/plants/templates/plants/species_search.html b/plants/templates/plants/species_search.html index 8ac15c4..26b8a8c 100644 --- a/plants/templates/plants/species_search.html +++ b/plants/templates/plants/species_search.html @@ -4,17 +4,23 @@
Add a plant

Search for the species to auto-fill care info, or skip to enter details manually.

- +
+ + +