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 | status | type | priority | created_at | updated_at | blocked_by | |||
|---|---|---|---|---|---|---|---|---|---|
| Implement ui/src/main.rs — Yew app shell, BrowserRouter, route definitions for all 5 pages | completed | task | critical | 2026-03-10T23:32:05Z | 2026-03-10T23:32:12Z |
|
The five frontend routes are:
/— Home (random quote)/browse— Paginated quote list/quotes/:id— Single quote view/edit/delete/author/:name— All quotes by an author/submit— New quote form
"Home"
}`) in this ticket; full implementation is in separate tickets. From the `quotesdb/` directory:trunk build
`feat(quotesdb): implement Yew app shell and BrowserRouter with all 5 routes`