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

HeaderMenu 수정 #150

Merged
merged 4 commits into from
Dec 20, 2020
Merged

HeaderMenu 수정 #150

merged 4 commits into from
Dec 20, 2020

Conversation

YiSoJeong
Copy link
Collaborator

HeaderMenu 수정

해당 이슈 📎

#146

변경 사항 🛠

헤더 요소 변경

  • 서버 업데이트 경과 시간
  • 현재 접속중인 사람 수

테스트 ✨

없음

리뷰어 참고 사항 🙋‍♀️

@YiSoJeong YiSoJeong added 🐣 feature New feature or request 🌈 frontend Frontend issue 📦 could labels Dec 19, 2020
@YiSoJeong YiSoJeong added this to the 4차 릴리즈 milestone Dec 19, 2020
@YiSoJeong YiSoJeong self-assigned this Dec 19, 2020
Copy link
Collaborator

@skid901 skid901 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다. ^^7

Copy link
Collaborator

@domino8788 domino8788 left a 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;
Copy link
Collaborator

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}명 접속중`;
Copy link
Collaborator

Choose a reason for hiding this comment

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

실시간 동기화 로직을 구현한 보람이 여기에 담기겠네요 :)

@domino8788 domino8788 merged commit 8c6c23a into dev-frontend Dec 20, 2020
@domino8788 domino8788 deleted the feat/146 branch December 20, 2020 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐣 feature New feature or request 🌈 frontend Frontend issue 📦 could
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants