1
0

Compare commits

...

6 Commits

Author SHA1 Message Date
94062298ab Merge main branch into react-migration
- Resolve merge conflict in Navigation.tsx
- Keep user search functionality removed (react-migration version)
- Maintain mobile responsive design improvements
- Ready for merge back to main

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:53:28 +09:00
14873a9589 fix gh-actions 2025-07-18 15:50:22 +09:00
815dfb26e0 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:45:30 +09:00
f8c37a1f73 rm claude 2025-07-18 15:38:09 +09:00
3e3244c852 fix gh-actions 2025-07-18 15:36:48 +09:00
syui
416a71d3f0 Merge pull request #1 from aisyui/react-migration
React migration
2025-07-18 15:34:17 +09:00
2 changed files with 0 additions and 28 deletions

View File

@@ -1,27 +0,0 @@
{
"permissions": {
"allow": [
"Bash(git commit:*)",
"Bash(git checkout:*)",
"Bash(mkdir:*)",
"Bash(npm install)",
"Bash(nvm use:*)",
"Bash(npm run dev:*)",
"Bash(npm run build:*)",
"Bash(npm run preview:*)",
"Bash(pkill:*)",
"Bash(npx serve:*)",
"Bash(python3:*)",
"Bash(git add:*)",
"Bash(open:*)",
"WebFetch(domain:api.syui.ai)",
"Bash(git push:*)",
"Bash(find:*)",
"Bash(rm:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(cp:*)"
],
"deny": []
}
}

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- react-migration
jobs:
build-deploy: