Commit Graph

14 Commits

Author SHA1 Message Date
fightme-cmd 80f7e0eca2 chore: verify cloud push -> auto-deploy pipeline
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 10:02:55 +02:00
george f567555876 Feedback: show the full declension table, not one row
Every answer card now renders the complete 4×4 declension grid instead
of a single case row. The correct cell is highlighted green; on a wrong
answer, the cell matching what you typed is highlighted red, so you see
both your pick and the right one in context.

- FillFeedback (articles + possessives): full table, correct + wrong
  highlighting within the noun's gender column.
- ChunkFeedback + ContractionFeedback: contraction questions now show
  the definite-article table too, not just the fused answer.
- PronounFeedback: correct cell green, your wrong pick red.
2026-07-17 07:42:56 +00:00
george aa781b72bb Add pinned Daily Practice card + one-tap mode
- Daily Practice (all 31 prepositions) is pinned to the top of the
  Prepositions tab once the "Alle Präpositionen" lesson is passed
  (>=70% over a full round).
- One-tap mode: after answering, the app flashes right/wrong and
  auto-advances. Always on in Daily Practice; a persisted "One-tap"
  toggle in the practice header enables it for any other level.
2026-07-17 07:23:36 +00:00
george cc19ea09e0 Add Daily Practice level (all 31 prepositions)
New pseudo-level (id 10.5) that drills all 31 prepositions. App.jsx
pins it to the top of the Prepositions tab once the "Alle
Präpositionen" lesson is completed, and defaults it to one-tap mode.
2026-07-17 07:17:13 +00:00
fightme-cmd cd0b6c800d Remove nominative testing, add hideable hints and week streak dots
- Remove the Nominativ level and drop nominative-case testing from mixed/
  possessive/pronoun levels (nominative kept only in reference charts)
- Add persistent hide/show toggles on the two giveaway hint lines in
  practice (noun gender, case/preposition info); state persists in localStorage
- De-spoil "Wechsel im Kontext": remove motion/location hint from answer
  buttons; put sentence translation + preposition meaning behind a toggle
- Add a 7-day practice-history dot strip beside the streak counter
- Extend engine + tests (61 vitest tests)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14 12:36:08 +02:00
fightme-cmd d30e213104 Add testable question engine, streak fixes, mobile case grid
- New question-generation engine (shuffle-bag preposition selection,
  per-preposition sentence frames, genitive noun forms) in src/engine.js
- Streak fixes: local-date handling, lapse display
- Footer copy: "Get in touch"
- 2x2 mobile case grid
- Vitest suite (60 tests) covering the engine

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 14:12:42 +02:00
fightme-cmd d30350e7e2 Address feature request emails 2026-07-05 13:08:27 +02:00
fightme-cmd 6805aa5314 Hide footer during practice 2026-07-05 13:01:01 +02:00
fightme-cmd 44fb800b4b Omit payment links when disabled 2026-07-05 12:51:57 +02:00
fightme-cmd 49dc1de769 Add payment launch mode flag 2026-07-05 12:48:27 +02:00
fightme-cmd 28e8ade05f Refine paywall presentation and homepage copy 2026-07-05 10:36:59 +02:00
fightme-cmd 49f78ef6b0 Add premium paywall and core German drills 2026-07-05 10:31:53 +02:00
fightme-cmd 960f63dc21 Add Dockerfile + nginx for Coolify deployment
Multi-stage build (node -> nginx) serving the Vite static output on
port 80, matching the dockerfile build pack used for other apps.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 13:35:06 +02:00
fightme-cmd a198219bc0 Initial commit: Deklinationstrainer German declension trainer
Vite + React app for daily German declension practice with
localStorage-backed progress. Includes Coolify deploy instructions.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 13:00:57 +02:00