Most German docs were written with `ue`/`ae`/`oe`/`ss` ASCII fallbacks (`fuer`, `aenderung`, `koennen`, `gemaess`) — relic from older toolchain constraints. Replaced 237 occurrences across 38 .md files with proper umlauts and ß so the docs read naturally. Substitutions are constrained to plain prose: fenced code blocks (```...```), inline code spans (`...`), markdown link targets `[..](..)`, and HTML comments are preserved verbatim. Path references like `docs/howto-erste-aenderung.md` keep their original (umlaut-replaced) filenames — only the surrounding prose is normalised. Tool: bin/fix-md-umlauts.py (idempotent — no-op on already-clean files). Re-runnable if ASCII fallbacks creep back in via copy-paste. Doc-link-check + doc-drift-check stay green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
31 lines
760 B
Markdown
31 lines
760 B
Markdown
# List Checklist
|
|
|
|
## Bootstrap
|
|
|
|
1. `initStandardListPage({ grid, filters, hooks })` verwendet.
|
|
2. `filterSchema` aus Server-Config übergeben.
|
|
3. `urlSync` bewusst gesetzt.
|
|
|
|
## Interaction
|
|
|
|
1. `rowDblClick.getUrl(...)` liefert stabile Ziel-URL oder leer.
|
|
2. Keine Doppel-Action-Spalte (Factory auto-action vs explizite actions).
|
|
3. Enter/Pointer/Focus für öffnbare Rows funktionieren.
|
|
|
|
## Pagination + URL
|
|
|
|
1. Page-size Optionen nur `10/25/50/100`.
|
|
2. URL Sync prüfen (`page`, `order`, `dir`, `limit`).
|
|
3. Default-Werte erzeugen saubere URL.
|
|
|
|
## Filter UX
|
|
|
|
1. Search sichtbar.
|
|
2. Drawer-Filter und Chips intakt.
|
|
3. Reset/Apply Verhalten reproduzierbar.
|
|
|
|
## Regression
|
|
|
|
1. Sortierung, Selection/Bulk, Doppelklick unverändert.
|
|
2. Keine neuen Console Errors.
|