Skip to content
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

refactor/css agenda & chat + fix/minor css issues #492

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Conversation

lunikai
Copy link
Collaborator

@lunikai lunikai commented May 8, 2024

요약 *

Closes #336
also closes #411
also: agenda choice의 border color을 피그마와 같게 바꾸었습니다.

스크린샷

이후 Task *

  • 없음

Copy link

netlify bot commented May 8, 2024

Deploy Preview for biseo-preview ready!

Name Link
🔨 Latest commit e7497e0
🔍 Latest deploy log https://app.netlify.com/sites/biseo-preview/deploys/665713bd74109000081b64bd
😎 Deploy Preview https://deploy-preview-492--biseo-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lunikai lunikai changed the title [WIP] refactor/css agenda [WIP] refactor/css agenda & chat May 8, 2024
@lunikai lunikai changed the title [WIP] refactor/css agenda & chat [WIP] refactor/css agenda & chat + fix/minor css issues May 8, 2024
@lunikai lunikai changed the title [WIP] refactor/css agenda & chat + fix/minor css issues refactor/css agenda & chat + fix/minor css issues May 29, 2024
Comment on lines 20 to 21
* @deprecated use AgendaCard.Group instead
*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 호환이 안 맞다고 해주셔서, 그 부분 코멘트 호환 안 맞다고 작성해주시거나 이슈로 생성되면 좋을 것 같아요!

현재 상황 : deprecated. 다만 대체할 컴포넌트가 없음

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SectionHeader.tsx 파일에 코멘트 더하였고, @rjsdn0 님이 이슈 #498 올려주셨습니다!

Comment on lines +76 to +78
<div css={[padding.vertical(7), center]}>
<DownArrowIcon />
</Box>
</BorderedBox>
</Box>
<Box dir="row" w={130} h={28} gap={8} align="center">
<Text variant="body" color="black">
투표 상세
</Text>
<BorderedBox
borderColor="gray200"
bg="white"
w={75}
h={28}
align="center"
justify="space-between"
borderSize={1}
padHorizontal={12}
padVertical={7}
round={5}
borderStyle="solid"
dir="row"
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

혹시 여기 변경부분에 대해서 전후 비교를 알 수 있을까요?
기존 스타일이 안 맞아서 center가 변경된건지, 아니면 box -> div 변경하면서 필요해진 건지 궁금해서요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[채팅] 메시지가 가로로 길어지면 창을 넘어감 Agenda scope CSS 토큰 리팩토링
2 participants