lazyflat/web/routes
EiSiMo ee7ba6c6ff fix: round €/m² in Telegram, drop "Bilder nachladen" admin button, fix lightbox visibility
- notifications: round sqm_price to whole € in Telegram match messages
  (was emitting raw float like "12.345614 €/m²").

- wohnungen: remove the admin-only "Bilder nachladen (N)" button. It
  flickered into view whenever a freshly-scraped flat was still in
  pending state, which was effectively random from the user's point of
  view, and the manual backfill it triggered isn't needed anymore — new
  flats are auto-enriched at scrape time. Also drops the dead helpers
  it was the sole caller of: enrichment.kick_backfill,
  enrichment._backfill_runner, db.flats_needing_enrichment,
  db.enrichment_counts.

- lightbox: the modal didn't appear because Tailwind's Play CDN injects
  its own .hidden { display: none } rule at runtime, which kept fighting
  our class toggle. Switch the show/hide to inline style.display so no
  external stylesheet can mask it. Single-class .lightbox now only owns
  the layout — the initial-hidden state is on the element via
  style="display:none".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 12:48:14 +02:00
..
__init__.py refactor: split web/app.py into routers 2026-04-21 19:27:12 +02:00
admin.py refactor: rename wohnungsdidi → lazyflat 2026-04-23 09:26:12 +02:00
auth.py refactor: split web/app.py into routers 2026-04-21 19:27:12 +02:00
bewerbungen.py refactor: rename wohnungsdidi → lazyflat 2026-04-23 09:26:12 +02:00
einstellungen.py feat(filter): Berlin-Bezirk filter in Einstellungen 2026-04-23 10:05:55 +02:00
internal.py fix(notifications): district filter silently dropped every match 2026-04-23 10:18:04 +02:00
wohnungen.py fix: round €/m² in Telegram, drop "Bilder nachladen" admin button, fix lightbox visibility 2026-04-23 12:48:14 +02:00