- 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>
- Update 404.html with React content instead of Vue
- Add automatic 404.html copy to build script
- Fix URL typo in og:url meta tag
- Ensure client-side routing works for user pages
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add 'normal' skill type to SKILL_ICONS constant
- Fix parseInt undefined error in UserPage by providing default value
- Ensure type safety for Card skill property
- API URL correctly configured for production (https://api.syui.ai/)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove favorite cards section from homepage
- Add favorite card display to individual user pages
- Display user's favorite card at the top of their card grid
- Center the favorite card with "Favorite Card" heading
- Skip display when fav is '0' or card not found
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Fetch and display users' favorite cards at the top of homepage
- Filter users with fav \!== '0' to avoid empty display
- Use useQueries to fetch multiple users' cards in parallel
- Display cards in grid layout with owner username below
- Cards are shown above the user list section
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Display user ID in small button format before username
- Layout: [1] syui format with proper spacing
- Use flex layout with gap for alignment
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove model icon, fav star, git link, and ID buttons from user listings
- Keep only username links for cleaner appearance
- Simplify homepage user display
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove remaining didEnable condition and DID display functionality
- Fixes ReferenceError: didEnable is not defined
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove en, fav, ten, did, all, seven buttons that showed same content
- Keep only help button for documentation access
- Remove unused didEnable state and useState import
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove overly aggressive CSS reset that was making buttons invisible
- Keep font inheritance but preserve .btn class background and border styling
- Fix 'did' button appearing white/invisible
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Replace CARD_STATUS_COLORS Tailwind classes with CSS pattern/color effects in CardGrid.tsx
- Add card-effects.css import to CardGrid component
- Remove unused CARD_STATUS_COLORS constant
- Now special status cards display proper holographic effects instead of solid gradients
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Fix button styling inconsistency for 'did' button using proper CSS reset
- Replace Font Awesome spinners with yellow color (#fff700) for consistency
- Implement holographic card effects for special status cards (yui, first, etc.)
- Add cached user data loading from /json/users.json for faster initial load
- Fix loading states to show spinners instead of "User not found" messages
- Clean up debug console logs for production readiness
- Add proper error handling for API calls
- Update CSS imports to use local files from /pkg/ directory
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 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>
- Remove public from git submodule tracking
- Add all public directory contents as regular files
- Fixes GitHub Actions error: "No url found for submodule path 'public' in .gitmodules"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>