1
0
Commit Graph

6 Commits

Author SHA1 Message Date
3e3244c852 fix gh-actions 2025-07-18 15:36:48 +09:00
c050a639af Fix GitHub Actions warning for setup-node inputs
- Move 'ref' and 'fetch-depth' parameters from setup-node to checkout action
- These parameters belong to actions/checkout, not actions/setup-node
- Resolves "Unexpected input(s)" warnings in workflow

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:28:56 +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
8f27cbb77b fix site 2025-07-18 12:57:37 +09:00
1b34aa294c add file 2024-04-11 07:53:10 +09:00
ad8daeb7d1 first 2023-04-01 04:51:52 +09:00