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

Removes instances where we've feature flagged the new (current) design #2064

Merged
merged 5 commits into from
Jan 19, 2024

Conversation

jkachel
Copy link
Contributor

@jkachel jkachel commented Jan 18, 2024

What are the relevant tickets?

Closes #1864

Description (What does it do?)

This removes remnants of the old MITx Online visual design and eliminates checks for the feature flag that toggled between the two designs. It keeps the code that allows for checking for feature flags in the front end.

#1864 also specifies removing CSS and images from the old design but some pages still use elements of the old design, so this isn't done here.

How can this be tested?

Test against RC or production. The look and feel should not change; all UI elements should be there; there should be no changes for accessibility. Turning the new design off by flipping the feature flags, or blocking Posthog in some method (e.g. via an ad blocker), should not revert you back to the old design.

Copy link
Contributor

@collinpreston collinpreston left a comment

Choose a reason for hiding this comment

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

I believe that the TopAppBar component can be removed.

@jkachel jkachel requested a review from collinpreston January 19, 2024 13:37
Copy link
Contributor

@collinpreston collinpreston left a comment

Choose a reason for hiding this comment

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

Looks good to me

@jkachel jkachel merged commit e59c750 into main Jan 19, 2024
3 checks passed
@jkachel jkachel deleted the jkachel/1864-deflag-new-design branch January 19, 2024 20:02
@odlbot odlbot mentioned this pull request Jan 22, 2024
7 tasks
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.

Remove New Design Feature Flag
2 participants