1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/frontend/src/component/common
Thomas Heartman 6ba87d1436
chore: fix invalid dom nesting (#8451)
This PR fixes all `invalidDomNesting` errors we're getting in our tests.
The culprit was the `Badge` icon we use, which wrapped its children in a
div. When that's used as a child of a `p` tag, that'd cause this to
trigger.

What I've done is to change the wrapping element to a span instead. The
Badge itself uses an `display: inline-flex`, so divs and spans should be
treated the same, meaning there's no visual change for this.
2024-10-16 08:33:47 +02:00
..
AnimateOnMount feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
Announcer
ApiError
ApiTokenTable [Gitar] Cleaning up stale flag: resourceLimits with value true (#7964) 2024-08-22 13:20:53 +02:00
AutocompleteBox
AvatarGroup refactor: make avatar group more customizable (#7989) 2024-08-27 14:37:45 +02:00
AvatarGroupFromOwners feat: create page for when you have no projects (#8285) 2024-09-27 10:41:25 +02:00
Badge chore: fix invalid dom nesting (#8451) 2024-10-16 08:33:47 +02:00
BatchSelectionActionsBar feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
BreadcrumbNav chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
Chart feat: highlighting flags chart (#8237) 2024-09-25 08:36:30 +02:00
CheckmarkBadge
Codebox
ConditionallyRender
ConstraintAccordion chore: remove operator upgrade alert (#8053) 2024-09-03 12:18:19 +03:00
CreateButton
DateTimePicker
DialogFormTemplate fix: display feature naming patterns in dialog (#7837) 2024-08-12 13:56:07 +02:00
Dialogue feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
DividerText
DropdownMenu
EnterpriseBadge chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
EnvironmentIcon
ExperimentalFeedback
FavoriteIconButton
FeatureArchiveDialog
FeatureStaleDialog
FeatureStatusChip
Feedback
FilterDateItem feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
FormSwitch
FormTemplate Frontend for additional environments (#8378) 2024-10-08 12:59:41 +00:00
GeneralSelect Add environment types environment order (#8447) 2024-10-15 11:00:31 +02:00
Gradient feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
GridCol feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
GridRow feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
GuidanceIndicator feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
HelpIcon
Highlighter fix: projects archive search (#7898) 2024-08-15 16:19:29 +02:00
HtmlTooltip fix: prevent project cell overflow on api keys table (#7472) 2024-07-02 12:10:02 +02:00
Input
InputCaption
InputListField
InstanceStatus feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
ItemList
Limit fix: update the customer success email for limits (#7933) 2024-08-20 11:58:25 +02:00
Loader fix: make loader not exlpode to 100vh in unnecessary locations (#7589) 2024-07-15 14:41:45 +02:00
LoginRedirect
MainHeader
Markdown chore: implement event grouping in the event timeline (#8254) 2024-09-26 14:48:52 +01:00
MultiActionButton feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
MultipleRoleSelect feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
NewConstraintAccordion chore: remove operator upgrade alert (#8053) 2024-09-03 12:18:19 +03:00
NoItems feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
NotFound feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
Notifications Refactor: Remove react-timeago (#7943) 2024-08-21 12:03:03 +02:00
PageContent feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
PageHeader feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
PasswordField
PercentageCircle
PermissionButton feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
PermissionGuard
PermissionHOC
PermissionIconButton Feat: feature view created by field - frontend (#7382) 2024-06-13 13:00:57 +02:00
PermissionSwitch chore: use HTML (custom) tooltip for permission switches (#7355) 2024-06-11 14:03:35 +02:00
PremiumFeature fix: show environments page as enterprise feature (#7796) 2024-08-08 10:03:02 +02:00
PrettifyLargeNumber
Proclamation
ProjectIcon Projects archive UI (#7842) 2024-08-13 14:33:11 +02:00
ProjectSelect
ProtectedRoute
PulsingAvatar feat: connection status bubble (#8099) 2024-09-05 13:56:25 +03:00
ReactJSONEditor
ResponsiveButton feat: new onboarding welcome screen logic (#8110) 2024-09-06 13:15:28 +03:00
RoleBadge
RoleDescription chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
RoleSelect
ScreenReaderOnly feat: filter by user when interacting with the avatar (#7347) 2024-06-11 12:15:35 +02:00
ScrollTop
Search feat: separate command bar and search hotkeys (#7651) 2024-07-24 12:46:03 +03:00
SegmentItem
SidebarModal chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
SidePanelList
SkipNavLink
StaleDataNotification
Sticky chore: remove all deprecated imports of act (#8398) 2024-10-15 13:53:26 +02:00
StrategyItemContainer feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
StrategySeparator
StrategyVariantsUpgradeAlert
StringTruncator fix: truncator (#1148) 2022-07-26 08:58:57 +02:00
Table fix: boolean logic for feature last seen toolbar (#8016) 2024-08-30 13:23:08 +02:00
TabNav feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
ThemeMode
TimeAgo chore: remove all deprecated imports of act (#8398) 2024-10-15 13:53:26 +02:00
ToastRenderer
TooltipLink
TooltipResolver feat: command menu items can have description as tooltip now (#7455) 2024-06-26 12:39:53 +03:00
UpdateButton
UserAvatar Wip: split out avatar group; use same tooltip for all avatars (#7681) 2024-08-01 10:45:24 +02:00
VariantInfoAlert
VerticalTabs fix: project settings table overflow (#7288) 2024-06-05 14:05:41 +02:00
common.module.scss
flags.ts
index.jsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
select.tsx
util.test.ts fix: prevent strategy variant weight from going into negative numbers on Frontend (#7460) 2024-06-27 09:06:59 +00:00
util.ts fix: environments route should be hidden from menu for open-source (#8397) 2024-10-09 15:45:02 +03:00