Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f4bd4a6
Add Windows support for claude-canvas
zepef Jan 12, 2026
e9ca839
Add Windows test configuration files for all canvas types
zepef Jan 12, 2026
86c8744
Add Windows setup instructions to README
zepef Jan 12, 2026
0f0a8ed
Add calendar CRUD functionality with local JSON storage
zepef Jan 12, 2026
d248625
Add tests for calendar storage utilities and hook
zepef Jan 12, 2026
1299f80
Add test scripts to package.json
zepef Jan 12, 2026
afc9970
Add bun.lock for reproducible builds
zepef Jan 12, 2026
9c39728
Add advanced-calendar canvas with unified calendar features
zepef Jan 14, 2026
092eb53
Add advanced-calendar documentation to README
zepef Jan 14, 2026
c722f35
Add virtual desktop session management for multi-window canvas
zepef Jan 14, 2026
583033b
Add comprehensive user manual
zepef Jan 14, 2026
b1dbce5
Fix window spawning reliability on Windows
zepef Jan 14, 2026
304b178
Add tmpclaude-* to .gitignore
zepef Jan 14, 2026
23b4880
Fix critical security and reliability issues
zepef Jan 15, 2026
468e3f7
Fix TypeScript errors across the codebase
zepef Jan 15, 2026
55ce50b
Fix duplicate React key warning in non-TTY environments
zepef Jan 15, 2026
4573cad
Fix code review issues and add validation/error utilities
zepef Jan 15, 2026
209fb09
Add grid-based window layout system
zepef Jan 16, 2026
aa5314f
feat(api): integrate grid system into canvas API
zepef Jan 16, 2026
2693c83
test(api): add comprehensive tests for grid API functions
zepef Jan 16, 2026
551c812
chore: add test-flight-seatmap.json to gitignore
zepef Jan 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ node_modules/
tmp/
*.log
.DS_Store
tmpclaude-*

# Test data files
test-flight-seatmap.json
Loading