Skip to content

Commit

Permalink
feat : main 브랜치 병합 에러 해결 (#72)
Browse files Browse the repository at this point in the history
* style : Tailwind  버튼 커스텀

* feat : modal 컴포넌트 개발 완료 (#21)

* chore : 상세 변경

dfg

* feat : 오버레이 컴포넌트 개발

* feat : overlay 스토리 작성

* feat : modal 컴포넌트 개발

* feat : modal 스토리 작성

* feat : modal 훅 생성

* chore : modal click event 수정

* chore : tailwind config수정

* feat : toast 컴포넌트 개발 (#25)

* env : react-icons 설치

* chore : 모달 수정

* feat : Toast 컴포넌트 개발

* style : toast 애니메이션 설정

* feat : Toast 스토리 작성

* feat :  useToast 훅 개발

* feat :  Toast를 전역에서 사용할 수 있도록 설정

* feat : back button 컴포넌트 개발 (#24)

* fix : 스토리북 빌드 에러 해결 (#28)

* fix : app 스토리 삭제

* env : 코드 오너 등록

* feat : 편지 작성 페이지의 아이템 슬라이더 컴포넌트 개발 완료 (#22)

* env : swiper 의존성 설치

* feat : 아이템 슬라이더 컴포넌트 구현

* feat : 이미지 아이템일 경우 조건 분기 추가

* asset : 테스트 편지지 아이템 추가

* feat : itemSlider 스토리 추가

* env : 스와이퍼 관련 환경설정

* env : 의존성 재설치 (#30)

* feat : 알림 뱃지 컴포넌트 개발 완료 (#33)

* chore : ItemSlider 스토리북 위치 변경

* feat : 알림 뱃지 컴포넌트 추가

* feat : 알림 뱃지 컴포넌트 스토리

* chore : 디데이 뱃지 분기 추가

* feat : sliderMenuContainer 컴포넌트 개발 (#31)

* chore : sliderMenuContainer 스토리북 경로 수정 (#42)

* feat : 유리병 편지 컴포넌트 개발 (#39)

* asset : 유리병/라벨 스켈레톤 샘플 추가

* feat : 유리병 편지 컴포넌트 구현

* feat : list alarm item 컴포넌트 개발 (#45)

* feat : list-item 컴포넌트 개발 (#36)

* feat : list-item 컴포넌트 개발

* chore : listItem 스토리북 경로 수정

* feat : 배너 컴포넌트 개발 완료 (#37)

* feat : 지도 하단 컨테이너 개발 완료 (#47)

* choore : 모듈 수정

* chore : 경로 수정

* feat : navigateContainer 개발

* feat : letterContainer 개발

* chore : 스토리북 경로 수정

* chore : 에러 픽스

* feat : SerachInput 컴포넌트 개발 (#34)

* feat : search input 컴포넌트 개발

* feat : searchinput stories 작성

* feat : 토글 컴포넌트 개발 완료 (#50)

* feat : navigationbar 컴포넌트 구현 (#49)

* feat : 공통 input 컴포넌트 개발 완료 (#57)


* feat:  input 유효성 검사 constants

* feat:   input 컴포넌트 개발 완료

* feat:   Email Input 컴포넌트 개발 완료

* feat:   Nickname Input 컴포넌트 개발 완료

* feat: Password Input 컴포넌트 개발 완료

* feat : 아이템 박스 컨테이너 컴포넌트 개발 완료 (#48)

* style : 유리병, 라벨 스타일 수정

* feat : 아이템 박스 컨테이너 추가

* feat : 아이템 박스 컨테이너 스토리 추가

* chore : Props 추가

* chore : 뱃지 초안 스타일 수정 (#59)

* feat : registerpage Input 컴포넌트 개발 완료 (#60)


* feat: ConfirmPassword Input 컴포넌트 개발 완료

* feat: EmailVerification Input 컴포넌트 개발 완료

* fix : swiper css 빌드 오류 해결 (#62)

* chore : 잘못 작성된 Props 수정

* env : @types/swiper 설치

* fix :  swiper css 빌드 오류 해결 (#63)

* chore : swiper 타입 설정

* fix : lint 에러 해결

* chore : 에러 수정

* fix : 테일윈드 에러 수정

* fix : 의존성 재설치 (#67)

* fix : devlope fix 수정 (#69)

* env : yarn berry 버전 업그레이드  (#71)

* fix : devlope fix 수정

* chore : 에러 수정

* chore : 에러 수정

* env : yarn berry 버전 업그레이드

* chore : 에러 수정

---------

Co-authored-by: jaja <[email protected]>
Co-authored-by: mmjjaa <[email protected]>
Co-authored-by: 임채민 <[email protected]>
Co-authored-by: kangminguu <[email protected]>
  • Loading branch information
5 people authored Nov 25, 2024
1 parent e2264aa commit cdb4303
Show file tree
Hide file tree
Showing 47 changed files with 2,908 additions and 783 deletions.
10 changes: 10 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 🚀개요

# 📝작업 내용

- [ ]
- [ ]

## 🔍백엔드 전달 사항

# 🎸기타 (연관 이슈)
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 🚀요약

# 📸사진 (구현 캡처)

# 📝작업 내용

- [ ]
- [ ]

## 🔍백엔드 전달 사항

# 🎸기타 (연관 이슈)

close #이슈번호
55 changes: 55 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: postamn

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.18.0'

- name: Cache Yarn dependencies
uses: actions/cache@v3
with:
path: ./.yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install

- name: Build project
run: |
yarn build
- name: Deploy to S3
uses: jakejarvis/[email protected]
with:
args: --delete
env:
AWS_S3_BUCKET: devfinal
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-northeast-2
SOURCE_DIR: dist

- name: Invalidate CloudFront Cache
run: |
aws cloudfront create-invalidation \
--distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} \
--paths "/*"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-northeast-2
40 changes: 40 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Workflow name
name: 'Chromatic Deployment'

on:
pull_request:
branches: main
paths:
- '**.stories.tsx'
push:
branches: main
paths:
- '**.stories.tsx'

jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: actions/checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install dependencies
run: yarn install --immutable --check-cache

- name: Publish to Chromatic
id: publish_chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: build-storybook
onlyChanged: true

- name: comment PR
uses: thollander/actions-comment-pull-request@v1
if: ${{ github.event_name == 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: '🚀 **storybook**: ${{ steps.publish_chromatic.outputs.storybookUrl }}'
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files


.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Zero-Install을 사용

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
*storybook.log
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarn lint
yarn format
Loading

0 comments on commit cdb4303

Please sign in to comment.