Full deployment history for this project.
Merge pull request #5 from mbarbine/bolt-concurrency-optimization-227169485808775638 ⚡ Bolt: Concurrent PDF Page Loading, Parsing, and Rasterization Optimization
Merge pull request #4 from mbarbine/jules-1057127615456065629-a4cfc41f 🎨 Palette: Improve accessibility and visual feedback for PDF tools
⚡ Bolt: Concurrent PDF Page Loading, Parsing, and Rasterization Optimization Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
improve accessibility and visual feedback for pdf tools - Enhance visual feedback and accessibility of redaction buttons in RedactTool by implementing click handlers and transition styles - Add aria-pressed attributes to advanced action buttons in AdvancedTool for screen readers Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
fix: enable and satisfy lint gates
Merge pull request #3 from mbarbine/bolt-group-into-lines-opt-5250450986388077343 ⚡ Bolt: Optimize groupIntoLines coordinate matching from O(N^2) to O(N)
⚡ Bolt: Optimize PDF groupIntoLines coordinate matching from O(N^2) to O(N) Optimizes coordinate-based text item grouping in groupIntoLines by exploiting monotonic sorting. Since text items are pre-sorted by y-coordinate descending, matching lines are highly likely to be at the end of the line collection. Searching backward from the end of the line collection and early-exiting when the coordinate difference exceeds tolerance reduces the matching check from O(N) to O(1) on average. This results in a 25-30% speedup for multi-page PDF line grouping with zero regressions. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #2 from mbarbine/palette/ux-a11y-improvements-13950710999236630696 🎨 Palette: UX and Accessibility Improvements
feat: add micro-UX and accessibility improvements for keyboard navigation and input labeling Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
fix: enable and satisfy lint gates
fix: enable and satisfy lint gates
feat: add canonical platform discovery sources
feat: add canonical platform discovery sources
Merge pull request #1 from mbarbine/continue Redesign page layout and add features section
feat: revamp page layout and add new features section Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>