Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sckroll

sckroll created a review comment on a pull request on jei-community/frontend
이 부분이 중복되는 곳이 좀 있는데, 객체나 함수 형태로 따로 분리하실 계획은 없는지요!

View on GitHub

sckroll created a review comment on a pull request on jei-community/frontend
로그인이 필요한 라우트는 이렇게 구성할 수 있군요... 하나 알아갑니다

View on GitHub

sckroll created a review comment on a pull request on jei-community/frontend
`Omit<>` 부분 따로 타입으로 분리하는 걸 제안합니다!

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
고생하셨습니다! 몇 개 코멘트는 남기긴 했으나, 다른 작업에 이 브랜치 머지가 필요하다 하셔서 우선 승인하겠습니다. 다음에 이 부분 참고해주세요~

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
고생하셨습니다! 몇 개 코멘트는 남기긴 했으나, 다른 작업에 이 브랜치 머지가 필요하다 하셔서 우선 승인하겠습니다. 다음에 이 부분 참고해주세요~

View on GitHub

sckroll pushed 7 commits to feature/toast-and-tooltip jei-community/frontend
  • Merge branch 'develop' of https://github.com/jei-community/frontend into develop 0b3a8a3
  • refactor: 공통 컴포넌트로 교체 05b7444
  • refactor: 공통 컴포넌트로 교체 13f250b
  • fix: ToggleSwitch 로 교체 9f7769a
  • Merge pull request #123 from jei-community/refactor/replace-component 프로젝트 페이지 공통 컴포넌트로 교체 8c2c732
  • Merge pull request #126 from jei-community/feature/other-common-components 버튼 그룹 및 모달 버그 수정 6be1faf
  • Merge remote-tracking branch 'origin/develop' into feature/toast-and-tooltip 7418d0e

View on GitHub

sckroll pushed 1 commit to feature/toast-and-tooltip jei-community/frontend
  • 🐛 fix: 스토리북에서 토스트가 `Show code` 버튼 뒤에 나타나는 문제 수정 ab9695c

View on GitHub

sckroll created a review comment on a pull request on jei-community/frontend
원래는 `checkedItem` 객체 자체를 넣어서 인덱스를 구하는 방식인데, 증훈님이 아래처럼 작성하셨던 코드에서 객체 인덱스를 찾지 못해 `-1`이 반환되는 문제가 생기더라고요. (토글 스위치로 바꾸기 전에 버튼 그룹을 클릭하면 버그가 발생했던 이유이기도 합니다) ```ts const items: ButtonGroupItem[] = [ {...

View on GitHub

sckroll created a review on a pull request on jei-community/frontend

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
피드백 반영 감사해요!

View on GitHub

sckroll pushed 1 commit to feature/toast-and-tooltip jei-community/frontend
  • ✨ feat: 토스트 컴포넌트 구현 및 스토리 추가 8d64577

View on GitHub

sckroll created a branch on jei-community/frontend

feature/toast-and-tooltip

sckroll pushed 2 commits to feature/other-common-components jei-community/frontend
  • ✅ update: 모달 스토리 인자에 `id` 프로퍼티 추가 7503a01
  • 💡 update: 스토리에 누락된 컴포넌트별 설명(인터페이스 주석) 추가 5d2a6b8

View on GitHub

sckroll created a review comment on a pull request on jei-community/frontend
버그 수정하면서 다시 살펴봤는데... 여기는 버튼 그룹이 아니라 토글 스위치로 바꾸셔야 합니다! 물론 알려주신 버튼 그룹 버그는 수정했어요 :)

View on GitHub

sckroll created a review on a pull request on jei-community/frontend

View on GitHub

sckroll pushed 1 commit to feature/other-common-components jei-community/frontend
  • 🐛 fix: 버튼 그룹 선택 영역이 그룹 밖으로 나가는 이슈 수정 d5b8054

View on GitHub

sckroll opened an issue on jei-community/frontend
모달, 버튼 그룹 버그 수정
### 설명 ### 할 일 - 버튼 그룹에서 특정 텍스트가 두 줄로 나타나는 문제 수정 - ex: `서비스`, `개발` 두 개의 아이템을 넣으면 `서비스`가 `서비`/`스`로 개행되어 표시 - 컴포넌트 안에 모달 컴포넌트가 두 개 이상일 경우, 하나의 모달을 열면 다른 모달도 강제로 열리는 버그 수정
sckroll pushed 2 commits to feature/other-common-components jei-community/frontend
  • 🐛 fix: 버튼 그룹 텍스트가 두 줄이 되는 버그 수정 1466019
  • 🐛 fix: 모달 여러 개가 있을 때 하나만 열어도 모든 모달이 열리는 버그 수정 - 모달별 ID로 나눠서 열림 상태를 관리하도록 변경 6397ca6

View on GitHub

sckroll pushed 25 commits to feature/other-common-components jei-community/frontend
  • Merge pull request #97 from jei-community/develop 1차 배포 33721a5
  • Merge pull request #101 from jei-community/develop 1차 배포 590ee58
  • Merge pull request #105 from jei-community/develop 1차 배포 c4c1e19
  • Merge pull request #106 from jei-community/develop 1차 배포 eeb211b
  • Merge pull request #107 from jei-community/develop 1차 배포 6dd3a0a
  • Merge pull request #110 from jei-community/develop 1차 배포 540f56e
  • Merge branch 'refactor/project-ui' into develop 8a3e621
  • Merge branch 'feature/albums-page' into feature/posts-page 7303525
  • feat: Pagination 구현 7cae2de
  • Merge branch 'develop' of https://github.com/jei-community/frontend into develop 2657c86
  • ✨ feat: 포스트리스트 페이지 1차 퍼블리싱 f338cf6
  • 💄 style: 댓글 펼치기 버튼 UI수정 7419d61
  • 🏷️ type: 타입 분리 4032994
  • Merge branch 'develop' into feature/posts-page de3e251
  • feat: 라우팅 시, 스크롤 맨 위로 이동하도록 구현 34aa228
  • feat: 모달 스크롤 방지 로직 추가 30743cb
  • Merge pull request #119 from jei-community/feature/other-common-components 뱃지, 버튼 그룹, 모달 컴포넌트 구현 및 스토리 추가 954e4b1
  • Merge pull request #116 from jei-community/feat/pagination 페이지네이션 구현 27c83fc
  • Merge pull request #121 from jei-community/feat/scroll-to-top-component ScrollToTop 컴포넌트 구현 eda3a3e
  • ✨ feat: 날짜 포맷팅 변경 58007cd
  • and 5 more ...

View on GitHub

sckroll starred trivago/prettier-plugin-sort-imports
sckroll created a review on a pull request on jei-community/frontend

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
고생하셨습니다!

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
고생하셨습니다!

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
헉… 스토리북에서 보지 못한 버그네요 시간 날때 확인 후 조치하겠습니다 승인은 일단 보류할게요

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
overflow 문제였구나… 해결하셔서 다행입니다 승인할게요~

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
고생하셨습니다!

View on GitHub

sckroll created a review on a pull request on jei-community/frontend

View on GitHub

sckroll opened a pull request on jei-community/frontend
뱃지, 버튼 그룹, 모달 컴포넌트 구현 및 스토리 추가
### 이슈 번호 close #85 ### 작업 내용 - 공통 컴포넌트 구현 및 스토리 추가 - 뱃지 - 모달 - 버튼 그룹 ### 스크린샷(선택) - 뱃지 ![image](https://github.com/user-attachments/assets/6d83b52b-f558-44b6-b4e5-a9f17...
sckroll pushed 1 commit to feature/other-common-components jei-community/frontend
  • ✨ feat: 버튼 그룹 컴포넌트 구현 및 스토리 추가 d76ce09

View on GitHub

sckroll created a review comment on a pull request on jei-community/frontend
1:1로 비교해보니까 좌우 균형이 맞아서 더 안정적으로 보이네요 모바일 화면도 고려했을 때 확실히 좋은 선택이라고 생각합니다

View on GitHub

Load more