-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Feat(#272): 메인페이지 반응형 작업 #290
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니당
@@ -47,7 +48,7 @@ import { steadyRunningMethods } from "@/constants/selectorItems"; | |||
const Home = () => { | |||
const { page, setPage } = usePageStore(); | |||
const [like, setLike] = useState(false); | |||
const [recruit, setRecruit] = useState(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -687,6 +701,115 @@ const Home = () => { | |||
</div> | |||
</div> | |||
<StickyButton onClick={() => ChannelIO.showMessenger()} /> | |||
<Sheet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! 그런데 원래 있는 코드와 중복이 많은 것 같아요... 추후에 별도의 컴포넌트로 분리하시죠!
src/components/Posts/index.tsx
Outdated
src={item.profileImage} | ||
alt="profile" | ||
radius="full" | ||
className="h-20 w-20 cursor-pointer md:flex md:h-25 md:w-25" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1:1 비율을 유지하도록 aspect-square 속성을 추가하시는건 어떨까요?
📑 구현 사항
Steady.-.Brave.2023-11-29.17-03-25.mp4
🚧 특이 사항
🚨관련 이슈
close #272