112 tested
All checks were successful
Deploy / build-deploy (push) Successful in 3m21s

This commit is contained in:
Jorijn van der Graaf 2026-08-18 14:52:49 +02:00
commit 593bdb17d4
6 changed files with 28 additions and 16 deletions

View file

@ -226,10 +226,11 @@ export struct Product {
std::string image;
std::string summary;
std::string warranty;
// Rendered as a prominent warning box when non-empty. Exists for exactly
// one thing today: the emergency-calling caveat — the single claim on the
// page that is about safety rather than features, which is why it gets a
// warning box instead of a table row.
// Rendered as a prominent warning box when non-empty. No product sets it
// today: it existed for the emergency-calling caveat, which came off once
// 112 was verified on a live network. It stays because the next safety
// claim — something about safety rather than features — belongs in a
// warning box above the fold, not in a spec-table row.
std::string safetyNote;
std::vector<Spec> specs;