Skip to content

Conversation

@yulrang
Copy link
Contributor

@yulrang yulrang commented Nov 21, 2024

🔖 Issue Ticket

#135

✍️ Description

Not found 페이지 디자인이 수정되어 코드 변경했습니다~~~

✅ Checklist

PR

  • Branch Convention 확인

    feat/ 피쳐, fix/ 버그 수정, refactor/ 개선

  • Base Branch 확인
  • 적절한 Label 지정
  • Assignee 및 Reviewer 지정

Test

  • 로컬 작동 확인

Summary by CodeRabbit

  • 새로운 기능

    • 404 오류 페이지 디자인 및 기능 개선.
    • 이전 페이지로 돌아가는 버튼 추가 및 한국어로 텍스트 현지화.
  • 버그 수정

    • 미디어 쿼리 대신 라우터를 사용하여 모바일 반응성 처리 개선.
  • 스타일

    • Tailwind CSS 설정에서 애니메이션 및 글꼴 크기 조정.

@coderabbitai
Copy link

coderabbitai bot commented Nov 21, 2024

Walkthrough

NotFound 컴포넌트가 모바일 반응성 처리 방식과 레이아웃 구조를 수정했습니다. 기존의 미디어 쿼리 대신 useRouter를 활용하여 네비게이션 기능을 추가하였고, 404 오류의 시각적 표현을 단순화했습니다. Tailwind CSS 설정 파일에서는 폰트 크기와 애니메이션 키프레임을 조정하여 새로운 디자인 요소를 반영했습니다.

Changes

파일 경로 변경 요약
src/app/not-found.tsx - useMediaQuery 제거, useRouterButton 추가
- 레이아웃을 고정 위치로 변경
- SVG 및 텍스트 요소 재구성
- 네비게이션 버튼을 Link에서 Button으로 변경하고 router.back() 메서드 사용
- 텍스트를 한국어로 로컬라이즈
tailwind.config.ts - fontSize404 값 변경 및 '404-back' 추가
- wave 애니메이션의 변환 값 수정 및 지속 시간 변경

Possibly related PRs

  • ✨ Feat: Not Found 추가 #145: 이 PR은 NotFound 컴포넌트에 대한 변경 사항을 포함하고 있으며, 404 오류 페이지의 기능 및 디자인 향상에 중점을 두고 있습니다.

Suggested reviewers

  • Rangbyeolang
  • HaeJungg
  • User850413

🐇 새로운 디자인, 새로운 길,
404 페이지에 즐거운 기쁨을 담아,
버튼 클릭해 뒤로 가는 길,
한국어로 전하는 따뜻한 말,
우리 모두 함께 웃으며 가자! 🌊

Warning

Rate limit exceeded

@yulrang has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 10 minutes and 37 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 48b530e and 3ea7466.

Warning

There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure.

🔧 eslint (1.23.1)

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

src/app/not-found.tsx

Oops! Something went wrong! :(

ESLint: 8.57.1

ESLint couldn't determine the plugin "react-hooks" uniquely.

  • /node_modules/eslint-plugin-react-hooks/index.js (loaded in ".eslintrc.js")
  • /node_modules/eslint-config-next/node_modules/eslint-plugin-react-hooks/index.js (loaded in ".eslintrc.js » eslint-config-next/core-web-vitals » /node_modules/eslint-config-next/index.js » plugin:react-hooks/recommended")

Please remove the "plugins" setting from either config or remove either plugin installation.

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions
Copy link

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Outside diff range and nitpick comments (3)
src/app/not-found.tsx (2)

13-28: 접근성 개선이 필요합니다

레이아웃 구조는 잘 구성되어 있지만, 다음과 같은 접근성 개선사항을 제안드립니다:

  1. 스크린 리더 사용자를 위한 명확한 페이지 제목
  2. 오류 상태에 대한 적절한 ARIA 속성

다음과 같이 수정해보세요:

-    <div className="fixed inset-0 flex w-screen items-center justify-center">
+    <div className="fixed inset-0 flex w-screen items-center justify-center" role="alert" aria-labelledby="error-title">
       <p className="fixed left-1/2 -translate-x-1/2 text-404-back text-blue-50" aria-hidden="true">
         404
       </p>
       <div className="relative z-10 flex flex-col items-center">
-        <h1 className="text-404 font-semibold text-blue-500">404</h1>
+        <h1 id="error-title" className="text-404 font-semibold text-blue-500">404</h1>

29-66: SVG 애니메이션 최적화 제안

웨이브 애니메이션이 잘 구현되어 있지만, 성능 최적화를 위한 몇 가지 제안사항이 있습니다:

  1. 긴 애니메이션 주기(20초)는 불필요한 리소스 사용을 야기할 수 있습니다
  2. 여러 레이어의 애니메이션이 동시에 실행되어 성능에 영향을 줄 수 있습니다

다음과 같은 최적화를 고려해보세요:

-            className="animate-duration-[20s] animate-delay-[6000ms] animate-wave"
+            className="animate-duration-[10s] animate-delay-[3000ms] animate-wave"

또한 다음 속성을 SVG에 추가하여 렌더링 성능을 개선할 수 있습니다:

       <svg
         className="absolute bottom-0 left-0 h-[20vh] w-screen"
+        loading="lazy"
+        style={{ willChange: 'transform' }}
tailwind.config.ts (1)

85-86: 반응형 디자인을 위한 뷰포트 기반 단위 사용을 승인합니다.

고정된 rem 단위에서 뷰포트 기반 단위(vh)로 변경한 것은 다양한 화면 크기에서 일관된 사용자 경험을 제공하는 데 도움이 될 것입니다.

다만, 매우 큰 화면에서는 텍스트가 과도하게 커질 수 있으므로, 최대 크기 제한을 추가하는 것을 고려해보세요. 예를 들어:

+'404': ['min(26.8vh, 18.75rem)', { lineHeight: 'min(26.8vh, 18.75rem)' }],
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 59eaf95 and cb40587.

📒 Files selected for processing (2)
  • src/app/not-found.tsx (1 hunks)
  • tailwind.config.ts (2 hunks)
🔇 Additional comments (2)
src/app/not-found.tsx (1)

10-10: 훌륭한 구현입니다!

useRouter 훅의 사용이 Next.js의 모범 사례를 잘 따르고 있습니다.

tailwind.config.ts (1)

135-136: 웨이브 애니메이션 개선을 승인합니다.

애니메이션 지속 시간을 0.8초에서 10초로 늘리고 타이밍 함수를 ease로 변경한 것은 더 부드럽고 자연스러운 움직임을 만들어낼 것입니다.

다음 스크립트를 실행하여 이 애니메이션이 실제로 사용되는 위치를 확인하겠습니다:

Also applies to: 141-141

✅ Verification successful

Let me check the animation configuration in the tailwind config file to verify the changes.


웨이브 애니메이션이 적절하게 구현되었음을 확인했습니다

NotFound 페이지에서 세 개의 웨이브 레이어가 각각 다른 지속 시간(7s, 14s, 20s)과 지연 시간(2s, 4s, 6s)으로 구현되어 있으며, tailwind 설정에서 wave 애니메이션이 무한 반복(infinite)되도록 올바르게 구성되어 있습니다. 변경된 transform 값(-90px에서 85px)과 ease 타이밍 함수는 자연스러운 웨이브 효과를 만들어낼 것입니다.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: NotFound 컴포넌트에서 wave 애니메이션 사용 확인

# wave 애니메이션 클래스 사용 검색
rg "animate-wave" -A 5

Length of output: 1013


Script:

#!/bin/bash
# Check animation configuration in tailwind config
rg "keyframes: {" -A 20 tailwind.config.ts

Length of output: 132


Script:

#!/bin/bash
# Check animation configuration in tailwind config with proper escaping
rg -A 20 "keyframes:" tailwind.config.ts

Length of output: 478

Comment on lines 4 to 5
import { useRouter } from 'next/navigation';
import { Router } from 'next/router';
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

불필요한 Router 임포트 제거 필요

next/routerRouter 임포트가 코드에서 사용되지 않고 있습니다. 또한 이미 next/navigation에서 useRouter를 임포트하고 있으므로 중복된 라우팅 기능입니다.

다음과 같이 수정해주세요:

import { useRouter } from 'next/navigation';
-import { Router } from 'next/router';
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
import { useRouter } from 'next/navigation';
import { Router } from 'next/router';
import { useRouter } from 'next/navigation';

Copy link
Contributor

@HaeJungg HaeJungg left a comment

Choose a reason for hiding this comment

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

끝이 보임니다..!🙌

@github-actions
Copy link

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Outside diff range and nitpick comments (2)
src/app/not-found.tsx (2)

10-13: 접근성 개선을 위한 제안

배경의 404 텍스트가 text-blue-50로 설정되어 있어 매우 밝은 색상입니다. 시각적 계층구조를 위해 약간 더 진한 색상을 고려해보세요.

-      <p className="fixed left-1/2 -translate-x-1/2 text-404-back text-blue-50" aria-hidden="true">
+      <p className="fixed left-1/2 -translate-x-1/2 text-404-back text-blue-100" aria-hidden="true">

26-63: 애니메이션 성능 최적화 제안

웨이브 애니메이션이 잘 구현되어 있습니다. 다만, 성능 최적화를 위해 다음 사항들을 고려해보세요:

  1. CSS will-change 속성 추가
  2. 애니메이션 레이어 수를 줄이거나 더 긴 지연 시간 설정
         <g className="parallax">
           <use
-            className="animate-duration-[7s] animate-delay-[2000ms] animate-wave"
+            className="animate-duration-[7s] animate-delay-[2000ms] animate-wave will-change-transform"
             xlinkHref="#gentle-wave"
             x="60"
             y="0"
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between cb40587 and 48b530e.

⛔ Files ignored due to path filters (1)
  • src/app/favicon.ico is excluded by !**/*.ico
📒 Files selected for processing (1)
  • src/app/not-found.tsx (1 hunks)
🔇 Additional comments (1)
src/app/not-found.tsx (1)

3-8: 코드가 깔끔하게 정리되었습니다!

불필요한 임포트가 제거되고 필요한 의존성만 남아있어 코드가 더욱 간결해졌습니다.

Comment on lines 14 to 25
<div className="relative z-10 flex flex-col items-center">
<h1 className="text-404 font-semibold text-blue-500">404</h1>
<p className="text-2xl font-semibold text-gray-900">
&quot;죄송합니다. 페이지를 찾을 수 없습니다. 😢&quot;
</p>
<Button
onClick={() => router.back()}
className="btn-filled mt-20 flex h-11 items-center rounded-xl px-16 text-base font-semibold"
>
<defs>
<path
id="wave"
d="m-115,50q38-30 75,0t75,0 75,0 75,0
75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0
v20 h-1540 v-20"
className="translate-y-[110px]"
/>
<clipPath id="wave-clip-front">
<use className="animate-wave" href="#wave" />
<rect x="0" y="0" width="100%" height="180" />
</clipPath>
<clipPath id="wave-clip-middle">
<use className="animate-wave" href="#wave" />
<rect x="0" y="180" width="100%" height="150" />
</clipPath>
<linearGradient id="grad-front" x1="0%" y1="0" x2="100%" y2="100%">
<stop offset="0%" stopColor="#60A5FA" stopOpacity="1" />
<stop offset="100%" stopColor="#3388FF" stopOpacity="1" />
</linearGradient>
<text
id="clipped-wave"
x={isMobile ? '50' : '0'}
y="260"
fontFamily="Helvetica"
fontWeight="bold"
fontSize={isMobile ? '15rem' : '18.75rem'}
>
404
</text>
</defs>
뒤로 가기
</Button>
</div>
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

에러 처리 개선 제안

현재 구현은 잘 되어있지만, 뒤로가기 동작 시 발생할 수 있는 예외 상황(예: 히스토리가 없는 경우)에 대한 처리가 필요할 수 있습니다.

         <Button
-          onClick={() => router.back()}
+          onClick={() => {
+            try {
+              router.back();
+            } catch {
+              router.push('/');
+            }
+          }}
           className="btn-filled mt-20 flex h-11 items-center rounded-xl px-16 text-base font-semibold"
         >
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<div className="relative z-10 flex flex-col items-center">
<h1 className="text-404 font-semibold text-blue-500">404</h1>
<p className="text-2xl font-semibold text-gray-900">
&quot;죄송합니다. 페이지를 찾을 없습니다. 😢&quot;
</p>
<Button
onClick={() => router.back()}
className="btn-filled mt-20 flex h-11 items-center rounded-xl px-16 text-base font-semibold"
>
<defs>
<path
id="wave"
d="m-115,50q38-30 75,0t75,0 75,0 75,0
75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0 75,0
v20 h-1540 v-20"
className="translate-y-[110px]"
/>
<clipPath id="wave-clip-front">
<use className="animate-wave" href="#wave" />
<rect x="0" y="0" width="100%" height="180" />
</clipPath>
<clipPath id="wave-clip-middle">
<use className="animate-wave" href="#wave" />
<rect x="0" y="180" width="100%" height="150" />
</clipPath>
<linearGradient id="grad-front" x1="0%" y1="0" x2="100%" y2="100%">
<stop offset="0%" stopColor="#60A5FA" stopOpacity="1" />
<stop offset="100%" stopColor="#3388FF" stopOpacity="1" />
</linearGradient>
<text
id="clipped-wave"
x={isMobile ? '50' : '0'}
y="260"
fontFamily="Helvetica"
fontWeight="bold"
fontSize={isMobile ? '15rem' : '18.75rem'}
>
404
</text>
</defs>
뒤로 가기
</Button>
</div>
<div className="relative z-10 flex flex-col items-center">
<h1 className="text-404 font-semibold text-blue-500">404</h1>
<p className="text-2xl font-semibold text-gray-900">
&quot;죄송합니다. 페이지를 찾을 없습니다. 😢&quot;
</p>
<Button
onClick={() => {
try {
router.back();
} catch {
router.push('/');
}
}}
className="btn-filled mt-20 flex h-11 items-center rounded-xl px-16 text-base font-semibold"
>
뒤로 가기
</Button>
</div>

@github-actions
Copy link

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (3)
src/app/not-found.tsx (3)

10-14: 접근성 개선을 위한 제안

404 페이지의 레이아웃이 잘 구성되어 있지만, 스크린 리더 사용자를 위한 개선이 필요합니다.

다음과 같이 수정해보세요:

-    <div className="fixed inset-0 flex w-screen items-center justify-center">
+    <main role="main" aria-label="404 오류 페이지" className="fixed inset-0 flex w-screen items-center justify-center">

19-30: 버튼 텍스트 접근성 개선 필요

현재 버튼의 텍스트가 간단하지만, 스크린 리더 사용자에게 더 명확한 정보를 제공할 수 있습니다.

다음과 같이 수정해보세요:

-          뒤로 가기
+          이전 페이지로 돌아가기

32-69: 성능 최적화 제안

웨이브 애니메이션이 아름답게 구현되어 있지만, 저사양 기기에서 성능 이슈가 발생할 수 있습니다.

다음과 같은 최적화를 고려해보세요:

 <svg
-        className="absolute bottom-0 left-0 h-[20vh] w-screen"
+        className="absolute bottom-0 left-0 h-[20vh] w-screen"
+        style={{ willChange: 'transform' }}
         xmlns="http://www.w3.org/2000/svg"

추가로 prefers-reduced-motion 미디어 쿼리를 통해 사용자의 모션 감소 설정을 존중하는 것이 좋습니다:

@media (prefers-reduced-motion: reduce) {
  .animate-wave {
    animation: none;
  }
}
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 48b530e and 3ea7466.

📒 Files selected for processing (1)
  • src/app/not-found.tsx (1 hunks)
🔇 Additional comments (1)
src/app/not-found.tsx (1)

3-7: 코드가 개선되었습니다!

이전 리뷰에서 지적된 불필요한 Router 임포트 제거와 에러 처리가 잘 반영되었습니다.

Copy link
Contributor

@minkyung5x5 minkyung5x5 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다-!!

@yulrang yulrang merged commit a84ba5a into develop Nov 22, 2024
2 checks passed
yulrang added a commit that referenced this pull request Nov 22, 2024
* ✨ Feat: reviewing Form에 post api 연결

* Rename: review-apis

* 🐛 fix: build warning 수정, 사용하지 않는 함수, import 삭제

* 💄 design: 스켈레톤 ui수정

* ✨ feat: 크루 디테일 스켈레톤 UI추가

* ✨ feat: 리스트 스켈레톤 적용, 데이터 없을 경우 스타일 추가

* ✨ feat: 스켈레톤 ui 추가 잘못된 id 404로 이동

* 🐛 fix: npm installed canged

* ♻️ refactor: 스토리북 폴더, 파일명 수정

* 🚑 fix: npm i changed

* 🚑 fix: 페이지 랜더링 안되는 문제 수정

* 📝 docs: 스토리북 configure doc 수정

* 🚑 fix: 맥 스토리북위해 esbuild설치

* 💄 design: fontweignt삭제

* 🐛 fix: 포멧 데이터 디자인에 맞게 수정

* 🐛 fix: 타입 수정

* 🐛 fix: 스토리북 목데이터 수정

* 💄 design: 디자인에 맞게 날짜 수정

* ✨ feat: 나의리뷰, 리뷰 삭제하기 추가

* 🐛 fix: 토스트로 변경

* ✨ feat: 나의 리뷰 리스트 무한스크롤 구현, 데이터 연결

* 📝 docs: 사용하지 않는 파일 삭제, 주석처리

* 🚑 fix: 중복 코드 삭제, 이동경로 수정

* 💄 design: 마진 추가

* 🐛 fix: 폴더 들여쓰기 에러 수정 - meta title 변경

* 🐛 fix: 프리패치 기능 다시 살림

* ✨ feat: 크루 리뷰 타입 추가

* 🐛 fix: 리뷰카드 수정

* 🐛 fix: 사용하지 않는 import 삭제

* 🚑 fix: 타입에 따라 이름 변경

* ✨ feat: 데이터 패치

* ✨ feat: 레이지 로딩을 통해 시간단축

* ♻️ refactor: 페이지네이션 리팩토링

* 🐛 fix: 선언했지만 사용하지 않는 값 삭제

* ✨ feat: 리뷰 리스트 스켈레톤 UI 추가

* Fix/youl bug fix (#150)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* ✨ feat: 스켈레톤 사용

* ✨ feat: 데이터 패치, 스켈레톤 사용

* 💄 design: 스켈레톤 디자인 수정

* 💄 design: 모바일 디자인 수정

* 최신화

* 🚑 fix: 데이터 수정

* 🐛 fix: zustand state 에러 수정, ✨ Feat: reissue에러시 redirect 추가

* 💄 Style: img style 변경

* 🚑 fix: 패키지 변경

* ✨ feat: 데이터가 없는경우 처리

* 💄 design: 스켈레톤 디자인 수정

* ♻️ refactor: 코드 리팩토링

* 💄 design: 디자인에 맞게 수정, 누락된 데이터 추가, 반응형 작업

* 🐛 fix: 데이터명 변경

* 🐛 fix: storybook err 수정

* Feat/135/not found 디자인 수정 (#167)

* ✨ Feat: Not Found 추가

* 💄 Design: 디자인 개선

* 💄 Design: not-found 디자인 수정

* 💄 Design: favicon 추가

* 🚨 Fix: 임포트 정리

* 🐛 Fix : 오류처리 추가

* 🚑 fix: 마이페이지 401로직 수정

* ✨ feat: 로그인상태가 아닐경우 로그인 페이지로 이동

* 🐛 fix: 안쓰는 임시파일 삭제

* ♻️ refactor: storybook 폴더 변경, 📝 docs: configure 이미지 파일 추가

* Feat/147/skeleton : 마이페이지 스켈레톤 추가 (#162)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* 💄 Design: 크루카드 모바일 디자인 수정

* ✨ Feat: 마이페이지 스켈레톤 추가

* 🚨 Fix: 빌드 워닝 제거

* 💄  Design: 나의약속 스켈레톤 디자인 수정 초안

* 💄 Design: 스켈레톤 너비 수정

* Merge branch 'develop' into Feat/147/Skeleton

* 🐛 fix: build err 수정 - import 추가

* 🐛 fix: 프로필 모음 위치수정

* 🐛 fix: 안쓰는 컴포넌트 삭제

* 🐛 fix: 폴더명 변경

* 🚑 fix: 버튼 컴포넌트 위치 변경

* 🐛 fix: 파일이동

* 📦 chore: 안쓰는 파일, 패키지 정리

* 🚑 fix: build warning 정리

* ✨ feat: 빌드 해결위해 추가

* 🚑 fix: 사용하지 않는 패키지 삭제

* Fix/youl bug fix : 로고, 파비콘 교체, 헤더 스타일 변경 (#171)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* 🎨 Style: 린트프리티어 적용

* 💄 Design: 헤더 수정

* 🔥 Chore: 파일 정리

* 🐛 Fix: 헤더 동작 개선

* 🐛 Fix: 크루 찾기 메뉴 원래대로

* 💄 Design: 헤더 디자인 수정

* 💄 Design: 로그인 폰트사이즈 변경

* 🐛 Fix: 이미지 경로 수정

* 🍱 Chore: 압축된 이미지로 교체

* 🔧 Chore: 파비콘 설정 추가

* 💚 Chore: package 싱크

---------

Co-authored-by: 조예은 <[email protected]>
Co-authored-by: min5x5 <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: Cho Yeeun <[email protected]>
Co-authored-by: 김민경 <[email protected]>
yulrang added a commit that referenced this pull request Nov 22, 2024
* ✨ Feat: reviewing Form에 post api 연결

* Rename: review-apis

* 🐛 fix: build warning 수정, 사용하지 않는 함수, import 삭제

* 💄 design: 스켈레톤 ui수정

* ✨ feat: 크루 디테일 스켈레톤 UI추가

* ✨ feat: 리스트 스켈레톤 적용, 데이터 없을 경우 스타일 추가

* ✨ feat: 스켈레톤 ui 추가 잘못된 id 404로 이동

* 🐛 fix: npm installed canged

* ♻️ refactor: 스토리북 폴더, 파일명 수정

* 🚑 fix: npm i changed

* 🚑 fix: 페이지 랜더링 안되는 문제 수정

* 📝 docs: 스토리북 configure doc 수정

* 🚑 fix: 맥 스토리북위해 esbuild설치

* 💄 design: fontweignt삭제

* 🐛 fix: 포멧 데이터 디자인에 맞게 수정

* 🐛 fix: 타입 수정

* 🐛 fix: 스토리북 목데이터 수정

* 💄 design: 디자인에 맞게 날짜 수정

* ✨ feat: 나의리뷰, 리뷰 삭제하기 추가

* 🐛 fix: 토스트로 변경

* ✨ feat: 나의 리뷰 리스트 무한스크롤 구현, 데이터 연결

* 📝 docs: 사용하지 않는 파일 삭제, 주석처리

* 🚑 fix: 중복 코드 삭제, 이동경로 수정

* 💄 design: 마진 추가

* 🐛 fix: 폴더 들여쓰기 에러 수정 - meta title 변경

* 🐛 fix: 프리패치 기능 다시 살림

* ✨ feat: 크루 리뷰 타입 추가

* 🐛 fix: 리뷰카드 수정

* 🐛 fix: 사용하지 않는 import 삭제

* 🚑 fix: 타입에 따라 이름 변경

* ✨ feat: 데이터 패치

* ✨ feat: 레이지 로딩을 통해 시간단축

* ♻️ refactor: 페이지네이션 리팩토링

* 🐛 fix: 선언했지만 사용하지 않는 값 삭제

* ✨ feat: 리뷰 리스트 스켈레톤 UI 추가

* Fix/youl bug fix (#150)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* ✨ feat: 스켈레톤 사용

* ✨ feat: 데이터 패치, 스켈레톤 사용

* 💄 design: 스켈레톤 디자인 수정

* 💄 design: 모바일 디자인 수정

* 최신화

* 🚑 fix: 데이터 수정

* 🐛 fix: zustand state 에러 수정, ✨ Feat: reissue에러시 redirect 추가

* 💄 Style: img style 변경

* 🚑 fix: 패키지 변경

* ✨ feat: 데이터가 없는경우 처리

* 💄 design: 스켈레톤 디자인 수정

* ♻️ refactor: 코드 리팩토링

* 💄 design: 디자인에 맞게 수정, 누락된 데이터 추가, 반응형 작업

* 🐛 fix: 데이터명 변경

* 🐛 fix: storybook err 수정

* Feat/135/not found 디자인 수정 (#167)

* ✨ Feat: Not Found 추가

* 💄 Design: 디자인 개선

* 💄 Design: not-found 디자인 수정

* 💄 Design: favicon 추가

* 🚨 Fix: 임포트 정리

* 🐛 Fix : 오류처리 추가

* 🚑 fix: 마이페이지 401로직 수정

* ✨ feat: 로그인상태가 아닐경우 로그인 페이지로 이동

* 🐛 fix: 안쓰는 임시파일 삭제

* ♻️ refactor: storybook 폴더 변경, 📝 docs: configure 이미지 파일 추가

* Feat/147/skeleton : 마이페이지 스켈레톤 추가 (#162)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* 💄 Design: 크루카드 모바일 디자인 수정

* ✨ Feat: 마이페이지 스켈레톤 추가

* 🚨 Fix: 빌드 워닝 제거

* 💄  Design: 나의약속 스켈레톤 디자인 수정 초안

* 💄 Design: 스켈레톤 너비 수정

* Merge branch 'develop' into Feat/147/Skeleton

* 🐛 fix: build err 수정 - import 추가

* 🐛 fix: 프로필 모음 위치수정

* 🐛 fix: 안쓰는 컴포넌트 삭제

* 🐛 fix: 폴더명 변경

* 🚑 fix: 버튼 컴포넌트 위치 변경

* 🐛 fix: 파일이동

* 📦 chore: 안쓰는 파일, 패키지 정리

* 🚑 fix: build warning 정리

* ✨ feat: 빌드 해결위해 추가

* 🚑 fix: 사용하지 않는 패키지 삭제

* Fix/youl bug fix : 로고, 파비콘 교체, 헤더 스타일 변경 (#171)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* 🎨 Style: 린트프리티어 적용

* 💄 Design: 헤더 수정

* 🔥 Chore: 파일 정리

* 🐛 Fix: 헤더 동작 개선

* 🐛 Fix: 크루 찾기 메뉴 원래대로

* 💄 Design: 헤더 디자인 수정

* 💄 Design: 로그인 폰트사이즈 변경

* 🐛 Fix: 이미지 경로 수정

* 🍱 Chore: 압축된 이미지로 교체

* 🔧 Chore: 파비콘 설정 추가

* 💚 Chore: package 싱크

* 💄design: 간격 변경

* ✨ feat: 빈배열 문구 추가

* 💄 design: 스켈레톤 ui 수정

* ✨ Feat: 데이터 없을 때 문구 추가

* 🐛 fix: svg err 수정

* 📝 docs: 스토리북 docs 추가, 보강

* 🐛 fix: 안쓰는 목데이터 삭제

* 📝 docs: 프로필, 찜하기 스토리북 docs 추가

* 📝 docs: input, auth, layout component 스토리북 문서 수정

* ♻️ refactor: 이전 파비콘 삭제

* Fix/youl storybook + 노데이터 문구 수정 (#174)

* 📝 Docs: 스토리북 수정, Refactor: 안쓰는 타입 수정

* 📝 Docs: jsdoc 추가

* ✨ feat: 빈배열일 경우 처리 추가, mt추가

* 🐛 fix: app 내 파비콘 삭제

* 💄 design: 디자인 수정

---------

Co-authored-by: 조예은 <[email protected]>
Co-authored-by: min5x5 <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: Cho Yeeun <[email protected]>
Co-authored-by: 김민경 <[email protected]>
yulrang added a commit that referenced this pull request Nov 22, 2024
* ✨ Feat: reviewing Form에 post api 연결

* Rename: review-apis

* 🐛 fix: build warning 수정, 사용하지 않는 함수, import 삭제

* 💄 design: 스켈레톤 ui수정

* ✨ feat: 크루 디테일 스켈레톤 UI추가

* ✨ feat: 리스트 스켈레톤 적용, 데이터 없을 경우 스타일 추가

* ✨ feat: 스켈레톤 ui 추가 잘못된 id 404로 이동

* 🐛 fix: npm installed canged

* ♻️ refactor: 스토리북 폴더, 파일명 수정

* 🚑 fix: npm i changed

* 🚑 fix: 페이지 랜더링 안되는 문제 수정

* 📝 docs: 스토리북 configure doc 수정

* 🚑 fix: 맥 스토리북위해 esbuild설치

* 💄 design: fontweignt삭제

* 🐛 fix: 포멧 데이터 디자인에 맞게 수정

* 🐛 fix: 타입 수정

* 🐛 fix: 스토리북 목데이터 수정

* 💄 design: 디자인에 맞게 날짜 수정

* ✨ feat: 나의리뷰, 리뷰 삭제하기 추가

* 🐛 fix: 토스트로 변경

* ✨ feat: 나의 리뷰 리스트 무한스크롤 구현, 데이터 연결

* 📝 docs: 사용하지 않는 파일 삭제, 주석처리

* 🚑 fix: 중복 코드 삭제, 이동경로 수정

* 💄 design: 마진 추가

* 🐛 fix: 폴더 들여쓰기 에러 수정 - meta title 변경

* 🐛 fix: 프리패치 기능 다시 살림

* ✨ feat: 크루 리뷰 타입 추가

* 🐛 fix: 리뷰카드 수정

* 🐛 fix: 사용하지 않는 import 삭제

* 🚑 fix: 타입에 따라 이름 변경

* ✨ feat: 데이터 패치

* ✨ feat: 레이지 로딩을 통해 시간단축

* ♻️ refactor: 페이지네이션 리팩토링

* 🐛 fix: 선언했지만 사용하지 않는 값 삭제

* ✨ feat: 리뷰 리스트 스켈레톤 UI 추가

* Fix/youl bug fix (#150)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* ✨ feat: 스켈레톤 사용

* ✨ feat: 데이터 패치, 스켈레톤 사용

* 💄 design: 스켈레톤 디자인 수정

* 💄 design: 모바일 디자인 수정

* 최신화

* 🚑 fix: 데이터 수정

* 🐛 fix: zustand state 에러 수정, ✨ Feat: reissue에러시 redirect 추가

* 💄 Style: img style 변경

* 🚑 fix: 패키지 변경

* ✨ feat: 데이터가 없는경우 처리

* 💄 design: 스켈레톤 디자인 수정

* ♻️ refactor: 코드 리팩토링

* 💄 design: 디자인에 맞게 수정, 누락된 데이터 추가, 반응형 작업

* 🐛 fix: 데이터명 변경

* 🐛 fix: storybook err 수정

* Feat/135/not found 디자인 수정 (#167)

* ✨ Feat: Not Found 추가

* 💄 Design: 디자인 개선

* 💄 Design: not-found 디자인 수정

* 💄 Design: favicon 추가

* 🚨 Fix: 임포트 정리

* 🐛 Fix : 오류처리 추가

* 🚑 fix: 마이페이지 401로직 수정

* ✨ feat: 로그인상태가 아닐경우 로그인 페이지로 이동

* 🐛 fix: 안쓰는 임시파일 삭제

* ♻️ refactor: storybook 폴더 변경, 📝 docs: configure 이미지 파일 추가

* Feat/147/skeleton : 마이페이지 스켈레톤 추가 (#162)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* 💄 Design: 크루카드 모바일 디자인 수정

* ✨ Feat: 마이페이지 스켈레톤 추가

* 🚨 Fix: 빌드 워닝 제거

* 💄  Design: 나의약속 스켈레톤 디자인 수정 초안

* 💄 Design: 스켈레톤 너비 수정

* Merge branch 'develop' into Feat/147/Skeleton

* 🐛 fix: build err 수정 - import 추가

* 🐛 fix: 프로필 모음 위치수정

* 🐛 fix: 안쓰는 컴포넌트 삭제

* 🐛 fix: 폴더명 변경

* 🚑 fix: 버튼 컴포넌트 위치 변경

* 🐛 fix: 파일이동

* 📦 chore: 안쓰는 파일, 패키지 정리

* 🚑 fix: build warning 정리

* ✨ feat: 빌드 해결위해 추가

* 🚑 fix: 사용하지 않는 패키지 삭제

* Fix/youl bug fix : 로고, 파비콘 교체, 헤더 스타일 변경 (#171)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* 🎨 Style: 린트프리티어 적용

* 💄 Design: 헤더 수정

* 🔥 Chore: 파일 정리

* 🐛 Fix: 헤더 동작 개선

* 🐛 Fix: 크루 찾기 메뉴 원래대로

* 💄 Design: 헤더 디자인 수정

* 💄 Design: 로그인 폰트사이즈 변경

* 🐛 Fix: 이미지 경로 수정

* 🍱 Chore: 압축된 이미지로 교체

* 🔧 Chore: 파비콘 설정 추가

* 💚 Chore: package 싱크

* 💄design: 간격 변경

* ✨ feat: 빈배열 문구 추가

* 💄 design: 스켈레톤 ui 수정

* ✨ Feat: 데이터 없을 때 문구 추가

* 🐛 fix: svg err 수정

* 📝 docs: 스토리북 docs 추가, 보강

* 🐛 fix: 안쓰는 목데이터 삭제

* 📝 docs: 프로필, 찜하기 스토리북 docs 추가

* 📝 docs: input, auth, layout component 스토리북 문서 수정

* ♻️ refactor: 이전 파비콘 삭제

* Fix/youl storybook + 노데이터 문구 수정 (#174)

* 📝 Docs: 스토리북 수정, Refactor: 안쓰는 타입 수정

* 📝 Docs: jsdoc 추가

* ✨ feat: 빈배열일 경우 처리 추가, mt추가

* 🐛 fix: app 내 파비콘 삭제

* 💄 design: 디자인 수정

* 💄 Design: 메인 버튼 크기 통일

---------

Co-authored-by: 조예은 <[email protected]>
Co-authored-by: min5x5 <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: Cho Yeeun <[email protected]>
Co-authored-by: 김민경 <[email protected]>
yulrang added a commit that referenced this pull request Nov 23, 2024
* ✨ Feat: reviewing Form에 post api 연결

* Rename: review-apis

* 🐛 fix: build warning 수정, 사용하지 않는 함수, import 삭제

* 💄 design: 스켈레톤 ui수정

* ✨ feat: 크루 디테일 스켈레톤 UI추가

* ✨ feat: 리스트 스켈레톤 적용, 데이터 없을 경우 스타일 추가

* ✨ feat: 스켈레톤 ui 추가 잘못된 id 404로 이동

* 🐛 fix: npm installed canged

* ♻️ refactor: 스토리북 폴더, 파일명 수정

* 🚑 fix: npm i changed

* 🚑 fix: 페이지 랜더링 안되는 문제 수정

* 📝 docs: 스토리북 configure doc 수정

* 🚑 fix: 맥 스토리북위해 esbuild설치

* 💄 design: fontweignt삭제

* 🐛 fix: 포멧 데이터 디자인에 맞게 수정

* 🐛 fix: 타입 수정

* 🐛 fix: 스토리북 목데이터 수정

* 💄 design: 디자인에 맞게 날짜 수정

* ✨ feat: 나의리뷰, 리뷰 삭제하기 추가

* 🐛 fix: 토스트로 변경

* ✨ feat: 나의 리뷰 리스트 무한스크롤 구현, 데이터 연결

* 📝 docs: 사용하지 않는 파일 삭제, 주석처리

* 🚑 fix: 중복 코드 삭제, 이동경로 수정

* 💄 design: 마진 추가

* 🐛 fix: 폴더 들여쓰기 에러 수정 - meta title 변경

* 🐛 fix: 프리패치 기능 다시 살림

* ✨ feat: 크루 리뷰 타입 추가

* 🐛 fix: 리뷰카드 수정

* 🐛 fix: 사용하지 않는 import 삭제

* 🚑 fix: 타입에 따라 이름 변경

* ✨ feat: 데이터 패치

* ✨ feat: 레이지 로딩을 통해 시간단축

* ♻️ refactor: 페이지네이션 리팩토링

* 🐛 fix: 선언했지만 사용하지 않는 값 삭제

* ✨ feat: 리뷰 리스트 스켈레톤 UI 추가

* Fix/youl bug fix (#150)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* ✨ feat: 스켈레톤 사용

* ✨ feat: 데이터 패치, 스켈레톤 사용

* 💄 design: 스켈레톤 디자인 수정

* 💄 design: 모바일 디자인 수정

* 최신화

* 🚑 fix: 데이터 수정

* 🐛 fix: zustand state 에러 수정, ✨ Feat: reissue에러시 redirect 추가

* 💄 Style: img style 변경

* 🚑 fix: 패키지 변경

* ✨ feat: 데이터가 없는경우 처리

* 💄 design: 스켈레톤 디자인 수정

* ♻️ refactor: 코드 리팩토링

* 💄 design: 디자인에 맞게 수정, 누락된 데이터 추가, 반응형 작업

* 🐛 fix: 데이터명 변경

* 🐛 fix: storybook err 수정

* Feat/135/not found 디자인 수정 (#167)

* ✨ Feat: Not Found 추가

* 💄 Design: 디자인 개선

* 💄 Design: not-found 디자인 수정

* 💄 Design: favicon 추가

* 🚨 Fix: 임포트 정리

* 🐛 Fix : 오류처리 추가

* 🚑 fix: 마이페이지 401로직 수정

* ✨ feat: 로그인상태가 아닐경우 로그인 페이지로 이동

* 🐛 fix: 안쓰는 임시파일 삭제

* ♻️ refactor: storybook 폴더 변경, 📝 docs: configure 이미지 파일 추가

* Feat/147/skeleton : 마이페이지 스켈레톤 추가 (#162)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* 💄 Design: 크루카드 모바일 디자인 수정

* ✨ Feat: 마이페이지 스켈레톤 추가

* 🚨 Fix: 빌드 워닝 제거

* 💄  Design: 나의약속 스켈레톤 디자인 수정 초안

* 💄 Design: 스켈레톤 너비 수정

* Merge branch 'develop' into Feat/147/Skeleton

* 🐛 fix: build err 수정 - import 추가

* 🐛 fix: 프로필 모음 위치수정

* 🐛 fix: 안쓰는 컴포넌트 삭제

* 🐛 fix: 폴더명 변경

* 🚑 fix: 버튼 컴포넌트 위치 변경

* 🐛 fix: 파일이동

* 📦 chore: 안쓰는 파일, 패키지 정리

* 🚑 fix: build warning 정리

* ✨ feat: 빌드 해결위해 추가

* 🚑 fix: 사용하지 않는 패키지 삭제

* Fix/youl bug fix : 로고, 파비콘 교체, 헤더 스타일 변경 (#171)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* 🎨 Style: 린트프리티어 적용

* 💄 Design: 헤더 수정

* 🔥 Chore: 파일 정리

* 🐛 Fix: 헤더 동작 개선

* 🐛 Fix: 크루 찾기 메뉴 원래대로

* 💄 Design: 헤더 디자인 수정

* 💄 Design: 로그인 폰트사이즈 변경

* 🐛 Fix: 이미지 경로 수정

* 🍱 Chore: 압축된 이미지로 교체

* 🔧 Chore: 파비콘 설정 추가

* 💚 Chore: package 싱크

* 💄design: 간격 변경

* ✨ feat: 빈배열 문구 추가

* 💄 design: 스켈레톤 ui 수정

* ✨ Feat: 데이터 없을 때 문구 추가

* 🐛 fix: svg err 수정

* 📝 docs: 스토리북 docs 추가, 보강

* 🐛 fix: 안쓰는 목데이터 삭제

* 📝 docs: 프로필, 찜하기 스토리북 docs 추가

* 📝 docs: input, auth, layout component 스토리북 문서 수정

* ♻️ refactor: 이전 파비콘 삭제

* Fix/youl storybook + 노데이터 문구 수정 (#174)

* 📝 Docs: 스토리북 수정, Refactor: 안쓰는 타입 수정

* 📝 Docs: jsdoc 추가

* ✨ feat: 빈배열일 경우 처리 추가, mt추가

* 🐛 fix: app 내 파비콘 삭제

* 💄 design: 디자인 수정

* 💄 Design: 메인 버튼 크기 통일

* 💄 Design: z-index 수정

* 💄 Design: 버튼 사이즈 조정, 안쓰는 클래스 삭제

* Merge branch 'main' into hotfix/Design

---------

Co-authored-by: 조예은 <[email protected]>
Co-authored-by: min5x5 <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: Cho Yeeun <[email protected]>
Co-authored-by: 김민경 <[email protected]>
yulrang added a commit that referenced this pull request Nov 24, 2024
* ✨ Feat: reviewing Form에 post api 연결

* Rename: review-apis

* 🐛 fix: build warning 수정, 사용하지 않는 함수, import 삭제

* 💄 design: 스켈레톤 ui수정

* ✨ feat: 크루 디테일 스켈레톤 UI추가

* ✨ feat: 리스트 스켈레톤 적용, 데이터 없을 경우 스타일 추가

* ✨ feat: 스켈레톤 ui 추가 잘못된 id 404로 이동

* 🐛 fix: npm installed canged

* ♻️ refactor: 스토리북 폴더, 파일명 수정

* 🚑 fix: npm i changed

* 🚑 fix: 페이지 랜더링 안되는 문제 수정

* 📝 docs: 스토리북 configure doc 수정

* 🚑 fix: 맥 스토리북위해 esbuild설치

* 💄 design: fontweignt삭제

* 🐛 fix: 포멧 데이터 디자인에 맞게 수정

* 🐛 fix: 타입 수정

* 🐛 fix: 스토리북 목데이터 수정

* 💄 design: 디자인에 맞게 날짜 수정

* ✨ feat: 나의리뷰, 리뷰 삭제하기 추가

* 🐛 fix: 토스트로 변경

* ✨ feat: 나의 리뷰 리스트 무한스크롤 구현, 데이터 연결

* 📝 docs: 사용하지 않는 파일 삭제, 주석처리

* 🚑 fix: 중복 코드 삭제, 이동경로 수정

* 💄 design: 마진 추가

* 🐛 fix: 폴더 들여쓰기 에러 수정 - meta title 변경

* 🐛 fix: 프리패치 기능 다시 살림

* ✨ feat: 크루 리뷰 타입 추가

* 🐛 fix: 리뷰카드 수정

* 🐛 fix: 사용하지 않는 import 삭제

* 🚑 fix: 타입에 따라 이름 변경

* ✨ feat: 데이터 패치

* ✨ feat: 레이지 로딩을 통해 시간단축

* ♻️ refactor: 페이지네이션 리팩토링

* 🐛 fix: 선언했지만 사용하지 않는 값 삭제

* ✨ feat: 리뷰 리스트 스켈레톤 UI 추가

* Fix/youl bug fix (#150)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* ✨ feat: 스켈레톤 사용

* ✨ feat: 데이터 패치, 스켈레톤 사용

* 💄 design: 스켈레톤 디자인 수정

* 💄 design: 모바일 디자인 수정

* 최신화

* 🚑 fix: 데이터 수정

* 🐛 fix: zustand state 에러 수정, ✨ Feat: reissue에러시 redirect 추가

* 💄 Style: img style 변경

* 🚑 fix: 패키지 변경

* ✨ feat: 데이터가 없는경우 처리

* 💄 design: 스켈레톤 디자인 수정

* ♻️ refactor: 코드 리팩토링

* 💄 design: 디자인에 맞게 수정, 누락된 데이터 추가, 반응형 작업

* 🐛 fix: 데이터명 변경

* 🐛 fix: storybook err 수정

* Feat/135/not found 디자인 수정 (#167)

* ✨ Feat: Not Found 추가

* 💄 Design: 디자인 개선

* 💄 Design: not-found 디자인 수정

* 💄 Design: favicon 추가

* 🚨 Fix: 임포트 정리

* 🐛 Fix : 오류처리 추가

* 🚑 fix: 마이페이지 401로직 수정

* ✨ feat: 로그인상태가 아닐경우 로그인 페이지로 이동

* 🐛 fix: 안쓰는 임시파일 삭제

* ♻️ refactor: storybook 폴더 변경, 📝 docs: configure 이미지 파일 추가

* Feat/147/skeleton : 마이페이지 스켈레톤 추가 (#162)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* 💄 Design: 크루카드 모바일 디자인 수정

* ✨ Feat: 마이페이지 스켈레톤 추가

* 🚨 Fix: 빌드 워닝 제거

* 💄  Design: 나의약속 스켈레톤 디자인 수정 초안

* 💄 Design: 스켈레톤 너비 수정

* Merge branch 'develop' into Feat/147/Skeleton

* 🐛 fix: build err 수정 - import 추가

* 🐛 fix: 프로필 모음 위치수정

* 🐛 fix: 안쓰는 컴포넌트 삭제

* 🐛 fix: 폴더명 변경

* 🚑 fix: 버튼 컴포넌트 위치 변경

* 🐛 fix: 파일이동

* 📦 chore: 안쓰는 파일, 패키지 정리

* 🚑 fix: build warning 정리

* ✨ feat: 빌드 해결위해 추가

* 🚑 fix: 사용하지 않는 패키지 삭제

* Fix/youl bug fix : 로고, 파비콘 교체, 헤더 스타일 변경 (#171)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* 🎨 Style: 린트프리티어 적용

* 💄 Design: 헤더 수정

* 🔥 Chore: 파일 정리

* 🐛 Fix: 헤더 동작 개선

* 🐛 Fix: 크루 찾기 메뉴 원래대로

* 💄 Design: 헤더 디자인 수정

* 💄 Design: 로그인 폰트사이즈 변경

* 🐛 Fix: 이미지 경로 수정

* 🍱 Chore: 압축된 이미지로 교체

* 🔧 Chore: 파비콘 설정 추가

* 💚 Chore: package 싱크

* 💄design: 간격 변경

* ✨ feat: 빈배열 문구 추가

* 💄 design: 스켈레톤 ui 수정

* ✨ Feat: 데이터 없을 때 문구 추가

* 🐛 fix: svg err 수정

* 📝 docs: 스토리북 docs 추가, 보강

* 🐛 fix: 안쓰는 목데이터 삭제

* 📝 docs: 프로필, 찜하기 스토리북 docs 추가

* 📝 docs: input, auth, layout component 스토리북 문서 수정

* ♻️ refactor: 이전 파비콘 삭제

* Fix/youl storybook + 노데이터 문구 수정 (#174)

* 📝 Docs: 스토리북 수정, Refactor: 안쓰는 타입 수정

* 📝 Docs: jsdoc 추가

* ✨ feat: 빈배열일 경우 처리 추가, mt추가

* 🐛 fix: app 내 파비콘 삭제

* 💄 design: 디자인 수정

* 💄 Design: 메인 버튼 크기 통일

* 💄 Design: z-index 수정

* 💄 Design: 버튼 사이즈 조정, 안쓰는 클래스 삭제

* Merge branch 'main' into hotfix/Design

* 🍱 Chore: 메타 이미지 변경

---------

Co-authored-by: 조예은 <[email protected]>
Co-authored-by: min5x5 <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: Cho Yeeun <[email protected]>
Co-authored-by: 김민경 <[email protected]>
yulrang added a commit that referenced this pull request Nov 24, 2024
* ✨ Feat: reviewing Form에 post api 연결

* Rename: review-apis

* 🐛 fix: build warning 수정, 사용하지 않는 함수, import 삭제

* 💄 design: 스켈레톤 ui수정

* ✨ feat: 크루 디테일 스켈레톤 UI추가

* ✨ feat: 리스트 스켈레톤 적용, 데이터 없을 경우 스타일 추가

* ✨ feat: 스켈레톤 ui 추가 잘못된 id 404로 이동

* 🐛 fix: npm installed canged

* ♻️ refactor: 스토리북 폴더, 파일명 수정

* 🚑 fix: npm i changed

* 🚑 fix: 페이지 랜더링 안되는 문제 수정

* 📝 docs: 스토리북 configure doc 수정

* 🚑 fix: 맥 스토리북위해 esbuild설치

* 💄 design: fontweignt삭제

* 🐛 fix: 포멧 데이터 디자인에 맞게 수정

* 🐛 fix: 타입 수정

* 🐛 fix: 스토리북 목데이터 수정

* 💄 design: 디자인에 맞게 날짜 수정

* ✨ feat: 나의리뷰, 리뷰 삭제하기 추가

* 🐛 fix: 토스트로 변경

* ✨ feat: 나의 리뷰 리스트 무한스크롤 구현, 데이터 연결

* 📝 docs: 사용하지 않는 파일 삭제, 주석처리

* 🚑 fix: 중복 코드 삭제, 이동경로 수정

* 💄 design: 마진 추가

* 🐛 fix: 폴더 들여쓰기 에러 수정 - meta title 변경

* 🐛 fix: 프리패치 기능 다시 살림

* ✨ feat: 크루 리뷰 타입 추가

* 🐛 fix: 리뷰카드 수정

* 🐛 fix: 사용하지 않는 import 삭제

* 🚑 fix: 타입에 따라 이름 변경

* ✨ feat: 데이터 패치

* ✨ feat: 레이지 로딩을 통해 시간단축

* ♻️ refactor: 페이지네이션 리팩토링

* 🐛 fix: 선언했지만 사용하지 않는 값 삭제

* ✨ feat: 리뷰 리스트 스켈레톤 UI 추가

* Fix/youl bug fix (#150)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* ✨ feat: 스켈레톤 사용

* ✨ feat: 데이터 패치, 스켈레톤 사용

* 💄 design: 스켈레톤 디자인 수정

* 💄 design: 모바일 디자인 수정

* 최신화

* 🚑 fix: 데이터 수정

* 🐛 fix: zustand state 에러 수정, ✨ Feat: reissue에러시 redirect 추가

* 💄 Style: img style 변경

* 🚑 fix: 패키지 변경

* ✨ feat: 데이터가 없는경우 처리

* 💄 design: 스켈레톤 디자인 수정

* ♻️ refactor: 코드 리팩토링

* 💄 design: 디자인에 맞게 수정, 누락된 데이터 추가, 반응형 작업

* 🐛 fix: 데이터명 변경

* 🐛 fix: storybook err 수정

* Feat/135/not found 디자인 수정 (#167)

* ✨ Feat: Not Found 추가

* 💄 Design: 디자인 개선

* 💄 Design: not-found 디자인 수정

* 💄 Design: favicon 추가

* 🚨 Fix: 임포트 정리

* 🐛 Fix : 오류처리 추가

* 🚑 fix: 마이페이지 401로직 수정

* ✨ feat: 로그인상태가 아닐경우 로그인 페이지로 이동

* 🐛 fix: 안쓰는 임시파일 삭제

* ♻️ refactor: storybook 폴더 변경, 📝 docs: configure 이미지 파일 추가

* Feat/147/skeleton : 마이페이지 스켈레톤 추가 (#162)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* 💄 Design: 크루카드 모바일 디자인 수정

* ✨ Feat: 마이페이지 스켈레톤 추가

* 🚨 Fix: 빌드 워닝 제거

* 💄  Design: 나의약속 스켈레톤 디자인 수정 초안

* 💄 Design: 스켈레톤 너비 수정

* Merge branch 'develop' into Feat/147/Skeleton

* 🐛 fix: build err 수정 - import 추가

* 🐛 fix: 프로필 모음 위치수정

* 🐛 fix: 안쓰는 컴포넌트 삭제

* 🐛 fix: 폴더명 변경

* 🚑 fix: 버튼 컴포넌트 위치 변경

* 🐛 fix: 파일이동

* 📦 chore: 안쓰는 파일, 패키지 정리

* 🚑 fix: build warning 정리

* ✨ feat: 빌드 해결위해 추가

* 🚑 fix: 사용하지 않는 패키지 삭제

* Fix/youl bug fix : 로고, 파비콘 교체, 헤더 스타일 변경 (#171)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* 🎨 Style: 린트프리티어 적용

* 💄 Design: 헤더 수정

* 🔥 Chore: 파일 정리

* 🐛 Fix: 헤더 동작 개선

* 🐛 Fix: 크루 찾기 메뉴 원래대로

* 💄 Design: 헤더 디자인 수정

* 💄 Design: 로그인 폰트사이즈 변경

* 🐛 Fix: 이미지 경로 수정

* 🍱 Chore: 압축된 이미지로 교체

* 🔧 Chore: 파비콘 설정 추가

* 💚 Chore: package 싱크

* 💄design: 간격 변경

* ✨ feat: 빈배열 문구 추가

* 💄 design: 스켈레톤 ui 수정

* ✨ Feat: 데이터 없을 때 문구 추가

* 🐛 fix: svg err 수정

* 📝 docs: 스토리북 docs 추가, 보강

* 🐛 fix: 안쓰는 목데이터 삭제

* 📝 docs: 프로필, 찜하기 스토리북 docs 추가

* 📝 docs: input, auth, layout component 스토리북 문서 수정

* ♻️ refactor: 이전 파비콘 삭제

* Fix/youl storybook + 노데이터 문구 수정 (#174)

* 📝 Docs: 스토리북 수정, Refactor: 안쓰는 타입 수정

* 📝 Docs: jsdoc 추가

* ✨ feat: 빈배열일 경우 처리 추가, mt추가

* 🐛 fix: app 내 파비콘 삭제

* 💄 design: 디자인 수정

* 🚑 fix: 이름수정, 시간계산 수정

---------

Co-authored-by: 조예은 <[email protected]>
Co-authored-by: min5x5 <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: Cho Yeeun <[email protected]>
Co-authored-by: 김민경 <[email protected]>
yulrang added a commit that referenced this pull request Nov 24, 2024
* ✨ Feat: reviewing Form에 post api 연결

* Rename: review-apis

* 🐛 fix: build warning 수정, 사용하지 않는 함수, import 삭제

* 💄 design: 스켈레톤 ui수정

* ✨ feat: 크루 디테일 스켈레톤 UI추가

* ✨ feat: 리스트 스켈레톤 적용, 데이터 없을 경우 스타일 추가

* ✨ feat: 스켈레톤 ui 추가 잘못된 id 404로 이동

* 🐛 fix: npm installed canged

* ♻️ refactor: 스토리북 폴더, 파일명 수정

* 🚑 fix: npm i changed

* 🚑 fix: 페이지 랜더링 안되는 문제 수정

* 📝 docs: 스토리북 configure doc 수정

* 🚑 fix: 맥 스토리북위해 esbuild설치

* 💄 design: fontweignt삭제

* 🐛 fix: 포멧 데이터 디자인에 맞게 수정

* 🐛 fix: 타입 수정

* 🐛 fix: 스토리북 목데이터 수정

* 💄 design: 디자인에 맞게 날짜 수정

* ✨ feat: 나의리뷰, 리뷰 삭제하기 추가

* 🐛 fix: 토스트로 변경

* ✨ feat: 나의 리뷰 리스트 무한스크롤 구현, 데이터 연결

* 📝 docs: 사용하지 않는 파일 삭제, 주석처리

* 🚑 fix: 중복 코드 삭제, 이동경로 수정

* 💄 design: 마진 추가

* 🐛 fix: 폴더 들여쓰기 에러 수정 - meta title 변경

* 🐛 fix: 프리패치 기능 다시 살림

* ✨ feat: 크루 리뷰 타입 추가

* 🐛 fix: 리뷰카드 수정

* 🐛 fix: 사용하지 않는 import 삭제

* 🚑 fix: 타입에 따라 이름 변경

* ✨ feat: 데이터 패치

* ✨ feat: 레이지 로딩을 통해 시간단축

* ♻️ refactor: 페이지네이션 리팩토링

* 🐛 fix: 선언했지만 사용하지 않는 값 삭제

* ✨ feat: 리뷰 리스트 스켈레톤 UI 추가

* Fix/youl bug fix (#150)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* ✨ feat: 스켈레톤 사용

* ✨ feat: 데이터 패치, 스켈레톤 사용

* 💄 design: 스켈레톤 디자인 수정

* 💄 design: 모바일 디자인 수정

* 최신화

* 🚑 fix: 데이터 수정

* 🐛 fix: zustand state 에러 수정, ✨ Feat: reissue에러시 redirect 추가

* 💄 Style: img style 변경

* 🚑 fix: 패키지 변경

* ✨ feat: 데이터가 없는경우 처리

* 💄 design: 스켈레톤 디자인 수정

* ♻️ refactor: 코드 리팩토링

* 💄 design: 디자인에 맞게 수정, 누락된 데이터 추가, 반응형 작업

* 🐛 fix: 데이터명 변경

* 🐛 fix: storybook err 수정

* Feat/135/not found 디자인 수정 (#167)

* ✨ Feat: Not Found 추가

* 💄 Design: 디자인 개선

* 💄 Design: not-found 디자인 수정

* 💄 Design: favicon 추가

* 🚨 Fix: 임포트 정리

* 🐛 Fix : 오류처리 추가

* 🚑 fix: 마이페이지 401로직 수정

* ✨ feat: 로그인상태가 아닐경우 로그인 페이지로 이동

* 🐛 fix: 안쓰는 임시파일 삭제

* ♻️ refactor: storybook 폴더 변경, 📝 docs: configure 이미지 파일 추가

* Feat/147/skeleton : 마이페이지 스켈레톤 추가 (#162)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* 💄 Design: 크루카드 모바일 디자인 수정

* ✨ Feat: 마이페이지 스켈레톤 추가

* 🚨 Fix: 빌드 워닝 제거

* 💄  Design: 나의약속 스켈레톤 디자인 수정 초안

* 💄 Design: 스켈레톤 너비 수정

* Merge branch 'develop' into Feat/147/Skeleton

* 🐛 fix: build err 수정 - import 추가

* 🐛 fix: 프로필 모음 위치수정

* 🐛 fix: 안쓰는 컴포넌트 삭제

* 🐛 fix: 폴더명 변경

* 🚑 fix: 버튼 컴포넌트 위치 변경

* 🐛 fix: 파일이동

* 📦 chore: 안쓰는 파일, 패키지 정리

* 🚑 fix: build warning 정리

* ✨ feat: 빌드 해결위해 추가

* 🚑 fix: 사용하지 않는 패키지 삭제

* Fix/youl bug fix : 로고, 파비콘 교체, 헤더 스타일 변경 (#171)

* Feat: 스켈레톤 컴포넌트 추가

* 🐛 Fix: 컬럼 수정

* ✨ Feat: 마이페이지 프로필 스켈레톤 추가

* ✨ Feat: 작성가능한리뷰 스켈레톤 추가

* ✨ Feat: 나의 리뷰 스켈레톤 추가가

* ♿️ Fix: 접근성 개선

* ✨ Feat: 나의 약속 로딩 스켈레톤 추가

* 💄 Design: 호버시 그림자 적용

* 🚨 Fix: 빌드 오류 수정

* 🐛 Fix: DateTimePicker 동작개선

* ♿️ Fix: 크루 폼 접근성 개선

* ♿️ Fix : 약속 폼 접근성 개선

* ♿️ Fix: 크루찾기 접근성 개선

* 🐛 Fix: 이미지 fill, cover 워닝 없애기

* Merge branch 'develop' into Fix/YoulBugFix

* 🍱 Fix: 샘플 이미지 교체

* ✨ Feat: 메타 설정

* ⬇️ Chore: package install

* 🐛 Fix: 파일인풋 동작 개선

* Co-authored-by: JEP <[email protected]>

* 🐛 Fix: FileInput 동작 개선

* 🚨 Fix: 빌드오류 수정

* 🎨 Style: 린트프리티어 적용

* 💄 Design: 헤더 수정

* 🔥 Chore: 파일 정리

* 🐛 Fix: 헤더 동작 개선

* 🐛 Fix: 크루 찾기 메뉴 원래대로

* 💄 Design: 헤더 디자인 수정

* 💄 Design: 로그인 폰트사이즈 변경

* 🐛 Fix: 이미지 경로 수정

* 🍱 Chore: 압축된 이미지로 교체

* 🔧 Chore: 파비콘 설정 추가

* 💚 Chore: package 싱크

* 💄design: 간격 변경

* ✨ feat: 빈배열 문구 추가

* 💄 design: 스켈레톤 ui 수정

* ✨ Feat: 데이터 없을 때 문구 추가

* 🐛 fix: svg err 수정

* 📝 docs: 스토리북 docs 추가, 보강

* 🐛 fix: 안쓰는 목데이터 삭제

* 📝 docs: 프로필, 찜하기 스토리북 docs 추가

* 📝 docs: input, auth, layout component 스토리북 문서 수정

* ♻️ refactor: 이전 파비콘 삭제

* Fix/youl storybook + 노데이터 문구 수정 (#174)

* 📝 Docs: 스토리북 수정, Refactor: 안쓰는 타입 수정

* 📝 Docs: jsdoc 추가

* ✨ feat: 빈배열일 경우 처리 추가, mt추가

* 🐛 fix: app 내 파비콘 삭제

* 💄 design: 디자인 수정

* 💄 Design: 메인 버튼 크기 통일

* 💄 Design: z-index 수정

* 💄 Design: 버튼 사이즈 조정, 안쓰는 클래스 삭제

* Merge branch 'main' into hotfix/Design

* 🍱 Chore: 메타 이미지 변경

* 🍱 Chore : 메타 이미지 교체

---------

Co-authored-by: 조예은 <[email protected]>
Co-authored-by: min5x5 <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: HaeJungg <[email protected]>
Co-authored-by: Cho Yeeun <[email protected]>
Co-authored-by: 김민경 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants