-
Notifications
You must be signed in to change notification settings - Fork 9
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
HeaderMenu 수정 #150
HeaderMenu 수정 #150
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.
고생하셨습니다. ^^7
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.
수고하셨습니다.
우리 모두 화이팅!
if (content === '>') return BlockType.TOGGLE_LIST; | ||
if (content === '|') return BlockType.QUOTE; | ||
for (const [key, reg] of Object.entries(regexType)) { | ||
if (validator(reg, content)) return key as BlockType; |
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.
깔끔하게 줄이셨네요. 굳굳 저도 참고하겠습니다.
@@ -40,22 +39,18 @@ function Header({}: Props): JSX.Element { | |||
const staticMenuToggle = useRecoilValue(staticMenuToggleState); | |||
const selectedPage = useRecoilValue(pageState); | |||
|
|||
const date = `Updated ${timeSince(new Date())} ago`; | |||
const people = `${3}명 접속중`; |
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.
실시간 동기화 로직을 구현한 보람이 여기에 담기겠네요 :)
HeaderMenu 수정
해당 이슈 📎
#146
변경 사항 🛠
헤더 요소 변경
테스트 ✨
없음
리뷰어 참고 사항 🙋♀️