-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 각 리스트 ErrorBoundary, Suspense 적용 (#145)
* 🎉 각 리스트 ErrorBoundary, Suspense 적용 * 🎉 NoData UI 버그 해결 - 탭과 isEmpty fallback 이 겹치는 현상 해결
- Loading branch information
1 parent
c93af22
commit 9e73992
Showing
24 changed files
with
507 additions
and
460 deletions.
There are no files selected for viewing
60 changes: 10 additions & 50 deletions
60
src/app/(root)/(routes)/cards/components/card-list-content/CardListContent.tsx
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
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
51 changes: 11 additions & 40 deletions
51
src/app/(root)/(routes)/cards/my/components/my-card-list-content/MyCardListContent.tsx
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
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
50 changes: 11 additions & 39 deletions
50
src/app/(root)/(routes)/chatrooms/components/chat-room-list-content/ChatRoomListContent.tsx
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
Oops, something went wrong.