fleet/frontend/pages
Gabe Hernandez a6c8987200
Feature - add search and sort to host table (#341)
* start adding global search filter

* update polyfill setup to use async await for react-table

* update browerslist to sensible defaults

* get global search functionality woring

* more progress on the data table

* get label network calls working in hostdatatable

* get pagination functionality into the HostDataTable

* get search query making network call

* get ordering making query

* make actual  sort order network calls

* disable cpu column sorting

* seperate get table data from get labels

* fix issues with input resetting and got search query working

* get sort working

* ignore vs code editor settings

* improve loading spinner to move inside the table

* improve styling

* add sorting arrows

* remove unused sorting arrow component

* add host query params to labels endpoint

* fix style for query textarea on label hosts

* got new pagination working

* set server data as source of truth for table global filter

* cleanup logs

* clean up pagination styles

* fix up paginationa and no host styles

* add result count to table

* remove logs

* tweak header styles

* fix to sort order

* simplify default sort direction

* keep sort order of server api responses and use in host table

* clean up logs

* Add styles for header cell and pagination

* fix tests for ManageHostPage

* fix tests for HostContainer

* fix lower level action reducer and thunk tests

* fix tests for hosts client

* fix up some host count styling

* added back no hosts start message

* fix linting errors

* remove unused old pagination code

* add back scrollToTop utility on pagination

* remove unused code in managehostpage test

Co-authored-by: Noah Talerman <noahtal@umich.edu>
2021-02-25 12:05:08 +00:00
..
admin Update links to new documentation locations. (#164) 2021-01-04 08:53:23 -08:00
ConfirmInvitePage New styles for 404, 500, Login, User settings, and Confirm invite pages. (#108) 2020-12-08 17:45:08 -08:00
ConfirmSSOInvitePage Migrate JS tests to Jest and update libraries (#74) 2020-12-01 10:15:12 -08:00
Fleet404 Add image import for all icon png assets. Fix link to home from 404 and 500 pages. (#196) 2021-01-15 08:57:27 -08:00
Fleet500 Add image import for all icon png assets. Fix link to home from 404 and 500 pages. (#196) 2021-01-15 08:57:27 -08:00
ForgotPasswordPage Make password reset styles consistent with new global styles. (#120) 2020-12-10 14:34:17 -08:00
hosts Feature - add search and sort to host table (#341) 2021-02-25 12:05:08 +00:00
LoginPage Migrate JS tests to Jest and update libraries (#74) 2020-12-01 10:15:12 -08:00
LoginSuccessfulPage New styles for 404, 500, Login, User settings, and Confirm invite pages. (#108) 2020-12-08 17:45:08 -08:00
LogoutPage Add fleet assets including logos, 404 image, and 500 image. (#61) 2020-11-23 11:22:42 -08:00
packs Fix issue with pack query sidebar not depopulating when query is removed (#262) 2021-02-03 11:32:17 +00:00
queries Deprecate /api/v1/kolide routes (#297) 2021-02-10 12:13:11 -08:00
RegistrationPage Add style fixes caught during QA. Add favicon. (#119) 2020-12-10 13:09:05 -08:00
ResetPasswordPage Make password reset styles consistent with new global styles. (#120) 2020-12-10 14:34:17 -08:00
UserSettingsPage Close UI Refresh. Update button styles. Edit status labels for hosts list and users list. (#139) 2020-12-18 17:36:39 -08:00