Increment 5: Pipeline UX + storyboard editing#11
Merged
amoghbanta merged 3 commits intomainfrom Feb 10, 2026
Merged
Conversation
- API: PUT endpoints for text-classification and image-classification with Zod validation, versioned storage via putNodeData - API: POST re-render endpoint + page-edit-service that assembles render inputs and calls renderPage() from @adt/pipeline - Frontend: 3-panel layout (pipeline inputs | rendered output | original page) filling the viewport with independent scrolling per column - Frontend: TextGroupEditor, ImagePruningEditor, EditToolbar components - Frontend: TanStack Query mutations with cache invalidation - Broken images in rendered HTML replaced with visual placeholders showing alt text and failed source path - Re-render API call has 2-min timeout; errors shown in dismissable banner
… form - Redesign pipeline step indicators as tile grid (3-col) with theme-aware colors - Add PagePreviewGrid showing thumbnails + text progressively during pipeline - Fix SSE: preserve progress on reconnect, only close on actual errors (not drops) - Add polling fallback (10s) to catch completion if SSE misses it - Auto-reconnect to running pipeline when navigating back to book page - Add elapsed timer and LLM retry hint on active step tiles - Replace redundant book detail layout with pipeline configuration form (API key, page range, concurrency options) - Fix inconsistent fonts in rendered HTML by stripping inline font-family - Infer step completion from page progress data (before batch step-complete event) - Add textPreview to pages API for progressive content display - Add tabs, userStory PDF to repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
pnpm test— 223 tests passpnpm typecheck— clean