From bb77b9a5ff5f6117f14e2c970951a6f88b3f9500 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Tue, 3 Sep 2024 14:04:54 -0500 Subject: [PATCH] Handbook: Add note about image exports (#21772) Follow-up from discussion @ product design sync awhile back re: exporting any image more complex than an icon as PNG. (Complex SVGs can have issues like emojis not rendering and inconsistencies between browsers.) --- handbook/company/product-groups.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/handbook/company/product-groups.md b/handbook/company/product-groups.md index fa8bf1bf31..3190df3fc8 100644 --- a/handbook/company/product-groups.md +++ b/handbook/company/product-groups.md @@ -584,6 +584,10 @@ Use the 🧩 ["Design System (current)"](https://www.figma.com/file/8oXlYXpgCV1S Use `---`, with color `$ui-fleet-black-50` as the default UI for empty columns. +**Images** + +Simple icons (aka any images used in the icon [design system component](https://www.figma.com/design/8oXlYXpgCV1Sn4ek7OworP/%F0%9F%A7%A9-Design-system-(current)?node-id=12-2&t=iO2vXbQ9Sc1kFVEJ-1)) are exported as SVGs. All other images are exported as PNGs, following the [Fleet website image](https://github.com/fleetdm/fleet/tree/main/website/assets/images) naming conventions. + **Form behavior** Pressing the return or enter key with an open form will cause the form to be submitted.