-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Githubguy132010/devvy
base: main
head repository: Githubguy132010/devvy
compare: devvy-2
- 19 commits
- 167 files changed
- 4 contributors
Commits on Dec 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 541977f - Browse repository at this point
Copy the full SHA 541977fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5344de4 - Browse repository at this point
Copy the full SHA 5344de4View commit details -
Transform app into a prompt box UI with dark theme
- Add multi-line textarea input with auto-expanding height - Implement message display with fade-in animations - Apply dark theme styling with responsive colors - Support wrapping for long messages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6583010 - Browse repository at this point
Copy the full SHA 6583010View commit details -
Fix long message cutoff by enabling scrolling in messages container
- Change overflow from hidden to auto in messages-container - Add visible scrollbars with dark theme styling - Improve text overflow handling with proper word breaking - Selectively hide scrollbars only on non-content elements - Maintain clean aesthetic while improving functionality
Configuration menu - View commit details
-
Copy full SHA for 9bc3914 - Browse repository at this point
Copy the full SHA 9bc3914View commit details
Commits on Dec 24, 2025
-
Add keyboard shortcuts: Enter to send, Ctrl+Enter for new line
- Implement handleKeyDown for textarea - Enter alone sends message - Shift+Enter uses default behavior for new line - Ctrl+Enter/Cmd+Enter manually inserts newline (Tauri compatibility) - Maintain cursor position after newline insertion
Configuration menu - View commit details
-
Copy full SHA for 151d43e - Browse repository at this point
Copy the full SHA 151d43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ab528 - Browse repository at this point
Copy the full SHA 38ab528View commit details -
Add custom confirmation dialog for chat deletion
- Replace native confirm() with custom dialog component - Add ConfirmDialog component with TypeScript interfaces - Implement dialog state management with deleteDialog state - Add custom CSS styling for dialog with dark theme - Include smooth animations and hover effects - Show specific chat title in confirmation message - Fix lint warning by removing unused variable
Configuration menu - View commit details
-
Copy full SHA for 1cb80c0 - Browse repository at this point
Copy the full SHA 1cb80c0View commit details -
Add rename chat functionality with dialog
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 55239ff - Browse repository at this point
Copy the full SHA 55239ffView commit details -
Add settings view with chat preferences and keyboard shortcuts
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 60ff446 - Browse repository at this point
Copy the full SHA 60ff446View commit details -
Fix new chat navigation from settings and update settings button style
- Fix: Switch to chat view when creating new chat from settings - Change settings button to icon-only display - Make settings button circular with centered icon 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 96acc0e - Browse repository at this point
Copy the full SHA 96acc0eView commit details -
Add Framer Motion animations throughout the app
- Install framer-motion package - Add sidebar animations: staggered chat item slide-in, hover effects on buttons - Add message animations: scale and slide-up on new messages - Add dialog animations: fade overlay with scale/slide dialog - Add settings view animations: staggered section entry - Add view transition animations between chat and settings - Fix dialog centering by nesting dialog inside overlay - Fix prompt form centering with wrapper to separate positioning from animation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 821aa87 - Browse repository at this point
Copy the full SHA 821aa87View commit details -
Add glassmorphism effects throughout the app with circulating glow an…
…imations - Add glass variables for consistent theming (blur, backgrounds, borders, shadows, glows) - Apply frosted glass effects to sidebar, buttons, dialogs, inputs, messages - Add gradient backgrounds and blur with backdrop-filter - Add shimmer animations and hover glow effects - Implement circulating glow animations on dialogs (6s cycle) and prompt form (4s cycle) - Update scrollbars with glass styling and blue accent - Add gradient text effects to headings - Enhance keyboard shortcuts with glass badges and hover animations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for db77cc5 - Browse repository at this point
Copy the full SHA db77cc5View commit details -
Add markdown rendering with syntax highlighting
Add react-markdown and react-syntax-highlighter to render markdown messages with code highlighting. Create new directories for components, hooks, types, and utilities to support the feature. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for f346bb6 - Browse repository at this point
Copy the full SHA f346bb6View commit details -
Add CLAUDE.md with project architecture and development guidance
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6bc6476 - Browse repository at this point
Copy the full SHA 6bc6476View commit details -
Replace emoji icons with proper icon components throughout the app
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for aed45e0 - Browse repository at this point
Copy the full SHA aed45e0View commit details
Commits on Dec 25, 2025
-
Add Claude settings and devcontainer configuration
User committedDec 25, 2025 Configuration menu - View commit details
-
Copy full SHA for 17c40e8 - Browse repository at this point
Copy the full SHA 17c40e8View commit details
Commits on Dec 27, 2025
-
Add comprehensive QWEN.md documentation file for Devvy project
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Configuration menu - View commit details
-
Copy full SHA for d44ed96 - Browse repository at this point
Copy the full SHA d44ed96View commit details
Commits on Jan 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f5cca91 - Browse repository at this point
Copy the full SHA f5cca91View commit details -
build(devcontainer): update Node.js and Bun installation methods
- Replace direct apt install of Node.js with NVM and Node.js 25 - Change Bun installation from npm to curl-based script for better setup - Update PATH environment variables accordingly This ensures a more flexible and up-to-date development environment in the devcontainer.
Configuration menu - View commit details
-
Copy full SHA for dfa9293 - Browse repository at this point
Copy the full SHA dfa9293View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...devvy-2