bloombase/plants
Stephan Kerkman b5cdda54f8 feat: location filter, mobile overflow fixes, card scan icon
- Replace indoor/outdoor filter with dynamic location buttons
- Fix pruning strip date/badge overflow on narrow screens (flex-shrink-0, gap-2, text-nowrap, flex-wrap)
- Fix pruning calendar badges compressing on long plant names
- Re-add pruning strip to plant detail (was missing)
- Change card scan nav icon from 📷 to 🪪

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 13:11:22 +02:00
..
migrations feat: card scanning, OCR improvements, crop thumbnail, VPC enrichment 2026-05-29 21:54:59 +02:00
services feat: show Pl@ntNet reference images on confirm screen + save as thumbnail 2026-05-31 12:51:28 +02:00
templates/plants feat: location filter, mobile overflow fixes, card scan icon 2026-05-31 13:11:22 +02:00
templatetags feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
tests feat: update nav, remove Perenual UI, fix delete button alignment 2026-05-30 20:55:32 +02:00
utils fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
views feat: location filter, mobile overflow fixes, card scan icon 2026-05-31 13:11:22 +02:00
__init__.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
admin.py feat: add Species, Plant, PruningLog models 2026-05-27 19:51:11 +02:00
apps.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
forms.py feat: add per-plant watering and sunlight overrides with icon chips 2026-05-29 11:54:10 +02:00
models.py feat: add frost_hardiness_c and planting_density_m2 to Species model 2026-05-30 21:04:25 +02:00
tests.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
urls.py feat: wire identify URL routes and stub views 2026-05-30 17:37:46 +02:00
views.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00