Skip to content

Draft: Fix Search sidebar bleeding into Discovery Trending feed #6078

Ben requested to merge fix/sidebar-f6078 into master

Ticket(s) / Related Merge Requests

#6078 (closed)

Summary of Changes

Fixes Search sidebar bleeding into Discovery Trending feed. This was happening because the Search component specifies a second sidebar. The fix is to just not show it in an explore context.

Testing Considerations

  • Test that at /discovery/trending you have no sidebar bleeding as in the issue card.
  • Test that on the top search page, the sidebar appears as expected.

Deployment Considerations

Standard deployment.

Regression Scope

Search components sidebar.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual.

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports