-
Notifications
You must be signed in to change notification settings - Fork 0
자잘한 기능 및 스타일 수정 ( issue #293 ) #308
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
Merged
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4fd146e
fix : 공고 상세 페이지에서 다른 페이지로 이동 후 다시 돌아오면 발생하는 날짜 포맷 에러 수정
layout-SY afc5840
style : 댓글 컴포넌트 드롭다운을 헤더의 프로필 드롭다운과 통일
layout-SY 23245fc
refactor : 일반 모달에 연결 되어 있던 신고하기 모달 훅 따로 빼기
layout-SY 1f758f0
feat : 로그인한 유저만 댓글에 대한 신고 이상의 기능 사용하게 수정
layout-SY c934c66
feat : 로그인 되어 있지만 댓글과 관련 없는 유저인 경우 신고하기만 가능하게 설정
layout-SY bd5aaed
refactor : 코드 컨벤션에 맞게 모델 타입 import는 import 뒤에 type 붙이기 적용
layout-SY 51fe734
Merge branch 'develop' of https://github.com/devpalsPlus/frontend int…
layout-SY 46d6520
fix : 닉네임 영역 외에 버튼을 눌러도 route가 이동되는 버그 해결
layout-SY 6736b1b
style : 댓글&대댓글 컴포넌트의 스타일 통일
layout-SY 35798c2
fix : 답글 확인 버튼이 아닌 영역을 클릭 해도 동작하던 버그 해결
layout-SY 558dd49
style : 댓글 컴포넌트 자잘한 스타일 수정
layout-SY 6a315fd
refactor : 실시간 알림 사용자 데이터 없을 때만 연결 종료
layout-SY 74e3d0f
feat : 헤더에 있는 전체 알림 조회에 "더보기" 추가 & Toast와 전체 알림 조회 스타일 수정
layout-SY 5977b63
style : 전체 알림 조회 스타일 수정
layout-SY 192b10a
feat : 평가된 데이터 "마이/유저 페이지" 평가도에 적용
layout-SY b4c262a
style : 댓글 드롭다운의 중간 아이템 스타일이 첫 번째 아이템의 스타일이 적용되는 버그 수정
layout-SY File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 33 additions & 2 deletions
35
src/components/common/header/Notification/NotificationItem/NotificationItem.styled.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,47 @@ | ||
| import styled from 'styled-components'; | ||
| import styled, { css } from 'styled-components'; | ||
|
|
||
| export const Container = styled.div` | ||
| padding: 8px 0; | ||
| font-size: 14px; | ||
| `; | ||
|
|
||
| export const TypeArea = styled.div` | ||
| display: flex; | ||
| margin-left: 6px; | ||
| `; | ||
|
|
||
| export const Type = styled.p``; | ||
|
|
||
| export const TypeFilter = styled.p` | ||
| font-size: 12px; | ||
| opacity: 50%; | ||
| margin-right: 6px; | ||
| `; | ||
|
|
||
| export const ItemContent = styled.p` | ||
| white-space: nowrap; | ||
| overflow: hidden; | ||
| text-overflow: ellipsis; | ||
| margin-left: 6px; | ||
| `; | ||
|
|
||
| export const Time = styled.span` | ||
| margin-left: 6px; | ||
| color: #999; | ||
| font-size: 12px; | ||
| margin-left: 6px; | ||
| margin-right: 5px; | ||
| `; | ||
|
|
||
| export const Dot = styled.span<{ $isRead: boolean }>` | ||
| width: 5px; | ||
| height: 5px; | ||
| background-color: #ff3b30; | ||
| border-radius: 50%; | ||
| margin-top: 6px; | ||
|
|
||
| ${({ $isRead }) => | ||
| $isRead && | ||
| css` | ||
| background-color: #00db42; | ||
| `} | ||
| `; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
알림 헤더 스타일 오타 수정 필요
NotificationHeader 컴포넌트에 오타가 있습니다.
height: fix-content는 올바른 CSS 속성이 아닙니다.다음과 같이 수정해주세요:
📝 Committable suggestion
🤖 Prompt for AI Agents