You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Replaces the raw per-row grid (label/key/type/options/help/required inputs) with: - Existing fields as clean cards (name, plain-language type, required badge, options, hint) with Edit / Remove / reorder. - '+ Add a field' opens a dialog in plain language: Field name, 'What kind of information?' (Text / Number / Date / Yes-No / Choice from a list / Secret, each with a one-line hint), Options (only for a list), Hint, Required?. - The internal lower_snake_case key is AUTO-derived from the field name (unique) and never shown — existing fields keep their key (it ties to stored data). Each add/edit/remove/ reorder saves immediately (no separate Save step). typecheck + build clean; backend fieldSpec validation unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
2 days ago | |
|---|---|---|
| .. | ||
| public | 4 days ago | |
| src | 2 days ago | |
| test | 3 days ago | |
| index.html | 4 days ago | |
| package.json | 3 days ago | |
| tsconfig.json | 2 weeks ago | |
| vite.config.ts | 5 days ago | |