From 5669e2ca58b4a99616083eaff9f639ecce4ba809 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 25 May 2026 05:12:54 +0000 Subject: refactor(web): remove the stories dashboard from the UI (Phase 3) The observability UI drops the stories surface: the Stories tab, the stories panel, the New/Detail story modals, and all their app.js code (STORY_STATUS_LABELS, storyStatusLabel, renderStoryCard, renderStoriesPanel, openStoryDetail, openStoryModal, renderElaboratedPlan, the story-modal init handlers, and the panel-dispatch 'stories' case) plus stories.test.mjs. The stories BACKEND (table, /api/stories* handlers, story-elaborate) is left intact for the Phase 8 cleanup pass; this only removes the UI surface. Dead CSS for the removed elements is likewise deferred to Phase 8. Verified with node --test (251 JS tests pass) and a module-import check. Not browser-verified in this environment. https://claude.ai/code/session_01SESwn7kQ7oP62trWw6pc39 --- web/index.html | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index d3bf81b..8a705cc 100644 --- a/web/index.html +++ b/web/index.html @@ -39,7 +39,6 @@