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:
parent
7914bcf486
commit
da6ecd439c
18 changed files with 90 additions and 128 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue