From f72c881499f68005a570e6d5566fe1fc710d8785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Sat, 27 Sep 2025 23:11:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E2=80=9C=E3=82=BF=E3=82=B0?= =?UTF-8?q?=E3=81=AE=E3=81=A4=E3=81=91=E6=96=B9=E2=80=9D=20=E3=82=92?= =?UTF-8?q?=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=8B=E3=82=89=E5=89=8A?= =?UTF-8?q?=E9=99=A4=EF=BC=88#96=EF=BC=89=20(#133)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #96 完 Co-authored-by: miteruzo Reviewed-on: https://git.miteruzo.com/miteruzo/btrc-hub/pulls/133 --- frontend/src/components/TopNav.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/TopNav.tsx b/frontend/src/components/TopNav.tsx index 84e113d..104f40e 100644 --- a/frontend/src/components/TopNav.tsx +++ b/frontend/src/components/TopNav.tsx @@ -36,7 +36,6 @@ export default (({ user }: Props) => { { name: '別名タグ', to: '/tags/aliases', visible: false }, { name: '上位タグ', to: '/tags/implications', visible: false }, { name: 'ニコニコ連携', to: '/tags/nico' }, - { name: 'タグのつけ方', to: '/wiki/ヘルプ:タグのつけ方' }, { name: 'ヘルプ', to: '/wiki/ヘルプ:タグ' }] }, { name: 'Wiki', to: '/wiki/ヘルプ:ホーム', base: '/wiki', subMenu: [ { name: '検索', to: '/wiki' }, From 6d82e38d56529f760808eb9bf5df33bbf0f154c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Sun, 28 Sep 2025 02:49:14 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=8A=95=E7=A8=BF=E3=83=AA?= =?UTF-8?q?=E3=82=B9=E3=83=88=E4=B8=80=E8=A6=A7=E3=81=AE=E4=BD=9C=E3=82=8A?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=EF=BC=88#134=EF=BC=89=20(#135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merge branch 'main' into feature/134 #134 細部 #134 Co-authored-by: miteruzo Reviewed-on: https://git.miteruzo.com/miteruzo/btrc-hub/pulls/135 --- frontend/src/components/PostList.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/PostList.tsx b/frontend/src/components/PostList.tsx index 31cce00..67a3a28 100644 --- a/frontend/src/components/PostList.tsx +++ b/frontend/src/components/PostList.tsx @@ -12,15 +12,14 @@ export default (({ posts, onClick }: Props) => (
{posts.map ((post, i) => ( {post.title + className="object-cover w-full h-full"/> ))}
)) satisfies FC