chore: update cycle and module stats logic (#1323)

* refactor: cycles stats

* chore: show assignee avatar in stats

* chore: cycles and modules sidebar stats refactor

* fix: build errors
This commit is contained in:
Aaryan Khandelwal 2023-06-20 16:32:02 +05:30 committed by GitHub
parent d7097330ef
commit cf8c902473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 297 additions and 401 deletions

View file

@ -13,7 +13,7 @@ import { IUser, IUserLite } from "types";
import { WORKSPACE_MEMBERS } from "constants/fetch-keys";
type AvatarProps = {
user?: Partial<IUser> | Partial<IUserLite> | IUser | IUserLite | undefined | null;
user?: Partial<IUser> | Partial<IUserLite> | null;
index?: number;
height?: string;
width?: string;