Merged
Conversation
- Drag-and-drop tab rearrangement for editor and preview panel tabs - Keyboard shortcuts: Alt+Arrow (prev/next), Alt+1-6 (direct jump), Ctrl+W (close) - CSV files open in right panel by default (context menu: "Open in Editor") - CSV virtual scrolling replaces pagination for better large file performance - Increased editor tab limit from 5 to 6, preview panel limit is 5 - Mac keyboard symbols (⌘, ⌥) in shortcuts modal - Large CSV warning for files >10,000 rows 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Created WINTER_2025_IMPROVEMENTS.md with detailed feature documentation - Updated winter-toDo.md to mark items 3 and 5 as completed - Includes testing checklist and rollback instructions
- Fix Option+1-6 tab jump on Mac by using e.code instead of e.key (Option+number produces special characters on Mac, not digits) - Fix toggle preview panel (Ctrl+Shift+P) state synchronization (VmIde now toggles based on its own rightPanelMode state) - Remove Cmd+W/Ctrl+W close tab shortcut (conflicts with browser) - Add debug console logs for keyboard shortcut troubleshooting - Update keyboard shortcuts modal and documentation
- Remove 'simple_exec_v3 2.py' (duplicate with space in filename) - Remove 'deploy-aws 2.yml' (duplicate workflow file) - These files caused py_compile to fail due to space-splitting in find command - Update dist build artifacts
- Create root .env.example with all documented environment variables - Create server/.env.example for server-specific configuration - Update .gitignore to track .env.example files (exception to .env* rule) - Fixes CI/CD 'Missing .env.example' error
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.