-
Notifications
You must be signed in to change notification settings - Fork 0
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
비회원 기능 배포 #78
Merged
Merged
비회원 기능 배포 #78
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: pnpm vite react ts 설정 * chore: prettier 설정 * chore: 라이브러리 설치 * chore: stylelint 설정 * chore: vite scss 전역 설정 * chore: path alias 설정 * chore: .gitignore extensions.json, settings.json 제외
* chore: stylelint-scss 제거 * chore: stylelint autofix 기능 추가
* feat: react-router 기본 설정 * chore: tanstack-query-devtools 설치 * feat: tanstack-query 기본 설정 * chore: pnpm-lock 업데이트 * feat: redux 기본 설정 * feat: redux 기본 hooks * chore: 리덕스 사용 예시 * chore: material 및 emotion 설치 * chore: scss 관련 설정 제거 * docs: 커밋 컨벤션 rename, remove 추가 * remove: App 컴포넌트 * chore: emotion 및 material 컴포넌트 예시 * chore: emotion stylelint 설정 * docs: 커밋 컨벤션 design 추가 * design: normalize, reset css 추가 * chore: html lang ko 변경 * remove: 필요없는 파일 제거 * style: 컴포넌트 함수 표현식으로 변경 * docs: 폴더 구조, 컴포넌트 readme 작성
* chore: gitignore env 추가 * chore: 통신 코드 * remove: cicd.yml * chore: 파일 구조 service, types 추가 * feat: 오류 처리 * feat: 강수량, 강수확률 추가
* chore: xlsx 라이브러리 설치 * feat: region 스크립트 작성 * feat: region.json 파일 * chore: xlsx 파일 gitignore 추가 * chore: region.cjs 주석 추가 * remove: 필요없는 파일 제거 * fix: 위도, 경도 변경
* remove: 필요없는 파일 제거 * feat: LootLayout 구현 * feat: /search 라우트 설정 * feat: 뒤로가기 버튼 구현 * feat: 음절 단위 검색 기능 구현 * feat: 검색어 리셋 버튼 구현 * feat: region 스크립트 위도, 경도 number 타입으로 변경 * design: Main padding 제거 및 모든 button의 border 제거 * design: 검색 페이지 Header 스타일 적용 * design: 지역 목록 스타일 적용 * chore: stylelint 설정 추가 * remove: 컴포넌트 예시 파일 제거
* design: 폰트 적용 * design: color theme 설정 * design: typo theme 설정 * design: html font, color 설정 * chore: 주석 추가
날씨 호출 기준 현재 시간으로 변경(#19)
* feat: 검색 목록 아이템 클릭 시, 해당 지역 저장 구현 * feat: Region 타입 분리 * feat: 사용자 지역 선택 영역 마크업 * feat: 지역 버튼 롱클릭, 숏클릭 구현 * feat: plus 아이콘 클릭 시, search 페이지 이동 * feat: 지역 삭제 구현 * design: 사용자 지역 선택 영역 스타일 적용 * design: 지역 삭제 버튼 스타일 적용 * rename: Location Icon 폴더명 변경 * design: input 및 icon 색상 변경 * feat: emotionForwordPropOption utils 구현 * feat: 스크롤 활성 여부에 따른 white gradient 스타일 적용 * feat: default 지역 설정 * rename: 파일명 변경 * chore: 오타 수정
* feat: CustomAppBar 컴포넌트 구현 * feat: CustomToolbar 컴포넌트 구현 * feat: CustomTextField 컴포넌트의 filled 스타일 구현 * feat: search 페이지 Custom 컴포넌트 적용 및 네임스페이스 구체화 * feat: RegionSelector 컴포넌트의 스타일 네임스페이스 구체화 * chore: export 키워드 제거
* feat: 게스트 로그인 구현 * refactor: localstorage uuid key 상수 분리
…orecast-client into feature/#47-TimeSelector-디자인
* refactor: 옷차림 이미지 로직 수정 * feat: 시원하게 버튼 disabled 조건 추가
…orecast-client into feature/#47-TimeSelector-디자인
Feature/#47 time selector 디자인
* feat: 오전 12시 → 오전 00시 문구 수정 * feat: CheckIcon color prop 추가 * fix: 추천 옷차림의 대표 이미지 오류 수정 * refactor: timeFormattiong 로직 리팩토링
* design: WeatherCard 스타일 조정 * rename: style 파일 이름 변경 * feat: 대표, 최고, 최저 기온 문구 추가 * feat: 옷차림 이미지 추가
* feat: 온도 옵션 disabled 조건 변경 * design: middleButton border 색 변경
* feat: selectedTime 상태 구현 * remove: 사용하지 않는 함수 제거 * feat: TimeCarousel 구현 * feat: 오늘내일 선택 구현 * refactor: selectedTime 상태값 변경 * refactor: TIME_LIST 데이터 적용 * feat: 시작 시간 변화 시, 끝나는 시간 범위 조정 및 선택된 위치 고정 * design: 스타일 제거 * refactor: 코드 리팩토링 * design: hypen 아이콘을 css로 변경
* fix: 모바일 time selector 버그 수정 * fix: 강수확률 이미지 수정 * refactor: 대표 기온 이미지 로직 리팩토링 * refactor: 강수량 이미지 로직 리팩토링 * remove: 사용하지 않는 파일 제거
* refactor: Home 경로 폴더 구조 변경 * remove: 사용하지 않은 파일 제거 * refactor: Search 경로 폴더 구조 변경 * refactor: layout 폴더 구조 변경 * refactor: CustomMui 폴더 구조 생성 * refactor: assets 폴더의 이미지 구조 변경 * rename: 지역 좌표 파일들 이름 변경 * refactor: components내 icon 폴더 구조 변경 * refactor: CustomMui 및 icon의 하위 폴더 제거 * docs: readme 업데이트 * fix: import 경로 수정
* chore: localhost https 적용 * chore: vite plugin basic ssl 디펜던시 제거 * feat: 로그인 기본 구조 * feat: getWeather 주소 변경 * chore: config build 테스트 * chore: config 복원 * feat: api 경로 수정 * feat: 로그인 api 경로 수정 및 주석 제거
* feat: 로그인 기능 router 주석 처리 * feat: feedback router 추가 * refactor: GoBackButton 공통 컴포넌트로 분리 * feat: feedback 페이지 header 구현 * feat: feedback textarea 구현 * design: theme primary dark 색상 추가 * feat: SubmitButton 구현
Deploying fashion-forecast with
|
Latest commit: |
1d27ccf
|
Status: | ✅ Deploy successful! |
Preview URL: | https://189f09e7.fashion-forecast.pages.dev |
Branch Preview URL: | https://develop.fashion-forecast.pages.dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📄 Summary
비회원 기능 배포
지역 설정
설정된 지역의 날씨 정보
설정된 지역의 옷차림 추천
🙋🏻 More