innercontext/frontend/src
Piotr Oleszczyk 479be25112 feat: complete product create/edit form with all fields
Extract shared ProductForm.svelte component covering actives (dynamic
rows with ingredient function checkboxes), product_effect_profile
(range sliders 0–5), context_rules (tristate selects), synergizes_with,
incompatible_with (dynamic rows), and contraindications.

Replace the Quick edit stub on the product detail page with the full
edit form pre-populated from the existing product. Update both server
actions to parse all new fields including JSON payloads for complex
nested objects.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:43:56 +01:00
..
lib feat: complete product create/edit form with all fields 2026-02-27 11:43:56 +01:00
routes feat: complete product create/edit form with all fields 2026-02-27 11:43:56 +01:00
app.css feat: add API client, types, layout, and all page routes 2026-02-26 20:45:54 +01:00
app.d.ts feat: add SvelteKit frontend scaffold with Tailwind CSS 2026-02-26 20:34:34 +01:00
app.html feat: add SvelteKit frontend scaffold with Tailwind CSS 2026-02-26 20:34:34 +01:00