Skip to content
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

769-refactor: Mentorship post release updates: Typography #770

Merged
merged 12 commits into from
Feb 25, 2025

Conversation

Quiddlee
Copy link
Member

@Quiddlee Quiddlee commented Feb 2, 2025

What type of PR is this? (select all that apply)

  • πŸ• Feature
  • πŸ› Bug Fix
  • 🚧 Breaking Change
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ“ Documentation Update

Description

Related Tickets & Documents

Screenshots, Recordings

Before:

image

After:

image

Added/updated tests?

  • πŸ‘Œ Yes
  • πŸ™…β€β™‚οΈ No, because they aren't needed
  • πŸ™‹β€β™‚οΈ No, because I need help

[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

  • Style
    • Refined multiple UI elements for improved consistency and enhanced visual contrast by updating text colors, spacing, and shadow effects.
    • Adjusted borders and layout spacing across headers, cards, search fields, and other components to streamline the overall design.
    • Removed specific color properties from various components, impacting their visual presentation.
    • Introduced new styling options, including a high-contrast variant for links.
    • Enhanced visual styling of components by modifying border-radius and background colors.
  • New Features
    • Introduced an optional high-contrast variant for links, providing an extra styling option for a more striking appearance.

@Quiddlee Quiddlee self-assigned this Feb 2, 2025
@github-actions github-actions bot changed the title Refactor/769 mentorship post release updates 769-refactor: Mentorship post release updates Feb 2, 2025
Copy link

github-actions bot commented Feb 2, 2025

Lighthouse Report:

  • Performance: 83 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

Copy link
Collaborator

@SpaNb4 SpaNb4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breadcrumb paddings should be updated as well
image

@Quiddlee Quiddlee requested a review from Copilot February 9, 2025 13:26

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 26 out of 45 changed files in this pull request and generated no comments.

Files not reviewed (19)
  • src/app/docs/components/docs-menu/docs-menu.module.scss: Language not supported
  • src/app/docs/components/search/search.module.scss: Language not supported
  • src/core/base-layout/components/header/burger/burger.module.scss: Language not supported
  • src/core/base-layout/components/header/dropdown/dropdown-wrapper.module.scss: Language not supported
  • src/core/base-layout/components/header/header.module.scss: Language not supported
  • src/core/base-layout/components/header/nav-item/nav-item.module.scss: Language not supported
  • src/core/styles/_constants.scss: Language not supported
  • src/core/styles/_mixins.scss: Language not supported
  • src/core/styles/index.scss: Language not supported
  • src/entities/course/ui/course-card/course-card.module.scss: Language not supported
  • src/entities/course/ui/course-item/course-item.module.scss: Language not supported
  • src/entities/event/ui/event-card/event-card.module.scss: Language not supported
  • src/entities/mentor/ui/mentor-feedback-card/mentor-feedback-card.module.scss: Language not supported
  • src/entities/trainer/ui/trainers-card/trainer-card.module.scss: Language not supported
  • src/shared/ui/date-lang/date-lang.module.scss: Language not supported
  • src/shared/ui/link-custom/link-custom.module.scss: Language not supported
  • src/shared/ui/list/list.module.scss: Language not supported
  • src/shared/ui/modal/modal.module.scss: Language not supported
  • src/shared/ui/paragraph/paragraph.module.scss: Language not supported
@Quiddlee Quiddlee requested a review from SpaNb4 February 9, 2025 13:27
@Quiddlee Quiddlee changed the title 769-refactor: Mentorship post release updates 769-refactor: Mentorship post release updates: Typography Feb 9, 2025
Copy link

github-actions bot commented Feb 9, 2025

Lighthouse Report:

  • Performance: 88 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

@SpaNb4 SpaNb4 marked this pull request as ready for review February 9, 2025 15:59
Copy link
Contributor

coderabbitai bot commented Feb 9, 2025

πŸ“ Walkthrough

Walkthrough

This pull request refactors various SCSS files and a few TSX components without altering underlying functionality. Most changes involve reorganizing CSS propertiesβ€”such as borders, border-radius, padding, box-shadow, and colorβ€”and consolidating redundant declarations. A new color variable has been introduced, and numerous selectors have been updated to use the darker shade. Additionally, the LinkCustom component now accepts an optional boolean highContrast prop that conditionally applies a new variant styling.

Changes

Files Change Summary
src/app/docs/.../docs-menu.module.scss, src/core/base-layout/components/header/burger.module.scss, src/core/base-layout/components/header/dropdown/dropdown-wrapper.module.scss, src/core/styles/_mixins.scss, src/entities/mentor/ui/mentor-feedback-card/mentor-feedback-card.module.scss, src/entities/trainer/ui/trainers-card/trainer-card.module.scss, src/views/mentorship/ui/mentor-activities/ui/activity-card/activity-card.module.scss, src/widgets/benefits/ui/benefits/benefits.module.scss, src/widgets/principles/ui/principle-card/principle-card.module.scss, src/widgets/member-activity/ui/stage-card/step/step.scss, src/shared/ui/video-playlist-with-player/playlist/playlist.module.scss Reordered and standardized border, border-radius, and box-shadow properties across multiple SCSS modules without changing component functionality.
src/core/styles/_constants.scss, src/core/base-layout/components/header/nav-item/nav-item.module.scss, src/shared/ui/paragraph/paragraph.module.scss, src/shared/ui/subtitle/subtitle.module.scss, src/widgets/mobile-view/ui/mobile-view.module.scss, src/widgets/widget-title/widget-title.module.scss, src/shared/ui/date-lang/date-lang.module.scss, src/shared/ui/list/list.module.scss, src/shared/ui/section-label/section-label.module.scss, src/shared/ui/social-media-item/social-media-item.module.scss, src/widgets/faq/ui/faq.module.scss, src/widgets/general/ui/general.module.scss, src/widgets/numbers/ui/info-cell/info-cell.module.scss, src/widgets/mentors-docs/ui/onboard-links/onboard-links.module.scss, src/widgets/school-menu/ui/school-item/school-item.module.scss Introduced a new $color-gray-900 variable and updated typography by replacing $color-gray-600 with $color-gray-900, along with adjustments to font-weight and heading styles.
src/shared/ui/link-custom/link-custom.module.scss, src/shared/ui/link-custom/link-custom.tsx, src/shared/ui/social-media-item/social-media-item.tsx, src/views/mentorship/ui/mentor-activities/ui/activity-card/activity-card.tsx, src/widgets/mentors-docs/ui/doc-detail/ui/doc-detail.tsx, src/widgets/mentors-register/ui/mentors-register.module.scss Enhanced link styling by adding a new optional highContrast prop and corresponding variant in LinkCustom, and updated its usage across related components.
src/app/docs/components/search/search.module.scss, src/core/styles/index.scss, src/widgets/breadcrumbs/ui/breadcrumbs.module.scss, src/widgets/about-course/ui/about-course-grid/about-course-grid.module.scss, src/widgets/about-video/ui/about-video.module.scss, src/widgets/general/ui/general.module.scss Adjusted padding, spacing, and layout properties; removed redundant styles to better align with updated design specifications.

Sequence Diagram(s)

sequenceDiagram
    participant LC as LinkCustom Component
    participant P as Props (highContrast)
    participant CN as Computed ClassName
    LC->>P: Check if "highContrast" prop is true
    alt highContrast is true
        LC->>CN: Append "high-contrast" CSS class
    else
        LC->>CN: Do not append "high-contrast"
    end
    LC->>UI: Render link with applied styling
Loading

Assessment against linked issues

Objective Addressed Explanation
Update padding to match the design (#782) βœ…
Update heading style (#782) βœ…
Update typography colors (#782) βœ…

Suggested reviewers

  • dzmitry-varabei
  • andron13
  • SpaNb4
  • natanchik
  • ansivgit

πŸ“œ Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between ff37d42 and f5e41a3.

πŸ“’ Files selected for processing (2)
  • src/core/styles/_constants.scss (1 hunks)
  • src/shared/ui/social-media-item/social-media-item.module.scss (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (2)
  • src/core/styles/_constants.scss
  • src/shared/ui/social-media-item/social-media-item.module.scss
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: Build rs.school
  • GitHub Check: CI

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❀️ Share
πŸͺ§ Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 (3)
src/widgets/member-activity/ui/stage-card/step/step.scss (1)

17-18: Enhanced Styling for Stage-Number
The added border (1px solid #fff2d9) and border-radius (50%) provide a refined, rounded look that aligns well with the updated typography design. Consider using a SCSS variable for the border color if it will be reused in multiple places to maintain consistency.

src/shared/ui/modal/modal.module.scss (1)

68-68: Minor Redundancy: Reintroducing β€œborder: none;” in the modal-close-button is harmless but may be redundant if already declared elsewhere.

src/core/base-layout/components/header/nav-item/nav-item.module.scss (1)

53-55: Visual Consistency: Resetting the .dropdown-arrow’s border and background (to β€œnone” and β€œtransparent”) ensures consistency with the updated design language.

πŸ“œ Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 0b235f5 and 5b33388.

πŸ“’ Files selected for processing (46)
  • src/app/docs/components/docs-menu/docs-menu.module.scss (1 hunks)
  • src/app/docs/components/search/search.module.scss (1 hunks)
  • src/core/base-layout/components/header/burger/burger.module.scss (1 hunks)
  • src/core/base-layout/components/header/dropdown/dropdown-wrapper.module.scss (1 hunks)
  • src/core/base-layout/components/header/header.module.scss (1 hunks)
  • src/core/base-layout/components/header/nav-item/nav-item.module.scss (2 hunks)
  • src/core/styles/_constants.scss (1 hunks)
  • src/core/styles/_mixins.scss (1 hunks)
  • src/core/styles/index.scss (3 hunks)
  • src/entities/course/ui/course-card/course-card.module.scss (2 hunks)
  • src/entities/course/ui/course-item/course-item.module.scss (0 hunks)
  • src/entities/event/ui/event-card/event-card.module.scss (3 hunks)
  • src/entities/mentor/ui/mentor-feedback-card/mentor-feedback-card.module.scss (2 hunks)
  • src/entities/trainer/ui/trainers-card/trainer-card.module.scss (1 hunks)
  • src/shared/ui/date-lang/date-lang.module.scss (0 hunks)
  • src/shared/ui/link-custom/link-custom.module.scss (4 hunks)
  • src/shared/ui/link-custom/link-custom.tsx (4 hunks)
  • src/shared/ui/list/list.module.scss (0 hunks)
  • src/shared/ui/modal/modal.module.scss (2 hunks)
  • src/shared/ui/paragraph/paragraph.module.scss (1 hunks)
  • src/shared/ui/section-label/section-label.module.scss (0 hunks)
  • src/shared/ui/social-media-item/social-media-item.module.scss (1 hunks)
  • src/shared/ui/social-media-item/social-media-item.tsx (1 hunks)
  • src/shared/ui/subtitle/subtitle.module.scss (1 hunks)
  • src/shared/ui/video-playlist-with-player/playlist/playlist.module.scss (1 hunks)
  • src/shared/ui/widget-title/widget-title.module.scss (1 hunks)
  • src/views/mentorship/mentorship-hero/ui/mentorship-hero.module.scss (1 hunks)
  • src/views/mentorship/ui/mentor-activities/ui/activity-card/activity-card.module.scss (2 hunks)
  • src/views/mentorship/ui/mentor-activities/ui/activity-card/activity-card.tsx (1 hunks)
  • src/widgets/about-course/ui/about-course-grid/about-course-grid.module.scss (1 hunks)
  • src/widgets/about-video/ui/about-video.module.scss (0 hunks)
  • src/widgets/benefits/ui/benefits/benefits.module.scss (2 hunks)
  • src/widgets/breadcrumbs/ui/breadcrumbs.module.scss (0 hunks)
  • src/widgets/communication/ui/communication.module.scss (1 hunks)
  • src/widgets/faq/ui/faq.module.scss (0 hunks)
  • src/widgets/general/ui/general.module.scss (0 hunks)
  • src/widgets/member-activity/ui/stage-card/stage-card.scss (0 hunks)
  • src/widgets/member-activity/ui/stage-card/step/step.scss (1 hunks)
  • src/widgets/mentors-docs/ui/doc-detail/ui/doc-detail.tsx (1 hunks)
  • src/widgets/mentors-docs/ui/onboard-links/onboard-links.module.scss (0 hunks)
  • src/widgets/mentors-register/ui/mentors-register.module.scss (0 hunks)
  • src/widgets/mobile-view/ui/mobile-view.module.scss (1 hunks)
  • src/widgets/numbers/ui/info-cell/info-cell.module.scss (0 hunks)
  • src/widgets/places/ui/places/places.module.scss (0 hunks)
  • src/widgets/principles/ui/principle-card/principle-card.module.scss (3 hunks)
  • src/widgets/school-menu/ui/school-item/school-item.module.scss (1 hunks)
πŸ’€ Files with no reviewable changes (13)
  • src/widgets/mentors-register/ui/mentors-register.module.scss
  • src/widgets/about-video/ui/about-video.module.scss
  • src/shared/ui/list/list.module.scss
  • src/shared/ui/section-label/section-label.module.scss
  • src/widgets/faq/ui/faq.module.scss
  • src/widgets/member-activity/ui/stage-card/stage-card.scss
  • src/shared/ui/date-lang/date-lang.module.scss
  • src/entities/course/ui/course-item/course-item.module.scss
  • src/widgets/places/ui/places/places.module.scss
  • src/widgets/breadcrumbs/ui/breadcrumbs.module.scss
  • src/widgets/mentors-docs/ui/onboard-links/onboard-links.module.scss
  • src/widgets/general/ui/general.module.scss
  • src/widgets/numbers/ui/info-cell/info-cell.module.scss
βœ… Files skipped from review due to trivial changes (12)
  • src/shared/ui/paragraph/paragraph.module.scss
  • src/core/base-layout/components/header/dropdown/dropdown-wrapper.module.scss
  • src/widgets/about-course/ui/about-course-grid/about-course-grid.module.scss
  • src/shared/ui/video-playlist-with-player/playlist/playlist.module.scss
  • src/widgets/communication/ui/communication.module.scss
  • src/core/base-layout/components/header/burger/burger.module.scss
  • src/entities/event/ui/event-card/event-card.module.scss
  • src/shared/ui/social-media-item/social-media-item.module.scss
  • src/views/mentorship/mentorship-hero/ui/mentorship-hero.module.scss
  • src/entities/course/ui/course-card/course-card.module.scss
  • src/app/docs/components/docs-menu/docs-menu.module.scss
  • src/core/styles/_mixins.scss
πŸ”‡ Additional comments (31)
src/widgets/benefits/ui/benefits/benefits.module.scss (2)

13-14: Consistent Border Styling for Grid Items
The addition of a 1px solid $color-yellow-100 border and a 12px border-radius to .grid-item improves visual separation and consistency.


66-67: Uniform Border Enhancement for Flex Items
Adding the same border and border-radius to .flex-item ensures cohesive styling across different layout presentations.

src/core/styles/index.scss (3)

15-17: Enhanced Typography Rendering in Body
The new font-smoothing properties along with the updated text color ($color-black-900) should improve legibility and match the refreshed design.


67-75: Refined Content Padding for Better Layout
The updated padding values for .contentβ€”including adjustments in media queriesβ€”help achieve a more balanced layout at various breakpoints. Double-check these values ensure they meet the design specifications consistently.


129-132: Consistent Carousel Control Styling
The border-radius of 8px on carousel controls provides a subtle, modern look. Ensure that this styling choice aligns with the overall component design, especially if other instances differ.

src/entities/trainer/ui/trainers-card/trainer-card.module.scss (2)

50-54: Removed Color Property Check:
The absence of a color property in .card-content is now consistent with the design update.


9-11: πŸ› οΈ Refactor suggestion

Border-Radius vs. Box-Shadow Update:
The new box-shadow is applied well, but the border-radius property still appears at line 9. Confirm whether rounded corners should be removed per the updated design guidelines.

src/entities/mentor/ui/mentor-feedback-card/mentor-feedback-card.module.scss (2)

11-13: πŸ› οΈ Refactor suggestion

Card-Wrapper Style Adjustment:
The addition of the box-shadow is good; however, the border-radius property at line 11 remains even though the new style removes it. Please verify if the border-radius should be omitted to align with the design’s shift toward shadow effects.


87-87: undefined

src/shared/ui/link-custom/link-custom.tsx (1)

21-21: LGTM! Well-structured implementation of the black variant.

The black variant is properly typed and integrated with cva, with appropriate defaults.

Also applies to: 33-36, 53-53, 76-76

src/shared/ui/social-media-item/social-media-item.tsx (1)

22-22: LGTM! Consistent usage of black variant.

The black prop is correctly applied to LinkCustom.

src/widgets/mentors-docs/ui/doc-detail/ui/doc-detail.tsx (1)

30-30: LGTM! Consistent usage of black variant.

The black prop is correctly applied to LinkCustom.

src/views/mentorship/ui/mentor-activities/ui/activity-card/activity-card.tsx (2)

31-31: LGTM! Consistent usage of black variant.

The black prop is correctly applied to LinkCustom.


30-34: ⚠️ Potential issue

Fix potential runtime error with optional chaining.

The current implementation could throw a runtime error if links is undefined, as undefined.map() would be called.

Apply this diff to fix the issue:

-    {links?.length && links.map(({ href, linkTitle }) => (
+    {links?.map(({ href, linkTitle }) => (
       <LinkCustom href={href} key={linkTitle} data-testid="activity-card-link" black>
         {linkTitle}
       </LinkCustom>
     ))}

Likely invalid or redundant comment.

src/widgets/mobile-view/ui/mobile-view.module.scss (1)

27-29: Typography - Updated Dark Color:
Changed the .dark class color to $color-black-900 to align with the new design scheme. Looks good.

src/app/docs/components/search/search.module.scss (1)

11-14: Refined Input Styling:
Replacing the traditional border with outline-offset: -2px creates a cleaner focus effect. Please double-check that the border removal (if intentional) doesn’t negatively impact the input’s visual boundaries across browsers.

src/shared/ui/widget-title/widget-title.module.scss (1)

1-4: Widget Title Enhancement:
Bolding the title and applying $color-black-900 strengthens the typographic hierarchy and aligns with the new color palette.

src/views/mentorship/ui/mentor-activities/ui/activity-card/activity-card.module.scss (2)

8-11: Visual Update - Activity Card:
Replacing the solid border with a subtle box-shadow introduces modern depth. Please verify the shadow effect meets the design intent in various contexts.


25-33: Icon Accent Refinement:
Restoring border-radius: 100%; for the .icon-accent ensures a perfectly circular look, which is consistent with the updated design language.

src/widgets/school-menu/ui/school-item/school-item.module.scss (1)

12-14: Consistent Dark Variant:
Updated the .title.dark color to $color-black-900 to maintain typographic consistency across components.

src/shared/ui/subtitle/subtitle.module.scss (1)

3-3: Typography Update: The subtitle’s color is now set to $color-black-900 for improved contrast and design consistency.

src/shared/ui/modal/modal.module.scss (1)

11-12: Style Reinforcement: Adding β€œline-height: 24px;” enhances text spacing within the modal.

src/core/base-layout/components/header/nav-item/nav-item.module.scss (1)

40-42: Color Update: Updating the .label color to $color-black-900 improves readability and aligns with the new theme.

src/shared/ui/link-custom/link-custom.module.scss (3)

17-23: Border Styling (Secondary): Applying β€œborder: 2px solid $color-black” for secondary buttons adheres to the updated style guidelines.


34-48: Primary Button Enhancement: The primary button now has β€œborder: 2px solid $color-black” with a hover state switching to $color-gray-600; verify this contrast still meets accessibility standards.


96-98: New Utility Class: The newly added .black class, which sets color to $color-black-900, provides a handy utility for consistent text coloring.

src/core/base-layout/components/header/header.module.scss (1)

29-32: Navbar White Variant Update: Explicitly setting opacity, background-color, and adding a box-shadow in the .navbar.white class refines the navbar’s visual hierarchy.

src/widgets/principles/ui/principle-card/principle-card.module.scss (3)

16-17: Background Color Reordering.
The added background color using $color-yellow-50 clearly aligns with the updated design guidelines.


27-27: Enhanced ::after Styling.
Including border-radius: 100% on the ::after pseudo-element reinforces the circular, soft design accents.


73-76: Improved Icon Decoration.
Adding border-radius: 100% to the .icon::before pseudo-element ensures that all circular elements remain consistent with the new typography updates.

src/core/styles/_constants.scss (1)

23-23: New Dark Shade Variable Introduced.
The addition of $color-black-900: hsl(210deg 7.4% 10.6%); // #191b1d enhances the color palette, supporting a modern, high-contrast typography scheme.

Copy link

Lighthouse Report:

  • Performance: 97 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

Copy link

Lighthouse Report:

  • Performance: 66 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

Copy link

Lighthouse Report:

  • Performance: 96 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

@ansivgit ansivgit merged commit e04e3b4 into main Feb 25, 2025
3 checks passed
@ansivgit ansivgit deleted the refactor/769-mentorship-post-release-updates branch February 25, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typography update
4 participants