-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: add navigation guards and session persistence for Claude Code #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add global session context to track active Claude Code sessions - Implement navigation confirmation dialog when leaving active sessions - Add session persistence to localStorage with 24-hour expiry - Create Active Sessions UI component on welcome page - Enable resuming interrupted sessions with full conversation history - Prevent accidental loss of Claude conversations Fixes #50 Co-authored-by: Mufeed VH <mufeedvh@users.noreply.github.com>
|
Claude finished @mufeedvh's task —— View job Code Review Complete ✅I've analyzed the PR and found the implementation to be well-structured overall, with good separation of concerns and proper React patterns. Here's my detailed feedback: Review Checklist:
🔍 Code Quality & Architecture✅ Strengths
|
Summary
Test plan
Fixes #50
🤖 Generated with Claude Code