BloomBase — personal plant management app
Find a file
Stephan Kerkman 351d1e5523 feat: add loading spinner to species search button
Shows Bootstrap spinner via htmx-indicator during the Perenual API
call, and disables the button to prevent double-submits.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 11:24:20 +02:00
docs/superpowers feat: add PlantDB implementation plan 2026-05-27 19:35:18 +02:00
nginx fix: use \$http_host in nginx to preserve port for CSRF validation 2026-05-28 10:20:56 +02:00
plantdb fix: add CSRF_TRUSTED_ORIGINS support via env var 2026-05-28 11:19:14 +02:00
plants feat: add loading spinner to species search button 2026-05-28 11:24:20 +02:00
.env.example feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
.gitignore feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
docker-compose.yml fix: use data/ subdir for SQLite volume mount in Docker 2026-05-28 10:11:53 +02:00
Dockerfile feat: Docker Compose deployment with Nginx and Gunicorn 2026-05-28 10:07:18 +02:00
manage.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
pytest.ini feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
requirements.txt feat: dashboard with plant count and pruning summary 2026-05-28 09:56:24 +02:00