Skip to content

Feat/winter improvements#62

Merged
Sachin1801 merged 7 commits intomainfrom
feat/winter-improvements
Dec 29, 2025
Merged

Feat/winter improvements#62
Sachin1801 merged 7 commits intomainfrom
feat/winter-improvements

Conversation

@Sachin1801
Copy link
Copy Markdown
Owner

No description provided.

Sachin1801 and others added 7 commits December 28, 2025 00:38
- 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
@Sachin1801 Sachin1801 merged commit 547f6b2 into main Dec 29, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant