-
-
Notifications
You must be signed in to change notification settings - Fork 11
873-feat: Update jetbrans logo #878
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
base: main
Are you sure you want to change the base?
Conversation
π Walkthrough""" WalkthroughThe JetBrains, AWS, and GitHub logos were updated to be wrapped in external links using Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Tip β‘οΈ Faster reviews with caching
Enjoy the performance boostβyour workflow just got faster. π Recent review detailsConfiguration used: .coderabbit.yaml π Files selected for processing (1)
π§ Files skipped from review as they are similar to previous changes (1)
β¨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Lighthouse Report:
|
Lighthouse Report:
|
Lighthouse Report:
|
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.
Actionable comments posted: 0
π§Ή Nitpick comments (1)
src/shared/icons/github.tsx (1)
13-13
: Fix unnecessary space in alt textThere's an extra space at the beginning of the alt text.
- <Image src={github} alt=" github icon" /> + <Image src={github} alt="GitHub icon" />
π Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
β Files ignored due to path filters (1)
src/shared/assets/svg/jetbrains.svg
is excluded by!**/*.svg
π Files selected for processing (4)
src/shared/icons/aws.tsx
(1 hunks)src/shared/icons/github.tsx
(1 hunks)src/shared/icons/jetbrains.tsx
(1 hunks)src/shared/ui/link-custom/link-custom.tsx
(1 hunks)
π§ Files skipped from review as they are similar to previous changes (1)
- src/shared/icons/jetbrains.tsx
π§° Additional context used
𧬠Code Graph Analysis (2)
src/shared/ui/link-custom/link-custom.tsx (1)
src/shared/icons/text-link-icon.tsx (1)
TextLinkIcon
(5-15)
src/shared/icons/github.tsx (1)
src/shared/ui/link-custom/link-custom.tsx (1)
LinkCustom
(45-92)
β° Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Build rs.school
- GitHub Check: CI
π Additional comments (3)
src/shared/icons/aws.tsx (1)
4-15
: Improved AWS logo by making it clickableThe AWS logo now links to the AWS website, matching the behavior of other partner logos. Setting
icon={null}
prevents the external link icon from appearing.src/shared/ui/link-custom/link-custom.tsx (1)
60-61
: Improved icon resolution priorityThis change ensures that explicitly provided icons (including
null
) take precedence over the automatic external link icon. This is essential for the logos that need external linking without additional icons.src/shared/icons/github.tsx (1)
4-15
: Enhanced GitHub logo with link functionalityThe GitHub logo now links to the GitHub website, providing consistent behavior with other partner logos. Setting
icon={null}
properly prevents the external link icon from being displayed.
Lighthouse Report:
|
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.
Actionable comments posted: 0
π§Ή Nitpick comments (1)
src/widgets/partnered/partnered.tsx (1)
13-37
: Consider adding explicit aria-labels for improved accessibilityWhile the image components have alt text, adding explicit aria-labels to the LinkCustom components would further enhance accessibility.
<LinkCustom href="https://www.jetbrains.com" external icon={null} + aria-label="Visit JetBrains website" >
π Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
π Files selected for processing (4)
src/shared/icons/aws.tsx
(1 hunks)src/shared/icons/github.tsx
(1 hunks)src/shared/icons/jetbrains.tsx
(1 hunks)src/widgets/partnered/partnered.tsx
(2 hunks)
π§ Files skipped from review as they are similar to previous changes (3)
- src/shared/icons/github.tsx
- src/shared/icons/aws.tsx
- src/shared/icons/jetbrains.tsx
π§° Additional context used
𧬠Code Graph Analysis (1)
src/widgets/partnered/partnered.tsx (4)
src/shared/ui/link-custom/link-custom.tsx (1)
LinkCustom
(45-92)src/shared/icons/jetbrains.tsx (1)
JetBrainsLogo
(5-14)src/shared/icons/aws.tsx (1)
AwsLogo
(5-9)src/shared/icons/github.tsx (1)
GithubLogo
(5-9)
β° Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Build rs.school
- GitHub Check: CI
π Additional comments (4)
src/widgets/partnered/partnered.tsx (4)
2-2
: Added import for LinkCustom componentThe import is correctly added to support the new functionality of making partner logos clickable.
13-19
: JetBrains logo now wrapped in clickable linkThe JetBrains logo is now properly wrapped in a LinkCustom component, making it a clickable external link to the official JetBrains website. Setting
icon={null}
appropriately removes the default external link icon.
22-28
: AWS logo now wrapped in clickable linkThe AWS logo has been wrapped in a LinkCustom component, consistent with the approach used for the JetBrains logo.
31-37
: GitHub logo now wrapped in clickable linkThe GitHub logo has been wrapped in a LinkCustom component, maintaining consistency with the other partner logos.
Lighthouse Report:
|
Co-authored-by: Yuliya Kursevich <[email protected]>
What type of PR is this? (select all that apply)
Description
This PR request updates the jetBrains logo in "Partnered with" section of the site.
Related Tickets & Documents
Screenshots, Recordings
Added/updated tests?
[optional] Are there any post deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?
Summary by CodeRabbit
Summary by CodeRabbit