From e021423904fd8def84e9d8bb880142c5eed01c5d 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, 11 Apr 2026 16:58:41 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=9E=E3=83=9B=E3=83=BB=E3=83=AC?= =?UTF-8?q?=E3=83=BC=E3=82=A2=E3=82=A6=E3=83=88=E3=83=BB=E3=83=90=E3=82=B0?= =?UTF-8?q?=EF=BC=88#304=EF=BC=89=20(#305)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #304 #304 #304 Co-authored-by: miteruzo Reviewed-on: https://git.miteruzo.com/miteruzo/btrc-hub/pulls/305 --- frontend/src/App.tsx | 2 +- frontend/src/components/TopNav.tsx | 22 +++++++++---------- frontend/src/components/layout/MainArea.tsx | 3 +-- frontend/src/index.css | 8 ++++--- .../src/pages/materials/MaterialBasePage.tsx | 3 ++- frontend/src/pages/posts/PostDetailPage.tsx | 3 ++- frontend/src/pages/posts/PostListPage.tsx | 5 ++++- 7 files changed, 26 insertions(+), 20 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 770f46c..b49aa26 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -131,7 +131,7 @@ export default (() => { <> -
+
diff --git a/frontend/src/components/TopNav.tsx b/frontend/src/components/TopNav.tsx index b173dac..27d40b1 100644 --- a/frontend/src/components/TopNav.tsx +++ b/frontend/src/components/TopNav.tsx @@ -79,12 +79,12 @@ export default (({ user }: Props) => { { name: '上位タグ', to: '/tags/implications', visible: false }, { name: 'ニコニコ連携', to: '/tags/nico' }, { name: 'ヘルプ', to: '/wiki/ヘルプ:タグ' }] }, - { name: '素材', to: '/materials', subMenu: [ - { name: '一覧', to: '/materials' }, - // { name: '検索', to: '/materials/search' }, - { name: '追加', to: '/materials/new' }, - // { name: '履歴', to: '/materials/changes' }, - { name: 'ヘルプ', to: 'wiki/ヘルプ:素材集' }] }, + // { name: '素材', to: '/materials', subMenu: [ + // { name: '一覧', to: '/materials' }, + // { name: '検索', to: '/materials/search', visible: false }, + // { name: '追加', to: '/materials/new' }, + // { name: '履歴', to: '/materials/changes', visible: false }, + // { name: 'ヘルプ', to: '/wiki/ヘルプ:素材集' }] }, { name: '上映会', to: '/theatres/1', base: '/theatres', subMenu: [ { name: <>第 1 会場, to: '/theatres/1' }, { name: 'CyTube', to: '//cytube.mm428.net/r/deernijika' }, @@ -145,9 +145,9 @@ export default (({ user }: Props) => { return ( <> -