[WEB-5188 | WEB-5190] chore: layout and properties icon revamp (#7980)

This commit is contained in:
Anmol Singh Bhatia
2025-10-24 19:53:36 +05:30
committed by GitHub
parent 33b6405695
commit d71dfe8f86
115 changed files with 1362 additions and 618 deletions
@@ -6,7 +6,8 @@ import Link from "next/link";
import { useParams, useSearchParams } from "next/navigation";
import { useForm } from "react-hook-form";
import useSWR, { mutate } from "swr";
import { ArrowLeft, Check, List, Settings, UploadCloud, Users } from "lucide-react";
import { ArrowLeft, Check, List, Settings, UploadCloud } from "lucide-react";
import { MembersPropertyIcon } from "@plane/propel/icons";
// types
import { TOAST_TYPE, setToast } from "@plane/propel/toast";
import type { IGithubRepoCollaborator, IGithubServiceImportFormData } from "@plane/types";
@@ -68,7 +69,7 @@ const integrationWorkflowData = [
{
title: "Users",
key: "import-users",
icon: Users,
icon: MembersPropertyIcon,
},
{
title: "Confirm",