mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
Addresses two issues related to flag names and descriptions overflowing: 1: In the project flag overview, long flag names push the environments off screen. This is handled by setting overflow-wrap: anywhere on the offending text. The text will now use ellipses instead. Before full-width:  Before narrower:  After full-width:  After narrower:  2: On the flag page, long descriptions are rendered in their entirety, even if that's not sensible. They are now truncated after five lines. There is a tooltip that shows the full text, or you can go the flag settings to see the full description. Before:  After:  After (with tooltip):  --- Note, I don't think this is necessarily the perfect solution (it'd be nice to get tooltips for overflowing flag names a "show full description" disclosure button instead of the stupidly long tooltip), but I think it's a step in the right direction. |
||
|---|---|---|
| .. | ||
| AnimateOnMount | ||
| Announcer | ||
| ApiError | ||
| ApiTokenTable | ||
| AutocompleteBox | ||
| AutocompleteVirtual | ||
| AvatarGroup | ||
| AvatarGroupFromOwners | ||
| Badge | ||
| BatchSelectionActionsBar | ||
| BreadcrumbNav | ||
| Card | ||
| Chart | ||
| CheckmarkBadge | ||
| Codebox | ||
| ConditionallyRender | ||
| ConstraintAccordion | ||
| CreateButton | ||
| DateTimePicker | ||
| DialogFormTemplate | ||
| Dialogue | ||
| DividerText | ||
| DropdownMenu | ||
| EnterpriseBadge | ||
| EnvironmentIcon | ||
| ExperimentalFeedback | ||
| FavoriteIconButton | ||
| FeatureArchiveDialog | ||
| FeatureLifecycle | ||
| FeatureStaleDialog | ||
| FeatureStatusChip | ||
| Feedback | ||
| FilterDateItem | ||
| FormSwitch | ||
| FormTemplate | ||
| GeneralSelect | ||
| Gradient | ||
| GridCol | ||
| GridRow | ||
| GuidanceIndicator | ||
| HelpIcon | ||
| Highlight | ||
| Highlighter | ||
| HtmlTooltip | ||
| Input | ||
| InputCaption | ||
| InputListField | ||
| InstanceStatus | ||
| ItemList | ||
| Limit | ||
| Loader | ||
| LoginRedirect | ||
| MainHeader | ||
| Markdown | ||
| MultiActionButton | ||
| MultipleRoleSelect | ||
| NewConstraintAccordion | ||
| NoItems | ||
| NotFound | ||
| Notifications | ||
| PageContent | ||
| PageHeader | ||
| PasswordField | ||
| PercentageCircle | ||
| PermissionButton | ||
| PermissionGuard | ||
| PermissionHOC | ||
| PermissionIconButton | ||
| PermissionSwitch | ||
| PremiumFeature | ||
| PrettifyLargeNumber | ||
| Proclamation | ||
| ProjectIcon | ||
| ProjectSelect | ||
| ProtectedRoute | ||
| PulsingAvatar | ||
| ReactJSONEditor | ||
| ResponsiveButton | ||
| RoleBadge | ||
| RoleDescription | ||
| RoleSelect | ||
| ScreenReaderOnly | ||
| ScrollTop | ||
| Search | ||
| SegmentItem | ||
| SidebarModal | ||
| SidePanelList | ||
| SkipNavLink | ||
| StaleDataNotification | ||
| Sticky | ||
| StrategyItemContainer | ||
| StrategySeparator | ||
| StrategyVariantsUpgradeAlert | ||
| StringTruncator | ||
| Table | ||
| TabNav | ||
| ThemeMode | ||
| TimeAgo | ||
| ToastRenderer | ||
| TooltipLink | ||
| TooltipResolver | ||
| Truncator | ||
| UpdateButton | ||
| UserAvatar | ||
| VariantInfoAlert | ||
| VerticalTabs | ||
| common.module.scss | ||
| flags.ts | ||
| index.jsx | ||
| select.tsx | ||
| util.test.ts | ||
| util.ts | ||