Fix: Merge duplicate CSS selector to improve maintainability#89
Merged
Conversation
- Wrap context provider value in useMemo to prevent unnecessary rerenders - Fix SonarQube performance issue (javascript:S6481) - Maintain stable array identity for MouseEnterContext.Provider value
- Remove role='presentation' from generic div elements per SonarQube javascript:S6819 - Fixes accessibility issues in 3d-card, comet-card, and mac-os-dock components - Improves ARIA compliance without affecting UI/UX
- Replace div with role='region' with semantic <section> element - Fixed SonarQube accessibility issue (javascript:S6819) - Applied fixes to logo-loop and marquee components - Improves ARIA compliance without affecting UI/UX
- Replace nested ternary operation with independent function - Fixed SonarQube maintainability issue (javascript:S3358) - Improves code clarity and maintainability
- Merged duplicate .tilted-card-img selector into single rule - Fixed SonarQube maintainability issue (css:S4666) - Improves CSS code quality without affecting visual output
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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.



Changes
Technical Details
Testing