fleet/frontend/components
Gabriel Hernandez 9f3331ef94
Fix word wrapping on TruncatedTextCell tooltip (#12567)
relates to #12473

Fixes ui bug where the wrapping text on a tooltip in TruncatedTextCell
did not display properly. I fixed this by adding a prop to the component
`tooltipBreakOnWord` which allows devs to configure if the tooltip
breaks on a word, or by default on any character.

**Breaking on a word:**


![image](https://github.com/fleetdm/fleet/assets/1153709/1e3488fd-0051-4bed-8597-e4249a654da3)

**Breaking on any character (default behaviour):**


![image](https://github.com/fleetdm/fleet/assets/1153709/cbb9481f-5cab-4c9b-873a-2343721ebdfe)

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
2023-06-29 17:04:25 +01:00
..
AddHostsModal Fleet UI: Variable Fleet URL for ChromeOS extension (#12393) 2023-06-19 11:28:11 -04:00
App Update UI to handle "No team" filters (#10706) 2023-03-31 12:40:14 -05:00
AuthenticationFormWrapper Login UI: Center vertical alignment, align with forgot password box (#6397) 2022-06-30 10:44:05 -04:00
Avatar add figma to storybook and a couple new stories (#11521) 2023-05-09 16:53:43 +01:00
AvatarTopNav Finalize new default avatar images (#9604) 2023-02-01 13:06:06 -06:00
BackLink add components to storybook (#11500) 2023-05-03 17:51:33 +01:00
buttons Fleet UI: Update icons (6 icons only) (#11907) 2023-06-02 09:48:17 -04:00
Card create a reusable UI card component (#12455) 2023-06-26 16:33:46 +01:00
ClickOutside add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
CustomLink Fleet UI: Add ChromeOS hosts (#11984) 2023-05-30 19:17:14 -04:00
DataError add better messaging for ABM 400 error (#12425) 2023-06-22 15:08:21 +01:00
DeviceUserError Fleet UI: Update icons (6 icons only) (#11907) 2023-06-02 09:48:17 -04:00
DiskSpaceGraph Fleet UI: [tiny bug] Fix weird scroll behavior (#12435) 2023-06-22 08:24:57 -07:00
EmailTokenRedirect Removed all traces of Redux from the app! (#5287) 2022-04-22 09:45:35 -07:00
EmptyTable UI: Add ChromeOS UI elements to the Host Details page (#12093) 2023-06-06 17:30:51 -04:00
EnrollSecrets Fleet UI: [tiny bug] Copy message (#12411) 2023-06-21 09:14:47 -04:00
FlashMessage Fleet UI: Update icons (6 icons only) (#11907) 2023-06-02 09:48:17 -04:00
FleetAce Adjust bold weight (#11905) 2023-05-23 16:24:01 -05:00
FleetMarkdown add components to storybook (#11500) 2023-05-03 17:51:33 +01:00
forms Frontend: Clean valid url code (#12456) 2023-06-22 08:25:37 -07:00
HumanTimeDiffWithDateTip add components to storybook (#11500) 2023-05-03 17:51:33 +01:00
Icon Fleet UI: Update icons (6 icons only) (#11907) 2023-06-02 09:48:17 -04:00
icons Fleet UI: Empty software SVG update (effort to fix broken image in Sandbox) (#12378) 2023-06-19 15:41:04 -04:00
InfoBanner Fleet UI: Fix banner width to not go pass margin (#9462) 2023-01-23 13:41:37 -05:00
LastUpdatedText add components to storybook (#11500) 2023-05-03 17:51:33 +01:00
LinkWithContext add components to storybook (#11500) 2023-05-03 17:51:33 +01:00
LiveQuery Fleet UI: Clean up query/policy targets dropdown styling (#12557) 2023-06-28 18:18:43 -07:00
MainContent Rebase sandcastle onto main (#10317) 2023-03-30 11:22:41 -07:00
MDM add support for displaying EULA during ADE/DEP (#11532) 2023-05-05 14:36:13 -03:00
Modal Fleet UI: Modal flash unreleased bug fix (#11770) 2023-05-18 11:52:12 -04:00
modals/ShowQueryModal Fleet UI: Show query button added to policy results page (#10164) 2023-02-28 12:55:56 -05:00
NotSupported UI: Ensure 'Not supported' cell for Chromebooks never wraps (#12227) 2023-06-08 12:10:37 -04:00
Pagination Fleet UI: Manage Host and Manage Software uses URL params as source of truth (#11253) 2023-04-24 09:24:28 -04:00
PlatformCompatibility Fleet UI: Add ChromeOS to view and run queries (#11992) 2023-06-06 08:58:32 -04:00
PlatformSelector Fleet UI: Add ChromeOS to user flows related to policies (#12095) 2023-06-06 09:44:55 -04:00
PremiumFeatureIconWithTooltip add components to storybook (#11500) 2023-05-03 17:51:33 +01:00
PremiumFeatureMessage Fleet UI: Improvements to Sandbox mode styling (#12195) 2023-06-07 12:00:02 -04:00
queries Fleet UI: Update icons (All icons related to action buttons/table container actions) (#11945) 2023-05-30 17:16:47 -04:00
Sandbox Fleet UI: Improvements to Sandbox mode styling (#12195) 2023-06-07 12:00:02 -04:00
SectionHeader Feat UI add end user auth to controls page (#11991) 2023-06-02 14:14:39 +01:00
side_panels Fleet UI: Hiding tables and columns from the UI if they are set to hidden (#12298) 2023-06-16 11:38:52 -04:00
SidePanelContent implement macOS update content (#9469) 2023-01-27 16:25:53 -06:00
Spinner Fleet Frontend: Integration test for Add hosts modal (#12064) 2023-06-08 11:15:31 -04:00
StackedWhiteBoxes UI Polish for Login and forgot password pages. (#8494) 2022-11-01 11:39:02 +00:00
StatusIndicator Fleet UI: Update icons (6 icons only) (#11907) 2023-06-02 09:48:17 -04:00
StatusIndicatorWithIcon Fleet UI: Update icons (6 icons only) (#11907) 2023-06-02 09:48:17 -04:00
TableContainer Fix word wrapping on TruncatedTextCell tooltip (#12567) 2023-06-29 17:04:25 +01:00
TabsWrapper Fleet UI: Fix jumpy tabs (#11994) 2023-06-02 09:30:41 -04:00
TeamsDropdown add components to storybook (#11500) 2023-05-03 17:51:33 +01:00
TooltipWrapper UI: Security patch (#12229) 2023-06-08 13:13:27 -04:00
top_nav Adjust bold weight (#11905) 2023-05-23 16:24:01 -05:00
ViewAllHostsLink Remove small padding on file path cell (#11944) 2023-05-24 15:13:05 -05:00
YamlAce add components to storybook (#11500) 2023-05-03 17:51:33 +01:00
generate Create UI component generator (#11644) 2023-05-11 12:00:27 -07:00