corvid/corvid
caoimhinr 87f5993149 fix: show child count badge for filtered-out children; fetch missing child details in sidepane
Children outside the active status filter weren't in the local tickets array, causing
the row-level child count/toggle to be hidden and the sidepane to fall back to "#ID"
labels. Count badge now uses t.child_ids.length directly; sidepane fetches any missing
children via /api/tickets/{id} asynchronously.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 09:15:24 +02:00
..
static feat: app icon (SVG crow), static file serving, favicon 2026-05-25 20:03:12 +02:00
templates fix: show child count badge for filtered-out children; fetch missing child details in sidepane 2026-05-27 09:15:24 +02:00
__init__.py feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
config.py feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
database.py feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
main.py feat: app icon (SVG crow), static file serving, favicon 2026-05-25 20:03:12 +02:00
models.py feat: add environments — parametric ticket ID prefixes, env selector UI, MCP tools 2026-05-25 20:14:59 +02:00
router.py feat: add environments — parametric ticket ID prefixes, env selector UI, MCP tools 2026-05-25 20:14:59 +02:00