You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When all components in @cloudoperators/juno-ui-components have been migrated to Typescript, we should swap over any remaining deprecated imports to the new migrated ones. After all, delete all migrated Javascript components from deprecated_js.
guoda-puidokaite
changed the title
[Task](context): Change imports from deprecated Javascript components to Typescript and tidy up
[Task](ui): Change imports from deprecated Javascript components to Typescript and tidy up
Nov 29, 2024
guoda-puidokaite
changed the title
[Task](ui): Change imports from deprecated Javascript components to Typescript and tidy up
[Task](ui): Change imports from deprecated Javascript components to Typescript (incl. Portal) and tidy up
Dec 11, 2024
Task Description
When all components in @cloudoperators/juno-ui-components have been migrated to Typescript, we should swap over any remaining deprecated imports to the new migrated ones. After all, delete all migrated Javascript components from deprecated_js.
List of potential dependencies
Portal
should be migrated before making the change. Last component to be merged isDateTimePicker
[TASK](ui): Migrate DateTimePicker component to TypeScript #227.Sub-tasks
index.js
inAppShellProvider
toindex.ts
.deprecated_js
.Storybook
npm run typecheck
npm run build
is working (note: errors already existed before, need to fix in another ticket)npm run lint
is working correctly and fix alltslint
errorsRelated Issues
The text was updated successfully, but these errors were encountered: