fleet/frontend/pages/Homepage
Roberto Dip 5371e9c927
add UI and documentation for JIT provisioning (#7189)
Related to #7054 and #6834, this adds the UI changes necessary to support JIT provisioning:

    A checkbox in the settings page
    A new template for the activity box

This also includes relevant documentation about the feature and how to configure it.
2022-08-15 15:26:55 -03:00
..
cards add UI and documentation for JIT provisioning (#7189) 2022-08-15 15:26:55 -03:00
components/InfoCard Update API token modal to include more information (#5994) 2022-06-02 18:03:03 -05:00
_styles.scss Dashboard UI: macOS operating system and munki card stack at lower widths (#7033) 2022-08-04 11:05:53 -04:00
Homepage.tsx Dashboard UI: Only show welcome cards for global view (#6972) 2022-07-29 15:10:05 -04:00
index.tsx Removed all traces of Redux from the app! (#5287) 2022-04-22 09:45:35 -07:00
README.md Docs for new patterns (#4438) 2022-03-07 11:35:26 -08:00

Homepage Notes

The homepage is designed to contain a dynamic number of informational cards with dynamic layouts that are based on teams (if any) and device platforms (macOS, Linux, Windows).

Architecture

  • Homepage Wrapper
  • Components
  • Cards

Hompage Wrapper

The wrapper is a minimal file that instantiates all host values, cards, and layouts based on the team and platform selected. Cards are applied in a delcarative form, as functions, rather than components inserted in standard JSX. This is to enhance legibility as the number of cards grow.

Components

Local components that needed extracting to make the code more maintainable.

Cards

Each card design is placed in this directory. We anticipate creating more as the product gets more robust.