-
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
feat(admin): aside-navigation-menu 추가 #94
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
로그인 성공시 main페이지로 리디렉션 되도록 코드 구성해주시면 좋을 것 같아요 |
넵! 그렇게 작업 진행할게요!!😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
… into feature/admin-aside-menu
…elopers/aics-client into feature/admin-aside-menu
… into feature/admin-aside-menu
…elopers/aics-client into feature/admin-aside-menu
Summary
aside-navigation-menu를 추가하였어요.
Tasks
To Reviewer
기존 use-auth는 커스텀 훅에 부합하지 않기 때문에 authService로 변경한 뒤, utils 폴더에 이관하였어요. 추가적으로 기존 use-auth 내부에서 동작했던
refreshTokens
는use-refresh-token, use-token-expiration
, 총 두 개의 커스텀 훅으로 분리하였어요.Screenshot