Commit Graph
888 Commits
Author SHA1 Message Date
RachelElysia fa8ee026ff Frontend: Unit tests /components directory, convert to svg icons (#8716) 2022-12-07 09:59:38 -08:00
RachelElysia cde9877ecb Fleet UI: Scroll shadows (#8914) 2022-12-06 12:58:32 -08:00
Gabriel Hernandez 07c097998b delete unused components (#8841) 2022-12-05 09:13:50 -06:00
RachelElysia 68bc007519 Fleet UI: Unreleased fix header margin being added to tooltip margin (#8883) 2022-11-30 09:20:16 -05:00
Gabriel Hernandez 550feef040 integrate with API to show query name and sql query for live query activity (#8864)
* integrate with API to show query name and sql query for live query activity

* move ShowQueryModal to common components
2022-11-29 16:55:17 +00:00
RachelElysia 1e96f4f0fb Fleet UI: Fix left align wrapping on software table (#8803) 2022-11-28 09:56:34 -05:00
RachelElysia 8d1ebce204 Fleet UI: Fix table links to allow wrapping (#8802) 2022-11-23 14:36:08 -05:00
Jacob ShandlingandJacob Shandling b131839b7f UI: make diskspace graph behavior os-dependent (#8792)
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2022-11-22 14:43:30 -08:00
Jacob ShandlingandJacob Shandling 9796a15b4d UI: Set form field height to $form-field-label-min-height for consistency between states, including on error (#8714)
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2022-11-22 14:41:10 -08:00
a568c28124 UI: Add {on|off}line status tooltips and refactor HostSummary to use StatusCell (#8750)
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
Co-authored-by: Luke Heath <luke@fleetdm.com>
2022-11-22 14:15:17 -08:00
RachelElysia 05a6f06d12 Fleet UI: Allow software table rows to be clickable (#8772) 2022-11-22 11:13:33 -05:00
RachelElysia fc11c0a06d Fleet UI: Update icons (#8520) 2022-11-18 12:21:13 -05:00
Gabriel Hernandez 0f558d56a4 add links to query side panel (#8753) 2022-11-18 14:25:58 +00:00
RachelElysia 40d787aec9 Fleet UI: URL routes for dashboard platforms (#8689) 2022-11-17 10:45:35 -05:00
Gabriel Hernandez e7616dd422 refactor activity items and add query name to live_query activity type (#8740) 2022-11-17 14:25:40 +00:00
RachelElysia 88038e8535 Frontend unit tests: 3 link components (#8604) 2022-11-15 08:53:39 -05:00
RachelElysia d58183c797 Frontend Integration Tests: Create activity integration tests, reorganized mock server calls (#8620)
* Create activity integration tests, reorganized mock server calls

Co-authored by: Gabe <ghernandez345@gmail.com>

* Specify pagination button
2022-11-15 13:29:12 +00:00
Gabriel Hernandez 2a98d87ee7 style fixes for code editor and query sidepanel table dropdown (#8702)
* fix jumping active line for code editor

* fix table styles in query sidepanel table dropdown
2022-11-14 17:20:58 +00:00
RachelElysiaandLuke Heath 4e9ac903e3 Fleet UI: App settings styling (#8529)
Co-authored-by: Luke Heath <luke@fleetdm.com>
2022-11-11 16:12:00 -05:00
RachelElysia 46a38daf3b Fleet UI: Various dropdown fixes (#8645) 2022-11-10 11:55:43 -05:00
Luke Heath d5144403e5 Fix query editor deleting wrong word (#8651) 2022-11-10 10:15:35 -06:00
Gabriel Hernandez 443153a5d5 UI polish and style fixes for query pages (#8643)
* polish manage query page styles

* fix pencil icon spacing on query and policy edit form

* increase gutter style for edtior

* truncate long table names in table dropdown on query sidebar

* add change file
2022-11-10 11:00:06 +00:00
Luke Heath 9d8a8ca07e Adjust add hosts text area height to fit content (#8642) 2022-11-09 15:27:32 -06:00
RachelElysia d6b3250d05 Fleet UI: Back link compatible with Firefox (#8631) 2022-11-09 10:22:40 -05:00
Luke Heath 5493417fee Ensure invite form always returns a base error (#8615) 2022-11-08 15:34:18 -06:00
RachelElysia a7ca66576b Fleet UI: Update error copy for opening add host modal without an enroll secret (#8586) 2022-11-08 10:06:58 -05:00
RachelElysia 92fbc810b3 Fleet UI: Enroll secret hover bug (#8592) 2022-11-07 12:48:43 -05:00
RachelElysia 45a4dffa04 Frontend: Code cleanup (#8583) 2022-11-07 12:18:06 -05:00
Gabriel Hernandez e71307e11a add passed policies column to inherited policies table. Add new colors and add to icons. (#8524)
* Merge branch 'main' of https://github.com/fleetdm/fleet into chore/testing-docs-on-contribution
add passing columns to inherited policies table

* add updated colors and applied them to icons

* change policy tables to use buildQueryString
2022-11-07 17:13:11 +00:00
RachelElysia 8ef9f805f5 Fleet UI: Unreleased styling bugs (Enroll secret width, Label dropdown icon) (#8565) 2022-11-04 09:22:30 -04:00
RachelElysia caf3a6e5ef Fleet UI: Live query icons bugs (#8568) 2022-11-04 09:14:18 -04:00
RachelElysia 3b668131a1 Frontend: New ViewAllHostsLink component (#8422) 2022-11-02 14:18:08 -04:00
RachelElysia 373378cdd6 Fleet UI: Dropdown and dashboard styling fixes (#8448) 2022-11-01 16:09:57 -04:00
RachelElysia 797ea6c707 Fleet UI: Host/Software pages styling fixes (#8474) 2022-11-01 15:59:26 -04:00
RachelElysia 1aaee2b5de Non-released bug: Fix dropdown by fixing icon styling (#8522) 2022-11-01 12:51:05 -04:00
Gabriel Hernandez 97415f0091 UI Polish for Login and forgot password pages. (#8494)
* fix margin on login form controlls

* fix margin and type on forgot password page
2022-11-01 11:39:02 +00:00
RachelElysia 82ff4ab6e3 Frontend: New CustomLink component (#8375) 2022-10-27 14:06:57 -04:00
RachelElysia ef1be16a68 Fleet UI: Fix label dropdown height, indicator color (unreleased bug) (#8466) 2022-10-27 14:06:33 -04:00
RachelElysia c964ba4d90 Frontend: New BackLink component (#8352) 2022-10-27 09:34:45 -04:00
RachelElysia 1aaf2d0b06 Fleet UI: Update styling of tooltips and modals (#8436) 2022-10-26 09:10:20 -04:00
RachelElysia 97b4d1f3fb Fleet UI: Option to show public IP address in hosts table (#8425) 2022-10-25 11:56:09 -04:00
Luke Heath 428b3958ae Fix one pixel offset on dropdown menu (#8374) 2022-10-20 16:34:32 -05:00
RachelElysia 0faa546f17 Fleet UI: Consistency between global and team agent options forms (#8334) 2022-10-20 13:39:47 -04:00
Luke Heath ed174c4847 Remove border around actions button (#8363) 2022-10-20 12:29:32 -05:00
Gabriel Hernandez 55bf0cea6a change label filter dropdown icon match status dropdown and extend icon component (#8337) 2022-10-19 17:44:27 -05:00
Luke Heath bc32662a3e Use new display name property in live query results (#8268) 2022-10-19 17:24:42 -05:00
gillespi314 9f20f01e37 Check team config for software UI (#8338) 2022-10-19 14:00:39 -05:00
Luke Heath 6d4c885f22 Fix select dropdown highlighting on Firefox (#8264) 2022-10-19 17:57:06 +00:00
RachelElysia 5de3e571ae Fleet UI: Truncated cells have responsive size tooltips, hides default browser tooltip (#8300) 2022-10-19 11:32:55 -04:00
Gabriel Hernandez 9799109489 change type on add host modal (#8293) 2022-10-18 17:53:43 +01:00