App.axaml registers these converters via the resource dictionary; the static
Instance members were never referenced.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Previously both Planning and Planned rendered the same amber badge because a
single <Border class="badge planning"> was used. Split into two borders gated
by IsPlanning / IsPlanned so Planned picks up the blue badge.planned style.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>