Under the hood
Useful1 Signal2
Pinned notices can now be kinds other than a warning, with their own color.
What's wrong with this entry?
Anonymous. No account, no email.
What
The helper that pins a notice in the interface now takes options for its kind, defaulting to "warning", and its color, so callers can pin non-warning notices.
Evidence
kind: o?.kind ?? "warning"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.