[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:
parent
cd85a9fe09
commit
e4d6e5e1af
31 changed files with 56 additions and 27 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue