Claude/zealous goldberg f31c40#1
Merged
Merged
Conversation
- New Tools template category (bi-tools icon) with Calculator as first template - iOS-style two-line display: dim expression above, large result below - Both lines contenteditable — click expression to edit and re-evaluate live - Full BODMAS support: ( ) ^ ÷ × − +, with x^y mapped to JS ** for correct precedence - Strict allowlist safeEval ([-+*/().\d^]+) — no eval, no identifiers, alert(1) → Error - History side panel: editable expr/result cells, ↩ to send back to display, Clear button - Paste support for full expressions (12*7+3, (2+3)^2*4, 1,234.5) - Operator-aware backspace, keyboard support, unicode operator normalization - Renderer round-trip fix: entity strings built via String.fromCharCode to survive textContent extraction - 10 new Playwright cases (calculator-tool.spec.js) + Tools-pill assertion in template-loading.spec.js
CI hook (changelog-location) fails when a CHANGELOG-*.md file is at the repo root. Four were identical duplicates of files already in changelogs/, so the root copies were removed. One (pretext-performance) only existed at root, so it was moved. - rm CHANGELOG-annotate-pretext-reflow.md (duplicate of changelogs/ copy) - rm CHANGELOG-chart-bugfixes.md (duplicate) - rm CHANGELOG-podcast-system.md (duplicate, flagged by CI on the calculator PR) - rm CHANGELOG-share-link-loader.md (duplicate) - mv CHANGELOG-pretext-performance.md → changelogs/
2 tasks
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.