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

Skippable tours #11255

Merged
merged 7 commits into from
Jul 19, 2023
Merged

Skippable tours #11255

merged 7 commits into from
Jul 19, 2023

Conversation

deanhannigan
Copy link
Contributor

Description

Tours within Budibase are now skippable.

  • A Skip button has been added to the tour popover and will display if an onSkip function has been configured. This replaces the Previous button.
  • The main onboarding tour has been configured with an onSkip behaviour and will redirect to the data section if skipped.
  • The feature onboarding tour remains unchanged as it only contains one step for the moment.

Addresses:

  • BUDI-7196

Screenshots

Screenshot 2023-07-17 at 17 32 08

@deanhannigan deanhannigan marked this pull request as ready for review July 18, 2023 08:07
@codecov-commenter
Copy link

codecov-commenter commented Jul 18, 2023

Codecov Report

Merging #11255 (79716fa) into develop (bf08cca) will not change coverage.
The diff coverage is n/a.

❗ Current head 79716fa differs from pull request most recent head 7079609. Consider uploading reports for the commit 7079609 to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff            @@
##           develop   #11255   +/-   ##
========================================
  Coverage    47.99%   47.99%           
========================================
  Files          157      157           
  Lines         5324     5324           
  Branches      1058     1058           
========================================
  Hits          2555     2555           
  Misses        2540     2540           
  Partials       229      229           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@aptkingston aptkingston left a comment

Choose a reason for hiding this comment

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

LGTM! Nice one 👌 And well remembered to add the skip event in there too.

@deanhannigan deanhannigan merged commit b26f724 into develop Jul 19, 2023
8 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants