Open
Conversation
Collaborator
VishakhaSainani-Josh
commented
Jul 28, 2025
- Implement Dashboard Page Layout
- Leaderboard Feature
- Overview feature
- Recent Activities component
- Refactored folder structure
Pragatigg
reviewed
Jul 30, 2025
| const LoginComponent = () => { | ||
| const handleGithubLogin = () => { | ||
| window.location.href = GITHUB_AUTH_URL || ""; | ||
| localStorage.setItem(ACCESS_TOKEN_KEY, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOjIsIklzQWRtaW4iOmZhbHNlLCJleHAiOjE3NTQxMzI3NTh9.VKEboNEvSeVKYnqLuBrvTyvx9IglhYzEyeE57x7Qzto') |
Collaborator
There was a problem hiding this comment.
do not commit such tokens in git
Pragatigg
reviewed
Jul 30, 2025
| { name: "PR Review", current: 6, total: 8, progress: 75 }, | ||
| { name: "PR Merge", current: 2, total: 2, progress: 100 }, | ||
| { name: "PR Close", current: 1, total: 5, progress: 20 }, | ||
| { name: "PR Close", current: 1, total: 5, progress: 20 }, |
Pragatigg
reviewed
Jul 30, 2025
| </p> | ||
| <div className="space-y-6 text-white"> | ||
| {goals.map((goal, index) => ( | ||
| <div key={index}> |
Collaborator
There was a problem hiding this comment.
key should not be index
Pragatigg
reviewed
Jul 30, 2025
| @@ -0,0 +1 @@ | |||
| export const ACCESS_TOKEN_KEY = "cc-7db23e66-accessToken"; | |||
Collaborator
There was a problem hiding this comment.
do not commit token values in git
Pragatigg
reviewed
Jul 30, 2025
| </div> | ||
|
|
||
| <div className="space-y-6"> | ||
| {[ |
Collaborator
There was a problem hiding this comment.
move this array to contants
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.