okuda-seminar / Twitter-Clone

0 stars 0 forks source link

[TS] Reorganize each page layout to split screen for directory components Sidebar and right column #440

Closed a-shigemichi closed 1 month ago

a-shigemichi commented 1 month ago

Issue Number

https://github.com/okuda-seminar/Twitter-Clone/issues/439

Implementation Summary

Created page-layout component, implemented as parent component for page.tsx files across directories. Improved overall layout structure and consistency.

References

スクリーンショット 2024-09-28 14 00 32

Points to note

If Docker images already exist, they won't be updated when using $ docker compose up -d. Therefore, please try running $ docker compose up --build instead.

Schedule

2024/10/4

TakayaShirai commented 1 month ago

I couldn't reproduce your view in the References section, and I encountered the following error when accessing localhost:3000/home. Can you resolve this issue?

Screenshot 2024-09-28 at 12 34 14 AM

TakayaShirai commented 1 month ago

I’m still getting the error I mentioned earlier. Here’s a screen recording, and if there’s any mistake in my steps, please let me know.

https://github.com/user-attachments/assets/eca3c130-fcbb-489d-aa28-c3d96abf9923

a-shigemichi commented 1 month ago

Images are not updated when using $ docker compose up -d, so please try running it with $ docker compose up --build instead.