Conversation
Storybook deployed with Cloudflare Pages ☁️ 📖 🚀Storybook
Built from commit 497f69f |
There was a problem hiding this comment.
Pull request overview
Adds a new variant option to lukso-wizard to support a “secondary” numbered stepper style, intended for token generation v2 flows.
Changes:
- Introduces
WizardVariant(default|secondary) and renders a numbered stepper whenvariant="secondary". - Updates Storybook stories to expose
variantcontrol and adds aNumberedWizardexample. - Bumps
@lukso/web-componentspackage version.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/components/lukso-wizard/lukso-wizard.stories.ts | Adds Storybook control + example for the new variant option. |
| src/components/lukso-wizard/index.ts | Implements variant property and secondary numbered rendering path. |
| package/package.json | Version bump for the package release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dzbo
left a comment
There was a problem hiding this comment.
Please also check my ticket requirements in ClickUp, I don't see linking feature being implemented.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
ok I set two modes, with the default you can go just in the previous steps, with the other one we can go through all steps, it can help in some scenarios. |
dzbo
left a comment
There was a problem hiding this comment.
This looks good, maybe small thing you could add is a hover state to clickable steps, like little bit od opacity or something.
There was a problem hiding this comment.
Pull request overview
Adds a new lukso-wizard rendering variant and optional “linkable steps” behavior to support the Token Gen v2 wizard UX.
Changes:
- Add
variant="numbered"rendering with new Tailwind-Variants styles. - Add
is-linkable+linkable-modesupport and emiton-step-clickwhen a linkable step is clicked. - Extend Storybook stories/controls to demo the new variant and linkable behavior.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/components/lukso-wizard/lukso-wizard.stories.ts | Adds Storybook controls/stories for variant and linkable steps, including interactive demos. |
| src/components/lukso-wizard/index.ts | Implements variant, linkable steps, and on-step-click event; adds numbered template. |
| package/package.json | Bumps package version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Ticket ID
https://app.clickup.com/t/2645698/DEV-15942
Description
new wizard variant for token gen v2