Aproach #1 - #1
Open
PascalOrdano18 wants to merge 3 commits into
Open
Conversation
- Add two distinct compare modes with separate buttons: - "Compare two texts": different texts, same model for both panels - "Compare two models": same text (readonly), different models per panel - Compare two texts mode: - Single model selector (panel A only) applies to both panels - Shows token diff summary with Original/Modified counts - Removed diff card (word-level diff visualization) - Compare two models mode: - Two model selectors (one per panel) for different tokenizers - Shows "Claude 184 → Gemini 149 (-35)" format - Panel B is readonly with synced text - UI improvements: - Both compare buttons now have same primary styling - Removed panel titles in both modes - Model selectors moved to panel headers with proper z-index - Updated URL sharing to support mA/mB model parameters - Updated tests for new behavior Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove unused computeDiff import from diff.js - Remove unused DOM references for diff card elements - Remove unused .compare-btn-secondary CSS class Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove diff card HTML from index.html - Remove diff card CSS styles - Remove diffCard DOM references and renderDiffCard function - Update tests to remove diff-card assertions Co-Authored-By: Claude Opus 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.
No description provided.