Louis Knight-Webb
Louis Knight-Webb
## Summary Adds PostHog analytics tracking to capture when users access the new UI (`/workspaces` routes). ## Changes - Added `ui_new_accessed` event tracking in `NewDesignScope.tsx` - Event fires once per...
## Summary Improved the diff viewer styling with better color consistency across light/dark themes and legacy/new design systems. ## Changes - **Added theme-aware CSS variables**: Introduced dedicated variables (`--line-added`, `--line-removed`,...
## Summary This PR fixes a bug where dev servers would disappear from the preview panel when switching between sessions within the same workspace. The root cause was that the...
## Summary Panel modes (changes, logs, preview) are now remembered independently for each workspace. Previously, these modes were stored globally, so if you had the preview panel open and navigated...
## Summary - Added drag-and-drop reordering for workspaces in the sidebar - Implemented persistent sort order that survives across sessions - Uses fractional indexing for efficient reordering (single API call...
## Summary Changes the image storage filename format from `{UUID}.{ext}` to `{UUID}_{clean_name}.{ext}`. The filename can be useful to help the model understand. ## Changes Made ### Added `sanitize_filename()` function A...
## Summary This PR adds an expandable terminal feature that allows users to view the terminal in a larger, dedicated panel within the logs content area. ### Changes Made -...
## Summary This PR implements a comprehensive overhaul of the remote database schema with Electric Sync integration and introduces a centralized shape definitions registry for cross-language type sharing. ## Major...