Skip to content

Remember for-you tab on newsfeed #6007

Olivia Madrid requested to merge fix/remember-for-you-6007 into master

Ticket(s) / Related Merge Requests

#6007 (closed)

Summary of Changes

The FeedAlgorithm string enum was not able to reliably handle the hyphen in for-you. I opted to just change it from an enum to a type and made the changes that were required to make it work.

Testing Considerations

Tabs on the newsfeed

Deployment Considerations

Regression Scope

Platform Affected (web, mobile, etc)

Web

Developer Testing Completed

The browser remembers the last tab you were on. Doesn't matter which tab it is.

Screenshots / Screen Recording

__rememberForYouTab

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