Skip to content

Commit 884c9f1

Browse files
chsteinerclaude
andcommitted
fix: expand plant DB to 290, hide data UI, fix Play Store rejections
- Add 14 new plants (Taro, Nashi-Birne, Shiso, Süßholz, Chaga, Spirulina, Chlorella, Dulse, Cima di Rapa, Jackfrucht, Yuzu, Maitake, Shimeji, Igelstachelbart, Reishi, Pandan) - Fix blattkohl → palmkohl ID, Maniok rename from Tapioka - Merge Kichererbsenmehl/Granatapfelkerne as aliases - Add 9 alias expansions (Zwiebel, Tomate, Mandel, Soja, Linsen, Orange, Knoblauch, Sesam, Senfsaat) - Fix redundant aliases (Grünkohl, Beifuß) and Gurkenkraut duplicate - Wrap data section in <details> accordion to prevent reviewer crash - Add __APP_VERSION__ from package.json, dynamic plant/category counts - Add Web Speech API type declarations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 139f9aa commit 884c9f1

File tree

5 files changed

+100
-70
lines changed

5 files changed

+100
-70
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm run check # Svelte + TypeScript Check
3636

3737
```
3838
src/
39-
data/plants.ts — 276 deutsche Pflanzen mit Aliasen in 10 Kategorien
39+
data/plants.ts — 290 deutsche Pflanzen mit Aliasen in 10 Kategorien
4040
data/plantIndex.ts — Such-Index (Normalisierung, De-Umlaut, Stemming)
4141
data/db.ts — Dexie IndexedDB Schema (v2: entries + settings)
4242
data/types.ts — TypeScript Interfaces + PlantCategory Union

0 commit comments

Comments
 (0)