-
Notifications
You must be signed in to change notification settings - Fork 24
fix(ui): add NsProgressStories & other fixes #1000
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
Conversation
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.
Pull request overview
This PR adds Storybook stories for the NsProgress component, integrates it into the Import Users modal, fixes i18n parameter inconsistencies, adds new translation strings for external applications, disables Carbon telemetry, and removes an unnecessary devcontainer extension.
- Adds NsProgress component stories and integration into Import Users modal with step indicators
- Fixes Italian i18n parameter naming from
{modulo_id}to{module_id}for consistency - Adds new translation strings for the
apps_statussection used by external applications
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| core/ui/src/stories/NsProgress.stories.js | Adds Storybook stories for NsProgress component with default and custom step examples |
| core/ui/src/components/domains/ImportUsersModal.vue | Integrates NsProgress component to display import wizard steps with styling |
| core/ui/public/i18n/it/translation.json | Fixes parameter naming inconsistencies and adds apps_status translation strings |
| core/ui/public/i18n/en/translation.json | Adds apps_status translation strings and updates restart-module action label |
| core/ui/.env | Disables Carbon Design System telemetry |
| .devcontainer/devcontainer.json | Removes waderyan.gitblame extension from devcontainer configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 9 out of 10 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@nethserver/ns8-ui-lib(see fix: typo in NsPasswordInput prop & sbom workflow ns8-ui-lib#49)