Skip to content
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

๐Ÿ’„Style(#246): Spinner ์ ์šฉ #247

Merged
merged 11 commits into from
Nov 24, 2023
Merged

Conversation

JIY00N2
Copy link
Member

@JIY00N2 JIY00N2 commented Nov 23, 2023

๐Ÿ“‘ ๊ตฌํ˜„ ์‚ฌํ•ญ

  • ๊ณตํ†ต Spinner๋ฅผ ์ ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค.
_2023_11_23_23_44_56_145.mp4

๐Ÿšง ํŠน์ด ์‚ฌํ•ญ

๐Ÿšจ๊ด€๋ จ ์ด์Šˆ

close #246

@JIY00N2 JIY00N2 added ์Šคํƒ€์ผ ์Šคํƒ€์ผ๋ง ๊ธฐ๋Šฅ ๐Ÿ”ฅ D-1 ๋‚ด์ผ๊นŒ์ง€๋Š” ๋ฆฌ๋ทฐํ•ด์ฃผ์„ธ์š”! labels Nov 23, 2023
@JIY00N2 JIY00N2 self-assigned this Nov 23, 2023
@JIY00N2 JIY00N2 linked an issue Nov 23, 2023 that may be closed by this pull request
1 task
Copy link
Member

@sscoderati sscoderati left a comment

Choose a reason for hiding this comment

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

๊ณ ์ƒํ•˜์…จ์Šต๋‹ˆ๋‹ค!

@@ -150,7 +150,7 @@ const SteadyDetailPage = ({ params }: { params: PageParams }) => {
</div>
}
>
<Suspense fallback={<Spinner size="medium" />}>
<Suspense fallback={<Spinner size="large" />}>
Copy link
Member

Choose a reason for hiding this comment

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

Large ์Šคํ”ผ๋„ˆ๊ฐ€ ๋“œ๋””์–ด ์“ฐ์ž„์ƒˆ๋ฅผ ์ฐพ์•˜๊ตฐ์š”.. ๊ฐ๊ฒฉ..

<div className={cn("mb-30")}>{children}</div>
<div className="pb-30">{children}</div>
Copy link
Member

Choose a reason for hiding this comment

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

์˜ค ์–ด๋–ค ์ฐจ์ด๊ฐ€ ์žˆ์—ˆ๋‚˜์š”?

Comment on lines -10 to +11
queryKey: ["userProfile", userId],
queryKey: getUserProfileKey(userId),
Copy link
Member

Choose a reason for hiding this comment

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

๐Ÿ‘

@@ -56,3 +56,6 @@ export const StacksKey = ["stacks"];

// Review
export const MyReviewKey = ["myreview"];

// User
export const getUserProfileKey = (userId: number) => ["userProfile", userId];
Copy link
Member

Choose a reason for hiding this comment

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

์ข‹์€ ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•˜์ง€๋งŒ ํ•จ์ˆ˜๋ช…์ด data fetching ๊ณ„์—ด์˜ ํ•จ์ˆ˜๋“ค๊ณผ ๊ฐ™์•„์„œ ํ˜ผ๋™์ด ์žˆ์„ ์ˆ˜ ์žˆ๊ฒ ๋„ค์š” ใ…Žใ…Ž

Copy link
Member Author

Choose a reason for hiding this comment

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

๋งž์•„์š” ใ… ใ…  ๊ทธ๋ž˜์„œ ์ ‘๋ฏธ์‚ฌ๋ฅผ Key๋กœ ํ†ต์ผํ–ˆ์Šต๋‹ˆ๋‹ค!

@JIY00N2 JIY00N2 merged commit f5dcc8b into main Nov 24, 2023
2 checks passed
@JIY00N2 JIY00N2 deleted the feat/#246/spinner branch November 24, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
์Šคํƒ€์ผ ์Šคํƒ€์ผ๋ง ๊ธฐ๋Šฅ ๐Ÿ”ฅ D-1 ๋‚ด์ผ๊นŒ์ง€๋Š” ๋ฆฌ๋ทฐํ•ด์ฃผ์„ธ์š”!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Style] - Loading ์ฒ˜๋ฆฌ๋ฅผ ์œ„ํ•œ Spinner
2 participants