feat(fc2a): add SettingsView shell with Overview tab (SystemStatsCards)

Overview tab shows total images/tags/storage/pending/failed using
Fraunces for the big numbers. Inline alert nudges the operator to the
Import tab when pending tasks exist. Polls /api/system/stats every 5s
while the tab is visible (pauses when the document is hidden).

Import tab references three placeholders (TriggerPanel/FiltersForm/
TaskList); real implementations land in Task 15.

Router replaces the placeholder view for /settings with SettingsView.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-14 12:30:27 -04:00
parent af9f42ef68
commit 3bcff142f5
6 changed files with 154 additions and 1 deletions
@@ -0,0 +1 @@
<template><div class="text-caption">ImportTaskList implemented in Task 15</div></template>