Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
784835b
feat: add plan review system with inline comments
wilcorrea Feb 22, 2026
f09dfd7
fix: move bottom bar event listeners to end of script
wilcorrea Feb 22, 2026
0d460a7
fix: serve frontend directly instead of expecting dev server
wilcorrea Feb 22, 2026
bb04af7
fix: configure HTTP server for dev mode with correct MIME types
wilcorrea Feb 22, 2026
def03d6
fix: use npm serve instead of Python for dev server
wilcorrea Feb 22, 2026
9ff79b2
revert: remove unnecessary serve package and beforeDevCommand
wilcorrea Feb 22, 2026
eafd89b
fix: remove devUrl to use Tauri's built-in static file serving
wilcorrea Feb 22, 2026
3450107
build: add http-server for Tauri dev mode
wilcorrea Feb 22, 2026
eb0cc0a
feat: start app hidden, show only when file is loaded
wilcorrea Feb 22, 2026
092554c
fix: show window on startup when no initial file provided
wilcorrea Feb 22, 2026
2edd503
fix: remove visible:false, let window show normally on startup
wilcorrea Feb 22, 2026
56b4e12
feat: add plan review comment system with multi-selection
wilcorrea Feb 22, 2026
637697d
fix: address code review feedback from PR #1
wilcorrea Feb 22, 2026
543f72f
fix: hash raw bytes and clear UI state on comment load failure
wilcorrea Feb 22, 2026
fb84418
fix: address remaining code review feedback from PR #1
wilcorrea Feb 22, 2026
8221278
fix: theme-aware banners, dedicated save-error UI, Tauri dialog API
wilcorrea Feb 22, 2026
03d2fa6
fix: serialize saves, add aria-live banners, fix CSS lint
wilcorrea Feb 22, 2026
bd86482
refactor(ui): improve bottom bar and review modal styling
wilcorrea Feb 22, 2026
c9b641f
refactor(ui): improve bottom bar animation and standardize icon buttons
wilcorrea Feb 22, 2026
3eb701e
feat(review): make review prompt editable
wilcorrea Feb 23, 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ yarn-error.log*

# Certificates
.certificates/

# Plan review comments
*.comments.json
Loading