);
}
diff --git a/web/components/BottomBar.tsx b/web/components/BottomBar.tsx
index 00e55bb1..ba972f3a 100644
--- a/web/components/BottomBar.tsx
+++ b/web/components/BottomBar.tsx
@@ -33,31 +33,31 @@ function BottomBarCell({
export default function BottomBar(props: Props) {
const { activeTab } = props;
return (
-
+
}
+ iconComponent={}
/>
}
+ iconComponent={}
/>
}
+ iconComponent={}
/>
}
+ iconComponent={}
/>
}
+ iconComponent={}
/>
);
diff --git a/web/components/Header.tsx b/web/components/Header.tsx
index 43715ac8..94ee4a15 100644
--- a/web/components/Header.tsx
+++ b/web/components/Header.tsx
@@ -12,15 +12,15 @@ export default function Header(props: Props) {
diff --git a/web/components/chat/RoomWindow.tsx b/web/components/chat/RoomWindow.tsx
index e5a69d3d..ecbfa406 100644
--- a/web/components/chat/RoomWindow.tsx
+++ b/web/components/chat/RoomWindow.tsx
@@ -24,7 +24,6 @@ export function RoomWindow(props: Props) {
);
}
- console.log("rendering");
useEffect(() => {
(async () => {
const lastM = room.messages.at(-1);
@@ -146,7 +145,7 @@ export function RoomWindow(props: Props) {
);
return (
- <>
+
{room.matchingStatus !== "matched" && (
)}
-
-
+
-
- {messages && messages.length > 0 ? (
-
- {messages.map((m) =>
- m.isPicture ? (
-

- ) : (
-
- {editingMessageId === m.id ? (
-
+ ),
+ )}
+
+ ) : (
+
+ 最初のメッセージを送ってみましょう!
+
+ )}
+
- >
+
);
}
@@ -293,18 +284,18 @@ const FloatingMessage = ({
{message}
{showButtons && (
- {/* biome-ignore lint/a11y/useButtonType:
*/}
- {/* biome-ignore lint/a11y/useButtonType: */}