From 3e3244c8527684bb2aee2954a8fcc42ce15dd9ff Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Jul 2025 15:36:48 +0900 Subject: [PATCH 1/3] fix gh-actions --- .github/workflows/gh-pages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4d21ad0..5de95f4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - react-migration jobs: build-deploy: From f8c37a1f7313f5e21a9b202831b28582667b7b55 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Jul 2025 15:38:09 +0900 Subject: [PATCH 2/3] rm claude --- .claude/settings.local.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 3ea6d6c..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -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": [] - } -} \ No newline at end of file From 815dfb26e0280f7a0420662d91cc78d7e462d469 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Jul 2025 15:45:30 +0900 Subject: [PATCH 3/3] Hide navigation elements on mobile devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- src/components/common/Navigation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/Navigation.tsx b/src/components/common/Navigation.tsx index 98d0354..535e4e9 100644 --- a/src/components/common/Navigation.tsx +++ b/src/components/common/Navigation.tsx @@ -33,7 +33,7 @@ export default function Navigation({ username: _username }: NavigationProps) { - + -
+