Various fixes for errors seen in the console while browsing (#21060)
* shouldNotForwardTransientProp method created for emotion * BadgeIcon html attributes clean up * Usage of transient property $hasMargin in Badge for BadgeIcon * HTML attribute cleanup for LinkRoot * React key added to ButtonBar child if not defined * Properties for TableInfoPopover properly typed * Misc * analyticsContext property set as non required as non of the parents enforce it or pass a value * Clean up attributes for SVG in Icon * CSS fix for share icon special case in Icon * Checkbox controlled component default value fix * Misc clean up * index file for collection side bar * Collections collectionID type fix * collection type in NewCollectionItemMenu fix * Misc * TokenField fix for value * noPopover passed properly to WidgetStatusIcon * Updates to controlled input/checkbox * VS Code workspace file added to gitignore * shouldNotForwardTransientProp renamed to shouldForwardNonTransientProp * AddAggregationButton defaultProps updates * propTypes for TableInfoPopover added back
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- frontend/src/metabase/collections/components/CollectionSidebar/Collections/Collections.jsx 1 addition, 1 deletion.../components/CollectionSidebar/Collections/Collections.jsx
- frontend/src/metabase/collections/components/NewCollectionItemMenu.jsx 5 additions, 5 deletions...metabase/collections/components/NewCollectionItemMenu.jsx
- frontend/src/metabase/collections/containers/CollectionSidebar/index.ts 1 addition, 0 deletions...etabase/collections/containers/CollectionSidebar/index.ts
- frontend/src/metabase/components/Badge.jsx 1 addition, 1 deletionfrontend/src/metabase/components/Badge.jsx
- frontend/src/metabase/components/Badge.styled.jsx 5 additions, 2 deletionsfrontend/src/metabase/components/Badge.styled.jsx
- frontend/src/metabase/components/ButtonBar.jsx 3 additions, 1 deletionfrontend/src/metabase/components/ButtonBar.jsx
- frontend/src/metabase/components/CollectionLanding/CollectionLanding.jsx 3 additions, 3 deletions...tabase/components/CollectionLanding/CollectionLanding.jsx
- frontend/src/metabase/components/Icon.tsx 9 additions, 4 deletionsfrontend/src/metabase/components/Icon.tsx
- frontend/src/metabase/components/MetadataInfo/TableInfoPopover/TableInfoPopover.tsx 9 additions, 7 deletions...onents/MetadataInfo/TableInfoPopover/TableInfoPopover.tsx
- frontend/src/metabase/components/TokenField.jsx 4 additions, 2 deletionsfrontend/src/metabase/components/TokenField.jsx
- frontend/src/metabase/core/components/CheckBox/CheckBox.tsx 4 additions, 2 deletionsfrontend/src/metabase/core/components/CheckBox/CheckBox.tsx
- frontend/src/metabase/core/components/Link/Link.styled.tsx 4 additions, 1 deletionfrontend/src/metabase/core/components/Link/Link.styled.tsx
- frontend/src/metabase/lib/styling/emotion.ts 5 additions, 0 deletionsfrontend/src/metabase/lib/styling/emotion.ts
- frontend/src/metabase/parameters/components/ParameterValueWidget.jsx 2 additions, 2 deletions...c/metabase/parameters/components/ParameterValueWidget.jsx
- frontend/src/metabase/query_builder/components/view/sidebars/SummarizeSidebar/AddAggregationButton/AddAggregationButton.jsx 1 addition, 1 deletion...rizeSidebar/AddAggregationButton/AddAggregationButton.jsx
- frontend/src/metabase/questions/components/CollectionBadge.jsx 2 additions, 1 deletion...end/src/metabase/questions/components/CollectionBadge.jsx
frontend/src/metabase/lib/styling/emotion.ts
0 → 100644
Please register or sign in to comment