[WEB-1730] chore: project intake (#5140)

* chore: intake icon added

* chore: project inbox updated to intake in app sidebar and feature settings

* chore: intake icon added

* chore: project intake

* chore: project intake empty state asset updated
This commit is contained in:
Anmol Singh Bhatia 2024-07-16 15:21:03 +05:30 committed by GitHub
parent cd85a9fe09
commit e4d6e5e1af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 56 additions and 27 deletions

View file

@ -1,6 +1,6 @@
import { ReactNode } from "react";
import { FileText, Inbox, Timer } from "lucide-react";
import { ContrastIcon, DiceIcon, PhotoFilterIcon } from "@plane/ui";
import { FileText, Timer } from "lucide-react";
import { ContrastIcon, DiceIcon, PhotoFilterIcon, Intake } from "@plane/ui";
export type TFeatureList = {
[key: string]: {
@ -58,9 +58,9 @@ export const PROJECT_FEATURES_LIST: TProjectFeatures = {
},
inbox: {
property: "inbox_view",
title: "Inbox",
title: "Intake",
description: "Capture external inputs, move valid issues to workflow.",
icon: <Inbox className="h-5 w-5 flex-shrink-0 text-custom-text-300" />,
icon: <Intake className="h-5 w-5 flex-shrink-0 text-custom-text-300" />,
isPro: false,
isEnabled: true,
},