Skip to content

Conversation

@yyezzzy
Copy link
Collaborator

@yyezzzy yyezzzy commented Nov 26, 2024

작업내용

📌SortBtn.tsx

image

📌 FilterBtn.tsx

image

관련 이슈

@yyezzzy yyezzzy self-assigned this Nov 26, 2024
@yyezzzy yyezzzy added 🎨 Storybook 스토리북 🎨 Design Layout / Component 관련 labels Nov 26, 2024
Copy link
Contributor

@cccwon2 cccwon2 left a comment

Choose a reason for hiding this comment

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

아마 자동완성 기능 때문에 etc 대신 Button 으로 바뀐게 아닐까 싶네요.
원복이 필요한 파일들 수정해서 다시 올려주시면 Approve 할께요.

uses: actions/checkout@v3 # GitHub Actions의 공식 체크아웃 액션
with:
fetch-depth: 0 # 전체 Git 기록을 가져옴 (CI 최적화를 위해 기본값은 1)
fButtonh-depth: 0 # 전체 Git 기록을 가져옴 (CI 최적화를 위해 기본값은 1)
Copy link
Contributor

Choose a reason for hiding this comment

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

fetch-depth: 0 # 전체 Git 기록을 가져옴으로 원복해야 할 꺼 같아요

gcTime: 60 * 60 * 1000,
retry: 1,
refetchOnWindowFocus: false,
refButtonhOnWindowFocus: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

refetchOnWindowFocus: false, 요걸로 원복해야 할 꺼 같아요

import { useEffect } from "react";

async function fetchUser() {
async function fButtonhUser() {
Copy link
Contributor

Choose a reason for hiding this comment

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

fetchUser 로 원복 부탁드려요~

const setUser = useUserStore((state) => state.setUser);
const storeUser = useUserStore((state) => state.user);

const { data, isLoading, error, refetch } = useQuery({
Copy link
Contributor

Choose a reason for hiding this comment

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

refetch 로 원복 부탁드려요~

const { data, isLoading, error, refButtonh } = useQuery({
queryKey: ["user"],
queryFn: fetchUser,
queryFn: fButtonhUser,
Copy link
Contributor

Choose a reason for hiding this comment

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

fetchUser 로 원복 부탁드려요~

isLoading,
error,
isAuthenticated,
refetch,
Copy link
Contributor

Choose a reason for hiding this comment

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

refetch 로 원복 부탁드려요~

@github-actions
Copy link

github-actions bot commented Nov 26, 2024

💄 Storybook: https://673dcf13c9a3a1189a7c6fd4-qgdnqriflu.chromatic.com/ # Chromatic에서 생성된 Storybook URL
🕖 Update: 2024년 11월 27일 00시 58분 25초 # 현재 시간

@cccwon2 cccwon2 self-requested a review November 27, 2024 00:37
Copy link
Contributor

@cccwon2 cccwon2 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다.

Copy link
Collaborator

@hongggyelim hongggyelim left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@hongggyelim hongggyelim merged commit 321749b into dev Nov 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎨 Design Layout / Component 관련 🎨 Storybook 스토리북

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants