-
Notifications
You must be signed in to change notification settings - Fork 21
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
Onboarding: Move FAQs below the CTA button #2488
Comments
It does seem a little off in the literal meaning so it would be a bit more appropriate to rename the Regarding the Implementation Brief, just in case it's missing, I'd like to add that there's also a FAQ for the last step and Ads Onboarding. (See #2382) |
If we are going to align this in all locations then there are also 2 FAQ sections when going through the Ads onboarding (step 1 + 2). To get their you can skip campaign creation during initial onboarding, and then later going to create the first campaign from the dashboard. I think it would provide better consistency if we'd change it for all occurrences. |
Thanks @eason9487 and @mikkamp. I had also noticed that we were planning on moving the FAQs below the CTA buttons for #2459. Expanding the scope of this issue to handle all of these consistently makes a lot of sense to me rather than having individual issues for each place in the UI where we want to make this change. Here are the places I've identified, let me know if I've missed any:
There are 8 places in the codebase where the |
I don't think it necessarily needs a container component with a footer suffix, so renaming it would have better flexibility, but this option works for me as well. |
Probably true. We could rename this component to something like |
Part of #2458
In order to streamline the actions a user needs to take during onboarding, we will move the FAQ section at the bottom of the first step of the onboarding flow to the bottom of the page, below the CTA button, so the CTA button is easier to locate.
Acceptance Criteria
var(--large-gap);
value.Implementation Brief
There are multiple places where FAQs exist inside of a
StepContent
component. For consistency, we will update all of them:For each of these, either move the
Faqs
into theStepContentFooter
component below the CTA button(s) and update the styling, or rename theStepContentFooter
component toStepContentActions
throughout the application and move the FAQs below, where applicable.Test Coverage
The text was updated successfully, but these errors were encountered: