fleet/frontend/components/TableContainer/DataTable
Sarah Gillespie 80137dfcc6
Update UI for software self-service features (#19244)
Issues https://github.com/fleetdm/fleet/issues/17587,
https://github.com/fleetdm/fleet/issues/18836,
https://github.com/fleetdm/fleet/issues/18837,
https://github.com/fleetdm/fleet/pull/18339, and
https://github.com/fleetdm/fleet/pull/18340

# TODOS
- Integrate backend
- Unit/integration tests
- Various todos noted in comments
- Cleanup styles and organization of components (de-duplicating and
consolidating where possible)
- Activity feed updates (if any)

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

---------

Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
2024-05-31 11:09:53 +01:00
..
ActionButton update UI to react 18 (#17471) 2024-03-13 19:09:16 +00:00
DefaultColumnFilter update UI to react 18 (#17471) 2024-03-13 19:09:16 +00:00
DropdownCell feat: add option to disable scripts (#15815) 2024-01-03 10:42:08 -05:00
HeaderCell Refactor Tooltip Wrapper (#13845) 2023-11-07 13:15:49 -08:00
HostMdmStatusCell Surface MDM devices where DEP assignment failed (#16973) 2024-03-01 10:52:19 -06:00
InternalLinkCell rollup the mdm solutions by name on the dashboard page (#17297) 2024-03-04 13:14:50 +00:00
IssueCell UI – Host query report page (#15511) 2023-12-08 16:54:24 -08:00
LinkCell UI – Place all TooltipWrapper tooltips on the bottom (#19002) 2024-05-24 14:30:54 -07:00
LiveQueryIssueCell UI – Host query report page (#15511) 2023-12-08 16:54:24 -08:00
PerformanceImpactCell UI – Add and update performance impact features to uitilize metrics that include live query runs (#15642) 2023-12-14 11:49:56 -08:00
PlatformCell Frontend: Cleanup 42 js warnings (#16219) 2024-01-23 09:16:10 -05:00
SoftwareNameCell Update UI for software self-service features (#19244) 2024-05-31 11:09:53 +01:00
TextCell Fix unreleased issues in software installers UI: Part 4 (#18987) 2024-05-14 13:10:12 -05:00
TooltipTruncatedTextCell Feat UI resend profile (#18111) 2024-04-15 14:17:08 +01:00
_styles.scss Frontend : Vulnerability changes to existing pages (#16601) 2024-02-15 10:35:05 -07:00
DataTable.tests.tsx Frontend tech debt: Cleanup {} around strings (#16592) 2024-02-23 09:57:18 -05:00
DataTable.tsx UI – Queries table: Fix issues with filter/sorting, optimize render behavior (#18973) 2024-05-23 13:30:24 -07:00