mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +00:00
relates to #20784 this fixes an issue where the app-wide warning banners were not loading on the first-page load. > NOTE: I changed the fetch method for the data needed for the app-wide banners (e.g. abm, apns, vpp token data) to use react-query `useQuery` method as it follows our usual pattern for `GET` requests in components. To enable this, I moved up the react-query query client wrapper in the `AppWrapper component in `/frontend/router/index.tsx` file. This also gives us better control of when/how often this request is initiated. - [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 - [x] Manual QA for all new/changed functionality |
||
|---|---|---|
| .. | ||
| _styles.scss | ||
| App.tsx | ||
| index.ts | ||