RachelElysia
b71df4f223
FE: Cleanup lint warnings ( #32086 )
2025-08-21 16:21:45 -05:00
Gabriel Hernandez
314219a65a
Add UI for adding fleet maintained apps ( #22204 )
...
relates to #21775
> NOTE: there still needs to be integrated with the API when this work
is done.
Adds the UI for adding Fleet maintained applications. This includes:
**the view to see all the fleet maintained apps**

**The fleet maintained app details Page:**

<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files )
for more information.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
2024-09-20 15:47:01 +01:00
Jacob Shandling
bf8504a028
Refactor Tooltip Wrapper ( #13845 )
2023-11-07 13:15:49 -08:00
Jacob Shandling and Jacob Shandling
7a1ee3a97d
Scroll bug fix ( #11061 )
...
## Addresses #9988
Manual QA ✅
Co-authored-by: Jacob Shandling <jacob@fleetdm.com >
2023-04-07 11:56:14 -07:00
Jacob Shandling and Jacob Shandling
5445559c76
UI: Address tooltip in headers spacing bug ( #10792 )
...
## Addresses #9988
* Adjust copy in tooltips to take up less width
* Refactor table headers to take an optional "isLastColumn" property
that is set to true when that header is in the last column.
* Use above property in conjunction with presence of TooltipWrapper as a
value for the header cell to add a class specific to that state.
* Use that class to adjust the location of the tooltip text and the
min-width of the column to avoid the bug.
The 3 states which exhibited this bug, now fixed:
<img width="1496" alt="Screenshot 2023-03-27 at 4 36 01 PM"
src="https://user-images.githubusercontent.com/61553566/228091971-4d5d034d-55c5-4921-955a-4946119f7785.png ">
<img width="1496" alt="Screenshot 2023-03-27 at 4 36 12 PM"
src="https://user-images.githubusercontent.com/61553566/228091968-adf90b32-8fd2-45d9-b56d-a64c654151ef.png ">
<img width="1496" alt="Screenshot 2023-03-27 at 4 36 24 PM"
src="https://user-images.githubusercontent.com/61553566/228091962-ff626daa-b13d-4093-b34f-de704b820161.png ">
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
- [x] Changes file added for user-visible changes in `changes/`
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Jacob Shandling <jacob@fleetdm.com >
2023-04-04 10:25:07 -07:00
gillespi314
5d68a1fead
Add probability of exploit (EPSS score) to Software page in Fleet Premium ( #5925 )
2022-06-02 17:32:13 -05:00
gillespi314
39b7c7d9f9
Add pagination and multi-column sort to live query results table UI ( #3647 )
...
* Refactor live query results to react-table
2022-01-13 11:06:32 -06:00
RachelElysia
403ef5cc59
Dev X: Destructure props in functional component's argument ( #2582 )
2021-10-22 11:34:45 -04:00
Gabriel Hernandez
04712c0426
Merge master into teams
2021-04-14 17:52:15 +01:00
Gabe Hernandez
e33bbb8811
enhance data table for two datasets and client derived data ( #559 )
...
* rework data table, got to point of calling network request correctly
* got to point of rendering table columns and data
* finish up functional changes to data table
* fix tests
* fix styles for table container and data table
* clean up some styles
* update to styles for no host configured
* cleanup and docs
* add missing method for host table text formatting
* disabling unused test. will add back in next PR
* clean up code
2021-04-04 13:45:24 +01:00