feat(demo-mta): add MTA / Email demo views and components and integrate into demo app shell

This commit is contained in:
2026-02-21 21:06:36 +00:00
parent 91194e1c0d
commit b835318a3b
7 changed files with 1621 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-02-21 - 2.2.0 - feat(demo-mta)
add MTA / Email demo views and components and integrate into demo app shell
- Add sz-mta-list-view component with search, direction/status filters, and a results table
- Add sz-demo-view-mta demo page with sample emails and detailed SMTP log data; handles list -> detail navigation
- Export new MTA elements from ts_web/elements/index.ts and register sz-demo-view-mta
- Integrate MTA view into sz-demo-app-shell navigation and include it in the Infrastructure section
## 2026-02-20 - 2.1.0 - feat(catalog)
add comprehensive README documenting package purpose, components, usage, development workflow, and legal information