- Update footer Gitea link from agentic-coding-starter-kit to nextjs-boilerplate
- Add Buy Me a Coffee section to README with PayPal donation link
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added example.env file with environment variable template
- Replaces the removed env.example file with updated format
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Updated Claude settings to enable shadcn MCP server
- Removed env.example file (replaced with example.env)
- Updated package-lock.json with latest dependencies
- Added example.env file for environment variable configuration
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Removed video tutorial section from homepage (src/app/page.tsx)
- Removed video tutorial sections from README.md
- Updated footer text to "Agentic Coding Boilerplate powered by RoMoS"
- Replaced GitHub links with Gitea repository links in footer and README
- Removed unused Video icon import from homepage
- Removed "Support This Project" section from README.md
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Replace welcome text in navigation with clickable avatar dropdown
- Add dropdown menu showing user name, email, profile link, and logout
- Create comprehensive user profile page (/profile) with:
- Profile overview with avatar, name, email, and verification status
- Account information section with detailed user data
- Account activity tracking with current session status
- Quick actions section with placeholder buttons for future features
- Add missing UI components (Card, Badge, Separator) following shadcn/ui patterns
- Use proper design tokens and destructive variant for logout action
- All components pass lint and type checking
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove all custom styling patterns and utilities (glow, gradients, custom colors)
- Fix Tailwind v4 CSS variable configuration with proper @theme directive
- Replace custom OKLCH colors with standard shadcn neutral theme
- Remove complex button styling with glow effects and gradients
- Standardize error colors to use semantic destructive tokens
- Remove custom background gradients and complex header styling
- Clean up globals.css removing custom utilities and animations
- Ensure proper dark/light mode theme switching functionality
✅ All components now use standard shadcn/Tailwind patterns
✅ Dark/light mode works correctly
✅ No custom styling or inline classes
✅ Passes lint and typecheck
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>