Skip to content

Code Search Page Refresh

Warren Gifford requested to merge brett/code-search into main

Created by: bretthayes

This closes #5539 (closed) with a new refresh for the code search page.

Changelog

  • Moved our animations to the public directory since they're now being used in other places
  • Added textured backgrounds, illustrations, and a new Background component via our DLS
  • Updated container widths, breakpoints, grid sizes, heading font sizes, and heading font weights globally to meet our new brand guidelines/DLS in preparation for #5378 (closed)
  • Updated BlogResourceItem to meet new designs
  • Renamed FeatureWalkthrough to CoreFeatures
  • Updated IntegrationsSection to meet new designs
  • Removed Code Intelligence from top nav
  • Renamed a few instances of Code Intelligence to Code Navigation as per other edits requested in the issue
  • Added a ProductHero component specific to product pages and updated all product pages to use it. There is potential to consolidate this into a catchall Hero component but I didn't want to overcomplicate this component for this PR and include all variants.
  • Added a TwoColumnSection component. Same concern here with overcomplicating and not including all variants. There needs to be more discussion about Atomic Design and consolidation for our DLS to make development easier.
  • Added grayscale-200 and grayscale-500 to our colours - didn't want to include all new brand colours in this PR since they'll be included in #5378 (closed)
  • Updated the gradient venus utility class to meet new designs under backgrounds. Same concern here with not including all updates since #5378 (closed) will cover this next
  • Removed code insights and and batch changes styles/tech debt

Test

  1. Ensure prettier has standardized the proposed changes.

Merge request reports

Loading