Full deployment history for this project.
chore: add auto PR approve+merge workflow
chore: bump package version
chore: bump package version
fix: align Sheets health and OpenAPI contracts
Replace v0 assets with original product branding
fix: export complete request journeys
fix: export complete request journeys
fix: enrich Sheets span exports
chore: reconcile and restore pnpm build
chore: reconcile and restore pnpm build
chore: reconcile and restore pnpm build
Consolidate open PRs, compatible upgrades, and platform auth Validated locally and through a READY Vercel preview. Merge commit preserves every original PR head in ancestry.
chore: validate consolidated upgrades and platform auth
fix: constrain sheet cards on mobile
fix: constrain sheet cards on mobile
fix: read legacy sheet column metadata safely
perf: keep sheet listings summary-only
perf: keep sheet listings summary-only
perf: keep sheet listings summary-only
Return complete Sheets trace context
Return complete Sheets trace context
Complete Sheets Aurora cutover
Complete Sheets Aurora cutover
Use production legacy driver for exact Sheets migration
Preserve legacy TLS settings during Sheets migration
Report Sheets migration connection stages
Report Sheets migration connection stages
Migrate Sheets persistence to Aurora with live traces
wire shared database env aliases
perf: optimize summarizeRows by reducing array iterations Refactored the `summarizeRows` function to process rows in a single pass and accumulate statistics for all columns simultaneously. This significantly reduces array allocations and redundant iterations, resulting in a ~85% performance improvement for large datasets. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #21 from mbarbine/bolt-search-performance-6436601329608069908
🎨 Palette: Add ARIA labels and titles to API key icon buttons in Settings
🎨 Palette: Add keyboard shortcut for global search Adds a global `/` keyboard shortcut to open and focus the search modal. The visual hint was already present in the UI but lacked functionality. Includes robust checks to avoid interfering with normal input typing.
Merge pull request #21 from mbarbine/bolt-search-performance-6436601329608069908 ⚡ Bolt: Search Filtering String Allocation Optimization
Merge pull request #22 from mbarbine/bolt-optimize-data-grid-filter-13872432440837384008 ⚡ Bolt: [performance improvement] Optimize string conversions in DataGrid filtering
Remove duplicate aria-labels from DataGrid components
⚡ Bolt: [performance improvement] Optimize string conversions in DataGrid filtering
⚡ Bolt: Search Performance Optimization - Extracted search query mapping into `useMemo` in search/page - Switched to using pre-compiled case-insensitive regex tests instead of doing multiple `toLowerCase()` conversions - Added `useDeferredValue` for the query to ensure input typing feels fast. - Implemented similar regex match on API routes for full parity.
Merge pull request #10 from mbarbine/palette-a11y-pagination-aria-labels-14971132900953967526 🎨 Palette: Add ARIA labels to pagination buttons