refactor: favorite projects fetch function, chore: update tooltip design (#1526)

* chore: update tooltip design

* fix: due date popup overflow

* fix: build error

* fix: build error

* chore: add key to map return value

* refactor: favorite projects sidebar list
This commit is contained in:
Aaryan Khandelwal 2023-07-14 15:08:07 +05:30 committed by GitHub
parent 7914bcf486
commit da6ecd439c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 90 additions and 128 deletions

View file

@ -140,7 +140,6 @@ export const SinglePageListItem: React.FC<TSingleStatProps> = ({
? "This page is only visible to you."
: "This page can be viewed by anyone in the project."
}`}
theme="dark"
>
<button
type="button"
@ -159,7 +158,6 @@ export const SinglePageListItem: React.FC<TSingleStatProps> = ({
</Tooltip>
)}
<Tooltip
theme="dark"
position="top-right"
tooltipContent={`Created by ${
people?.find((person) => person.member.id === page.created_by)?.member