-
Notifications
You must be signed in to change notification settings - Fork 32
[PB-5019]: Fix sonar issues #1670
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying drive-web with
|
| Latest commit: |
885a87f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://951dd122.drive-web.pages.dev |
| Branch Preview URL: | https://fix-sonar-issues.drive-web.pages.dev |
6cba4be to
af7faac
Compare
42f8b25 to
d041f3d
Compare
…o separate functions
…n Navbar component
…s enums to a new types file
…te imports in NetworkFacade and upload modules
47f694f to
3a7b32f
Compare
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.
Hey @terrerox, this looks good.
Just one thing to keep in mind, as I'm starting to see a lot of PRs for this task: if you see that the task is very large, apart from dividing it into several PRs, it would also be a good idea to divide the task into different subtasks. This will make QA easier, so you can specify what needs to be tested in each one and make life easier for QA :)
Do I need to wait for @internxt/cryptography ’s approval before sending this task to QA? |
|



Description
Removed redundant cycles, reduced cognitive complexity, and simplified nested code.
Related Issues
Related Pull Requests
Checklist
Testing Process
Additional Notes