scholarr/frontend/src
Justin Visser 2c591a0ca3 fix(ingestion,frontend): show live counter immediately on run start
Two issues with the initial implementation:
- Counter only appeared after the first SSE event arrived (scholarProgress null
  kept the v-else static template showing until a scholar completed)
- First events were often dropped because the EventSource hadn't subscribed yet

Fix:
- Backend: emit an initial scholar_progress kickoff event (0/0/N) at the
  start of run_scholar_iteration so the frontend receives total early
- Frontend: gate on isLikelyRunning alone (not scholarProgress); use optional
  chaining with fallbacks so "0 / … visited · 0 finished" shows immediately
  when a run starts, before any SSE events arrive

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 18:37:53 +01:00
..
app Big changes 2026-02-21 17:33:05 +01:00
components Intermediate commit 2026-02-26 16:09:57 +01:00
composables after audit 2026-03-01 18:14:22 +01:00
features fix(db,frontend): reserve DB connections for API and reduce frontend polling 2026-03-02 19:09:06 +01:00
lib test 2026-02-17 20:24:12 +01:00
pages fix(ingestion,frontend): show live counter immediately on run start 2026-03-03 18:37:53 +01:00
stores feat(ingestion,frontend): add live scholar progress counter to dashboard 2026-03-03 17:36:43 +01:00
theme commit 2026-02-27 15:22:12 +01:00
env.d.ts feat: production-harden app and finalize merge-ready UX/theme baseline 2026-02-19 15:43:20 +01:00
main.ts test 2026-02-17 20:24:12 +01:00
styles.css quick fix for mobile scrolling 2026-02-20 12:42:18 +01:00