Luke Heath
753483ffd6
Add consistent input hover ( #7677 )
2022-10-05 09:43:54 -05:00
Luke Heath
cc5783581b
Change display type for label checkboxes ( #8048 )
2022-09-30 14:53:33 -05:00
RachelElysia
b23374ad16
Fleet UI: Placeholder text vertical padding ( #7828 )
2022-09-23 10:44:14 -04:00
Luke Heath
65840ecf82
Fix pack dropdown function call, lock npm dependencies ( #7781 )
2022-09-15 11:46:48 -05:00
Gabriel Hernandez
eb06ef8049
simplify TeamsDropdown component and update ManageHostPage to keep po… ( #7606 )
...
* simplify TeamsDropdown component and update ManageHostPage to keep policy filter across team change
* fix TeamDropdown for users not on global team
2022-09-12 16:18:12 +01:00
Gabriel Hernandez
f1995bf79e
Fleet UI update to testing tooling user-event library ( #7514 )
...
* adding FE testing documentation
* extend radio button tests
* update test to work with new user-events lib version
* more testing docs
2022-09-12 16:10:10 +01:00
RachelElysia
4631e4eeaa
Fleet UI: Sentence casing, typo ( #6942 )
2022-07-28 14:54:01 -04:00
RachelElysia
f78fa3c42a
Fix firefox/safari > input alignment ( #6925 )
2022-07-27 17:22:35 -04:00
RachelElysia
45b8ba2675
Fleet UI: Align dropdown cursors, buttons ( #6886 )
2022-07-27 08:51:45 -04:00
RachelElysia
fbbe4bb1e6
Fleet UI: Align checkboxes ( #6873 )
2022-07-26 08:15:57 -04:00
RachelElysia
f00647379e
UI: Fix disabled cursor with/without tooltip ( #6846 )
2022-07-25 16:22:00 -04:00
RachelElysia
9ce5ef2f59
Host Details Page UI: Granulated disk space levels ( #6586 )
2022-07-14 10:21:36 -04:00
RachelElysia
9bfb43b2cf
Fix alignment for dropdown's placeholder and search text ( #6395 )
2022-06-29 09:49:27 -04:00
gillespi314
2db2c16511
Include MIA hosts under total count for Offline hosts ( #5854 )
2022-05-23 14:11:02 -05:00
RachelElysia
affdb42e31
UI Spiffier: Fix checkbox alignment ( #5407 )
2022-04-27 12:05:08 -04:00
Martavis Parker
384c987389
Removed all traces of Redux from the app! ( #5287 )
...
* clean up routes and useless components
* component clean up
* removed redux from routes
* rename file
* moved useDeepEffect hook with others
* removed redux, fleet, app_constants dirs; added types to utilities
* style cleanup
* typo fix
* removed unused ts-ignore comments
* removed redux packages!!!
* formatting
* fixed typing for simple search function
* updated frontend readme
2022-04-22 09:45:35 -07:00
Martavis Parker
0d30854121
Unified text for private IP address ( #5301 )
...
* unified text for private ip address
* updated capitalization
2022-04-22 00:28:11 -07:00
RachelElysia
5d1d963e5c
App Settings Page: All pages rendering as separate components on separate tabs ( #5199 )
2022-04-21 14:12:42 -04:00
Martavis Parker
0cc02b5fe3
replaced old api calls with new version ( #5254 )
2022-04-20 10:45:32 -07:00
Martavis Parker
6b0c944ffb
Widened area to click add targets ( #5109 )
2022-04-13 14:25:33 -05:00
Martavis Parker
3f86c12f16
Fix react lifecycle issue for selecting targets in a pack ( #5074 )
2022-04-12 15:32:12 -05:00
Tharun Rajendran
a8f59f8005
chore(test): rewritten select target dropdown test using rtl ( #4943 )
2022-04-12 15:28:22 -05:00
Martavis Parker
cfb1474eb8
Auth Redux Removal ( #4924 )
...
* all login methods no longer use redux
* removed redux from registration
* redirect user from registration
* removed redux from sso invite
* removed redundant component
* refactored user settings page
* removed redux from logout
* cleaned up unused redux calls
* lint fixes
* removed test
* removed old config interface
* fixed registration bug
* team permission fix
* removed remaining redux references from pages - #4436
* better way to set config
2022-04-07 09:08:00 -07:00
Tharun Rajendran
4ff9f6702d
chore(test): rewritten select target menu test using rtl ( #4937 )
2022-04-04 16:34:24 -05:00
Tharun Rajendran
8bc7e91ed7
chore(test): rewritten target option test using rtl ( #4885 )
2022-03-31 11:49:50 -05:00
RachelElysia
118ae6499b
UI Accessibility: Ability to tab through app ( #4699 )
2022-03-28 17:31:36 -04:00
Tharun Rajendran
71b66a442b
chore(test): rewritten checkbox component test using rtl ( #4789 )
2022-03-28 13:51:10 -05:00
RachelElysia
d661d23956
New/Edit Packs Page: Fix hover of pack's target selector ( #4592 )
2022-03-18 16:01:29 -04:00
Tharun Rajendran
54a17b9e97
chore(test): rewritten dropdown component test using rtl ( #4626 )
2022-03-18 14:08:54 -05:00
Martavis Parker
d0ab0bca9e
fixed prop type for inputfield ( #4611 )
2022-03-15 23:38:10 -07:00
RachelElysia
bb6db2434e
Fleet UI: Enable and disable automation slider ( #4554 )
2022-03-11 11:56:14 -06:00
RachelElysia
a022a11ebf
Frontend Tech Debt: Typescript types ( #4319 )
2022-03-10 10:10:44 -05:00
RachelElysia
4abd85b5b0
Global RevealButton: Refactor dropdown buttons ( #4447 )
2022-03-09 13:00:37 -05:00
Martavis Parker
33c5f0651c
New tooltips! ( #4326 )
...
* Allow sort by more than one key
* created custom tooltip component
* remove unused code
* fixed style for more layouts
* added tooltip to query side panel
* tooltips added to setting form
* finished settings form
* added tooltip for perf impact table headers
* tooltip for pack table and user form
* tooltip on manage policies page
* tooltip for manage schedules
* tooltip for automations; spacing for form input
* tooltip for automations modal
* user form; fixed input with icon component
* more user form tooltips
* tooltip for homepage; style fixes
* replaced many more tooltips with new version
* added story for tooltip
* added position prop
* fixed tests
* re-work how we click react-select dropdowns
* forcing the update button click
* trying a blur
* fixed typo
* trying blur on another element
* temp check-in
* replaced tooltip from host details software
* more consolidation of tooltip use for software
* fixed settings flow test
Co-authored-by: Tomas Touceda <chiiph@gmail.com>
2022-02-28 13:25:06 -08:00
RachelElysia
ee00b830d3
Remove Kolide from frontend directory, fix sentence casing as needed ( #4338 )
2022-02-24 09:11:57 -05:00
Tharun Rajendran
cc52843921
ui(radio-button): fix alignment of checked radio content ( #4035 )
2022-02-09 10:28:50 -06:00
Luke Heath
5866d68f13
Set max length for name inputs ( #4063 )
2022-02-08 19:40:38 -06:00
Luke Heath
14d36d8e4d
Refine and improve policy and query editing interface ( #4004 )
2022-02-04 15:30:27 -06:00
RachelElysia
85487eb5b2
Settings > Organization Settings: Code revamp ( #3580 )
2022-01-21 12:06:58 -05:00
Luke Heath
67326e16cc
Block autocomplete for username and password in SMTP settings ( #3732 )
2022-01-20 11:39:55 -06:00
RachelElysia
1041c6dd46
Settings Pages Refactor: User management page & Teams > members page ( #3625 )
2022-01-13 18:11:45 -05:00
RachelElysia
4a382d8b4f
Spiffier UI: Checkbox and radio button styling ( #3560 )
2022-01-04 12:49:42 -05:00
Luke Heath
8f606ffccd
Refactor manage hosts search ( #3475 )
2021-12-29 12:10:54 -06:00
RachelElysia
66132c911f
Global Policies Automation UI ( #3498 )
2021-12-28 13:07:18 -05:00
Luke Heath
0d52460c27
Allow platform selection on policy query creation ( #3338 )
2021-12-13 18:21:36 -06:00
RachelElysia
eba5d1b1b6
Manage Policies Page: New policy modal ( #3108 )
2021-12-05 17:12:55 -06:00
RachelElysia
1253020678
New Policy UI: Add policy resolution to create and edit policy ( #3125 )
2021-12-02 10:03:56 -05:00
RachelElysia
1efbef70b0
Resize dropdown font, do not resize twice button icons inside headers ( #2972 )
2021-11-17 13:08:00 -05:00
RachelElysia
321402ebb7
New error state outline red under 32 char ( #2951 )
2021-11-16 12:30:04 -05:00
Martavis Parker
bcfac603f0
Added components to Storybook library ( #2768 )
...
* added storybook
* added avatar component
* added button story
* added dropdown button story
* removed unused ellipsis component
* cleaned up modal path
* reorganized enroll secrets table file
* added flash story; removed unused persistent flash
* added fleet ace story
* added checkbox story
* added dropdown story
* added input story
* fixed storybook build
* fixed avatar
* added input with icon story
* added radio button story
* added select targets dropdown story
* added slider story
* added tooltip story
* added info banner story
* removed unused loaders; added spinner story
* added modal story
* removed unused NumberPill
* added pagination story
* lint fixes
* added documentation to run
* modified documentation
* fixed corelayout test
* fixed format for date-fns
* fixed date format that breaks tests
* wait for page
2021-11-06 23:41:09 -07:00