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 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
엇 메인 포스트 영역도 작업하신건가요

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 created a review on a pull request on jei-community/frontend
작업 속도에 이마를 탁 쳤습니다

View on GitHub

sckroll pushed 7 commits to feature/other-common-components jei-community/frontend
  • 🚚 update: 파일명 변경 61b20e4
  • ✨ feat: 왼쪽 사이드에 들어갈 프로필 정보 컴포넌트 구현 781242c
  • ✨ feat: 앨범 조회페이지 1차 퍼블리싱 c6ab217
  • 💄 style: UI수정 acd9c31
  • ✨ feat: 댓글목록 열고닫는 기능 추가 495e48a
  • Merge pull request #114 from jei-community/feature/albums-page 앨범 리스트 페이지 UI 구현 a193e23
  • Merge remote-tracking branch 'origin/develop' into feature/other-common-components 8457fd4

View on GitHub

sckroll pushed 14 commits to feature/other-common-components jei-community/frontend
  • refactor: 프로젝트 카드 UI 수정 9c9efee
  • feat: 빈페이지 UI 추가 9127bc0
  • refactor: 환경 변수 UI 수정 66ddcb0
  • feat: CenteredWrapper 컴포넌트 구현 ff3f91e
  • refactor: Content height 조정 d344f53
  • feat: ProjectEditor 페이지에 stick 추가 d433178
  • fix: 프로젝트 수정일 때만 삭제버튼 렌더링 되도록 수정 3e45f6b
  • feat: 링크 추가 UI 구현 ed13ee3
  • refactor: LinkItem 타입에 LinkType 추가 7d279a2
  • chore: uuid 추가 ff3abff
  • feat: 링크 추가 기능 구현 41dc89a
  • ♻️ refactor: Zustand로 모달 상태 관리하도록 리팩토링, 부제목 위치 변경 7e20c00
  • Merge pull request #112 from jei-community/refactor/project-ui 프로젝트 페이지 전체적인 UI개선 0a8d253
  • Merge remote-tracking branch 'origin/develop' into feature/other-common-components fe3c3df

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
피드백 반영 감사합니다~

View on GitHub

sckroll pushed 1 commit to feature/other-common-components jei-community/frontend
  • ✨ feat: 공통 모달 컴포넌트 구현 및 스토리 추가 d5ccd67

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 comment on a pull request on jei-community/frontend
원래라면 반응형 해상도에 따라 radius 값이 변하는 디자인도 있긴 하지만... 생각해보니 `rem` 값에 따라 radius 값이 변할 이유가 없네요. 말씀하신 대로 걍 고정해도 될 것 같습니다!

View on GitHub

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

View on GitHub

sckroll created a review comment on a pull request on jei-community/frontend
`LinkType` 타입을 추가하셨다면 16번째 줄의 `tag: string;`을 `tag: LinkType;`으로 바꾸시는 것도 좋을 것 같아요 (16번째 줄에 메시지를 달 수 없어서 여기에 달았습니다...)

View on GitHub

sckroll created a review on a pull request on jei-community/frontend
작업 고생하셨습니다! 승인은 하지만 제안사항 몇 개 코멘트 남겼으니 확인 부탁드려요

View on GitHub

sckroll pushed 8 commits to feature/other-common-components jei-community/frontend
  • 🐛 fix: 포스트 내용 입력 안 했을 때 undefined가 렌더링되는 오류 수정 80a424c
  • ✨ feat: 메인에서 포스트 Markdown 형식으로 렌더링 20ad891
  • 💄 style: 블러 적용 0ae5824
  • 💄 style: 메인페이지 UI 수정 e338d48
  • Merge branch 'develop' into feature/albums-page c86cd79
  • ✨ feat: UTC to KST 시간 변환 유틸함수 생성 5145077
  • Merge pull request #104 from jei-community/feature/albums-page 메인페이지 포스트 MD형식 렌더링 & 포스트 내용 입력 안 했을 때 오류 수정 d129a65
  • Merge remote-tracking branch 'origin/develop' into feature/other-common-components b6cffc1

View on GitHub

sckroll pushed 1 commit to main sckroll/marble-random-race
  • ✨ feat: 경사 벽 타일 추가 db5946d

View on GitHub

sckroll pushed 1 commit to main sckroll/marble-random-race
  • ✨ feat: 타일 가운데 정렬 및 구슬 초기 위치 업데이트 6d89cd8

View on GitHub

sckroll pushed 1 commit to main sckroll/marble-random-race
  • ✨ feat: 처음과 마지막을 제외한 청크 랜덤 배치 구현, 누락된 타입 및 주석 추가 4495ebd

View on GitHub

sckroll pushed 1 commit to main sckroll/marble-random-race
  • ♻️ refactor: 타일 객체 타입 수정 및 컨벤션 적용, 타일/구슬 렌더링 로직 리팩토링 6a5a4a4

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/other-common-components jei-community/frontend
  • 💄 update: 스토리북 좌측 디렉토리 뷰의 가독성 개선 2165948

View on GitHub

sckroll pushed 37 commits to feature/other-common-components jei-community/frontend
  • ✨ feat : main 우측 사이드 컴포넌트 퍼블리싱 3c11020
  • Merge branch 'feat/main-daily-check' of https://github.com/jei-community/frontend into feat/main-daily-check c9c2e89
  • refactor: 생성, 수정 경로 분리 26637d9
  • Merge branch 'develop' into refactor/project-editor-page-data c76eb38
  • refactor: 중복 로직 제거 aa6e419
  • refactor: 훅으로 분리 e65703b
  • Merge branch 'develop' of https://github.com/jei-community/frontend into feat/main-daily-check 5911916
  • feat: 콘텐츠 영역 서버 목데이터 연결 1a6a1bf
  • Merge branch 'develop' into refactor/project-editor-page-data 96a7549
  • Merge branch 'develop' of https://github.com/jei-community/frontend into feat/main-daily-check 700048e
  • 💄 style : 메인 우측 사이드 섹션 스타일 수정 1b6cbb0
  • ✅ update : script url 업데이트 b3087c3
  • 🏷️ type : 데이터 타입에 파일 id 추가 9972d00
  • 🏷️ type : 리턴 타입 수정 1bb9087
  • ✨ feat : 메인 우측 사이드 컴포넌트 일일점검 생성성 318aeb8
  • feat: 멤버, 기술스택 제외 form 연결 e9adbd2
  • Merge pull request #89 from jei-community/feat/main-daily-check 메인 내 일일점검 aaa74c5
  • Merge pull request #91 from jei-community/refactor/project-editor-page-data 프로젝트 에디터 페이지 목업데이터, form 데이터 연결 2ea89fe
  • Merge remote-tracking branch 'origin/develop' into feature/other-common-components be6fa3c
  • refactor: 외부 링크 빈칸일 때 UI 추가 0beb0c8
  • and 17 more ...

View on GitHub

sckroll created a review comment on a pull request on jei-community/frontend
이 부분 디자인 추가해서 피그마에 반영할게요 추후에 다시 수정해주세요!

View on GitHub

Load more