[WEB-1319] chore: instance not ready pages improvement (#4492)

* chore: instance not ready pages improvement

* fix: magic sign up

* chore: issue mutation spinner and command k spinner updated

* chore: forgot password email input disabled

* chore: forgot password email input disabled revert

* chore: unused asset removed
This commit is contained in:
Anmol Singh Bhatia 2024-05-16 23:41:30 +05:30 committed by GitHub
parent 9bf1863f33
commit 33079c826d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 91 additions and 52 deletions

View file

@ -3,7 +3,7 @@ import { observer } from "mobx-react";
import { useRouter } from "next/router";
import useSWR from "swr";
// components
import { LogoSpinner } from "@/components/common";
import { Spinner } from "@plane/ui";
import {
ListLayout,
CalendarLayout,
@ -61,8 +61,8 @@ export const ProjectLayoutRoot: FC = observer(() => {
<div className="relative h-full w-full overflow-auto bg-custom-background-90">
{/* mutation loader */}
{issues?.loader === "mutation" && (
<div className="fixed w-[40px] h-[40px] z-50 right-[20px] top-[70px] flex justify-center items-center bg-custom-background-80 shadow-sm rounded">
<LogoSpinner />
<div className="fixed w-[40px] h-[40px] z-50 right-[16px] top-[64px] flex justify-center items-center bg-custom-background-80 shadow-sm rounded">
<Spinner className="w-4 h-4" />
</div>
)}
{activeLayout === "list" ? (