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

Feature/blui 5101 worflowcard actions #324

Merged
merged 10 commits into from
Feb 1, 2024

Conversation

ektaghag-eaton
Copy link
Contributor

@ektaghag-eaton ektaghag-eaton commented Jan 29, 2024

Fixes 5101 .

Changes proposed in this Pull Request:

Screenshots / Screen Recording (if applicable)

Screenshot 2024-01-29 at 6 38 37 PM Screenshot 2024-01-29 at 6 38 13 PM Screenshot 2024-01-29 at 6 40 29 PM

To Test:

  • Use below test code
    <WorkflowCardActions showPrevious showNext previousLabel="Back" nextLabel="Next" currentStep={2} totalSteps={5} divider onNext={()=>{ console.log('Next button clicked') }} onPrevious={()=>{ console.log('Previous button clicked') }} canGoNext={false} canGoPrevious={false} />

Any specific feedback you are looking for?

@ektaghag-eaton ektaghag-eaton marked this pull request as draft January 29, 2024 12:43
@github-actions github-actions bot added the brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering label Jan 29, 2024
@ektaghag-eaton ektaghag-eaton changed the base branch from dev to release/R31 January 29, 2024 13:11
@ektaghag-eaton ektaghag-eaton marked this pull request as ready for review January 30, 2024 06:24
@manojleaton
Copy link
Contributor

manojleaton commented Feb 1, 2024

The component has been tested by passing all the props and it is working fine!

@ektaghag-eaton
Copy link
Contributor Author

Hi @surajeaton, please review again

@ektaghag-eaton ektaghag-eaton merged commit f48ed7d into release/R31 Feb 1, 2024
3 checks passed
@ektaghag-eaton ektaghag-eaton deleted the feature/blui-5101-worflowcard-actions branch February 1, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering
Development

Successfully merging this pull request may close these issues.

3 participants