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.
1.5 KiB
1.5 KiB
+++ title = "Implement Submit page (/submit) — quote creation form, display returned auth_code on success" priority = 5 status = "todo" ticket_type = "task" dependencies = ["04f865", "1e6a09", "fc2f51", "0fbdd5"] +++
The `quotesdb` UI is a Yew (Rust → Wasm) single-page app compiled by Trunk and hosted on Cloudflare Pages. It communicates with the backend API via `fetch` calls. Source lives in `src/bin/ui/`. Run with `trunk serve` for local development.The Submit page (/submit) provides a form for creating a new quote. On success, it displays the returned auth code prominently so the user can save it.
trunk build
`feat(quotesdb): implement Submit page — new quote form with auth code display`