Commit 2234094
feat(protocol): add route fragment and route registry to schema
- WebUIFragmentRoute proto message (path, fragment_id, exact, name)
- RouteRecord for top-level route registry
- component_templates map for f-template delivery
- Route parser extracting <route> elements from HTML
- Parser plugin: as_any downcasting, generate_f_template dedup
- BTR-to-FAST conversion for <route> to <webui-route>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7ae0fd4 commit 2234094
8 files changed
Lines changed: 1798 additions & 835 deletions
File tree
- crates
- webui-handler/src
- webui-parser/src
- plugin
- webui-protocol
- proto
- src
- webui-test-utils/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
| |||
0 commit comments