- Notifications
You must be signed in to change notification settings - Fork923
Closed
Description
- Setup new /templates route to retrieve templates for all organizations for a user
- Create new template gallery page called
MultiOrgTemplatesPageView
using a grid layout - Create Storybook component for
MultiOrgTemplatesPageView
- Filter templates by organization-id
- Render multi-org template gallery page if multi-organization experiment is enabled
- Create component for
TemplateCard
in template gallery grid - Create storybook component for
TemplateCard
- Display organization count to the right of each organization in the organization labels list
- Highlight template card on mouseover, onClick links to template page
- Hide organization filter if only 1 organization exists