-
Notifications
You must be signed in to change notification settings - Fork 2k
Implement yoast domain addition step behind feature flag #52081
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1c2db40
Added to basket successfully
ddc22 b6a8f7a
Styling fixes for domains page
ddc22 2e2e93f
Final shopping cart designs
ddc22 780c59b
Add yoast plan on load
ddc22 a6d810b
RHide recommendation prop added
ddc22 a14025a
Fix max width
ddc22 7118ae2
Yoast feature flag cleanup
ddc22 5ae76c8
Complete initial mobile layout
ddc22 2016e99
Multiple minor fixes
ddc22 01d6d0d
Add translation and import fix
ddc22 f758fdf
Clean up css and reuse components, fix links
ddc22 84c064f
Show recommendation label refactor
ddc22 19069f0
Introduce emotion based styles
ddc22 065b99e
Styling fixes and css cleanup and traslation additions
ddc22 931cc96
Added rest of the text
ddc22 b2b68d8
Fix basket expanding view and other style issues
ddc22 59ffe12
Async loading domains route
ddc22 2188242
Loading indicators, add to basket on click, remove previous domain fr…
ddc22 3879ed3
Remove redundant props
ddc22 b54ca83
Simple url string
ddc22 71c3ff0
Cosmetic fixes
ddc22 f3810b6
Fixed scrollbars
ddc22 802f21d
Site preloading task complete, code redundancy fix
ddc22 fa68052
Removed cross state tree dipendency import
ddc22 3b1d448
Refactor emotion theme code, replace promise with async await, fix ro…
ddc22 44ad236
Review fixes
ddc22 b745edd
Fix type errors
ddc22 c7f5d1a
Remove unecessary url
ddc22 fe45139
Merge branch 'trunk' into add/yoast-domain-addition-step
ddc22 abcc784
Can be null
ddc22 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Async loading domains route
- Loading branch information
commit 59ffe1231a52e7ab6bd4b9a21162698d0d8e5f3c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: have we considered the default placeholder that appears here for just a little while this is loading? We often remove it by providing
placeholder={ null }Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know this, but I would opt to leave the default placeholder for now and circle back if stakeholders opt to remove it. In any case it feels better with it.