feat: add chained/waypoint conversion#643
Draft
TheGeneral4757 wants to merge 4 commits intop2r3:masterfrom
Draft
feat: add chained/waypoint conversion#643TheGeneral4757 wants to merge 4 commits intop2r3:masterfrom
TheGeneral4757 wants to merge 4 commits intop2r3:masterfrom
Conversation
- Add runChain.ts to orchestrate chained conversions through waypoints - Update main.ts with waypoint state management and rendering - Polish via/waypoints section: clearer labels, hover states, animations, self-explanatory round-trip button, entry animation on chips - Add chainOrchestrator tests and update README/CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Reduce flex ratio to 0.6 and lower horizontal padding so the optional waypoints panel reads as secondary relative to the from/to columns. Change background from rgb(212,212,212) — nearly identical to lightgray — to #ececec so it is clearly differentiated from both neighbours. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
src/runChain.tsto orchestrate the multi-step conversion pipeline, walking the waypoint list sequentially and passing each leg's output into the next.src/main.tswith waypoint state management (add, remove, clear) and UI rendering logic for the waypoint chips.test/handlers/chainOrchestrator.test.tscovering the chain orchestration logic.README.mdwith usage instructions for the new feature and documents the "Also download intermediate files" checkbox behavior.Use of AI
This contribution was built with Claude Code (Claude Sonnet 4.6 & Claude Opus 4.7).