-
Notifications
You must be signed in to change notification settings - Fork 0
refactor :: Dgit #33 #34
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
Conversation
ftery0
commented
Mar 12, 2025
- new 디자인 적용
| import config from "config/config.json"; | ||
|
|
||
| export const authURL = `https://dauth.b1nd.com/login?client_id=${config.clientId}&redirect_uri=http://localhost:3001/dgit/callback`; |
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.
이거 redirect_uri localhost로 한거 의도한건가요?
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.
실수로 테스트 하던거 올렸네요 감사합니다
src/pages/DgitHome/page.tsx
Outdated
| const DgitPage = () => { | ||
|
|
||
| const {...dgit} = useDgitHome(); | ||
| console.log(dgit.pageData); |
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.
console.log 지워주세요
| background-color: ${({theme})=>theme.fillNormal}; | ||
| background-color: ${({ theme }) => theme.fillNormal}; | ||
| margin-top: ${({ rank }) => (rank==1 ? null : "50px")}; |
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.
=== 으로 해주세요
| } | ||
|
|
||
| const CommitRankingPage = ({commitType}:Props) => { | ||
| console.log("commit"); |
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.
console.log 지워주세요