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
eslint - use no-restricted-imports to dedup patternfly wrappers (#4466)
* eslintrc - use no-restricted-imports - prevent patternfly imports we have wrappers for
No-Issue
* fileupload -> file-upload
* collection-header: use DateComponent instead of direct moment
* alert-list: use ReactNode over JSX.Element
* copy-url -> shared
* alert-list -> shared
* namespace-detail: use AlertList instead of custom Alert
* move non-wrappers outside patternfly-wrappers
* list-item-actions: functional, fix import
* Tooltip, FileUpload - import from compoents
* Pagination - import from components
* linter fixups
* undebug
* namespace_delete - allow deeper title nesting
* namespace card - add noSpan option to Tooltip
the span makes the title too big, and is not needed here
0 commit comments