From 4c1e6fae4d6b765260ed723aebcbc497aaac2133 Mon Sep 17 00:00:00 2001
From: naka-12 <104970808+naka-12@users.noreply.github.com>
Date: Fri, 24 Jan 2025 02:57:08 +0900
Subject: [PATCH 1/4] delete web/README.md
---
web/README.md | 30 ------------------------------
1 file changed, 30 deletions(-)
delete mode 100644 web/README.md
diff --git a/web/README.md b/web/README.md
deleted file mode 100644
index bb156850..00000000
--- a/web/README.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# React + TypeScript + Vite
-
-This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
-
-Currently, two official plugins are available:
-
-- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
-- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
-
-## Expanding the ESLint configuration
-
-If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
-
-- Configure the top-level `parserOptions` property like this:
-
-```js
-export default {
- // other rules...
- parserOptions: {
- ecmaVersion: "latest",
- sourceType: "module",
- project: ["./tsconfig.json", "./tsconfig.node.json"],
- tsconfigRootDir: __dirname,
- },
-};
-```
-
-- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
-- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
-- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
From 729dbcde3cb668266ecb6d1b570f29d189a78a17 Mon Sep 17 00:00:00 2001
From: Shogo Nakamura <104970808+naka-12@users.noreply.github.com>
Date: Fri, 24 Jan 2025 02:58:42 +0900
Subject: [PATCH 2/4] =?UTF-8?q?=E3=83=A2=E3=83=90=E3=82=A4=E3=83=AB?=
=?UTF-8?q?=E3=81=A7=E3=81=AE=E5=85=A8=E7=94=BB=E9=9D=A2=E3=81=A7=E3=81=AE?=
=?UTF-8?q?=E6=8C=99=E5=8B=95=E3=81=8C=E3=81=8A=E3=81=8B=E3=81=97=E3=81=8B?=
=?UTF-8?q?=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3=20(Heade?=
=?UTF-8?q?r,=20BottomBar=20=E3=82=92=20fixed=20=E3=81=AB)=20(#622)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
# PRの概要
- モバイルで h-screen だとタブバーが含まれず壊れるなどの修正。
- などなど。
- 同時に close #602
## 具体的な変更内容
## 影響範囲
## 動作要件
## 補足
## レビューリクエストを出す前にチェック!
- [ ] 改めてセルフレビューしたか
- [ ] 手動での動作検証を行ったか
- [ ] server の機能追加ならば、テストを書いたか
- 理由: 書いた | server の機能追加ではない
- [ ] 間違った使い方が存在するならば、それのドキュメントをコメントで書いたか
- 理由: 書いた | 間違った使い方は存在しない
- [ ] わかりやすいPRになっているか
---
web/app/chat/layout.tsx | 2 +-
web/app/friends/layout.tsx | 2 +-
web/app/friends/page.tsx | 10 +--
web/app/home/layout.tsx | 2 +-
web/app/layout.tsx | 6 +-
web/app/search/layout.tsx | 2 +-
web/app/search/page.tsx | 2 +-
web/app/settings/courses/page.tsx | 2 +-
web/app/settings/layout.tsx | 2 +-
web/app/settings/profile/page.tsx | 2 +-
web/app/signup/page.tsx | 12 ++--
web/app/signup/steps/step1_profile.tsx | 2 +-
web/app/signup/steps/step2_img.tsx | 2 +-
web/app/signup/steps/step3_confirmation.tsx | 2 +-
web/app/tutorial/layout.tsx | 8 +--
web/app/tutorial/page.tsx | 69 ++++++++++++---------
web/components/BanLandscape.tsx | 48 +++++++-------
web/components/BottomBar.tsx | 2 +-
web/components/Header.tsx | 2 +-
19 files changed, 92 insertions(+), 87 deletions(-)
diff --git a/web/app/chat/layout.tsx b/web/app/chat/layout.tsx
index e2ec6414..a2c62fd9 100644
--- a/web/app/chat/layout.tsx
+++ b/web/app/chat/layout.tsx
@@ -11,7 +11,7 @@ export default function Layout({
<>