From d73cd2ec9d46ddb11ba800be4dce270c0e298e8e Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:47:12 +0530 Subject: [PATCH] chore: inbox loader improvement (#3739) --- .../project-inbox/inbox-layout-loader.tsx | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/web/components/ui/loader/layouts/project-inbox/inbox-layout-loader.tsx b/web/components/ui/loader/layouts/project-inbox/inbox-layout-loader.tsx index dff6feb3a..944ec02b8 100644 --- a/web/components/ui/loader/layouts/project-inbox/inbox-layout-loader.tsx +++ b/web/components/ui/loader/layouts/project-inbox/inbox-layout-loader.tsx @@ -1,19 +1,26 @@ import React from "react"; // ui import { InboxSidebarLoader } from "./inbox-sidebar-loader"; +import { Loader } from "@plane/ui"; export const InboxLayoutLoader = () => (
-
-
-
- - -
+ +
+ + + +
-
+
+ + + + +
+
);