-
Notifications
You must be signed in to change notification settings - Fork 168
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/update api key #212
Feat/update api key #212
Conversation
Risk Level 2 - /home/runner/work/code-review-gpt/code-review-gpt/services/core/functions/update-user/index.ts
Risk Level 2 - /home/runner/work/code-review-gpt/code-review-gpt/services/web-app/src/components/buttons/updateApiKey.tsx The code changes in this file have a low risk to the code base. The changes add a new component called 'UpdateAPIKey' which is a form for updating an API key. The code follows SOLID principles and is readable and clean. No potential bugs or performance issues were found. Risk Level 3 - /home/runner/work/code-review-gpt/code-review-gpt/services/web-app/src/app/profile/page.tsx
🔍🔧🚨 Powered by Code Review GPT |
Test results summary:✅ [PASS] - Test case: Bad variable name SUMMARY: ✅ PASS: 2 - Tests Powered by Code Review GPT |
userId: string; | ||
email: string; |
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.
This is temporary and will be changed in the next ticket
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.
Generally prefer to use tailwind utility classes rather than custom CSS but looks 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.
Okay! Will remember that for future! Mostly did this because it was the example given my radix!
Validation:
Update Api Key Button:
Update Api Key dialog:
Hashed value before change:
Hashed value after change