1
0
Commit Graph

3 Commits

Author SHA1 Message Date
e829de6878 Remove user search functionality from navigation
- Delete both user and id search forms completely
- Simplify navigation to only show AI icon and Bluesky link
- Clean up UI by removing unused search features

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:46:24 +09:00
3302ceb852 Hide navigation elements on mobile devices
- Add 'hidden md:block' to Bluesky link to hide on mobile
- Add 'hidden md:flex' to form inputs to hide on mobile
- Keep only the AI icon visible on mobile for cleaner UI
- Desktop users still see full navigation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:46:05 +09:00
e7f39a1894 Migrate from Vue2 to React with modern tech stack
- Replace Vue2 + Vue CLI with Vite + React 18 + TypeScript
- Add Tailwind CSS for efficient styling
- Implement clean component architecture:
  - Split 1000+ line Vue component into focused React components
  - Add proper type safety with TypeScript
  - Use React Query for efficient data fetching
- Update GitHub Actions for React build pipeline
- Maintain existing functionality and design
- Support Node.js 23 with .nvmrc

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 13:44:54 +09:00