chore: issue sidebar and project view improvement and validation (#3098)

* chore: project view header button validation

* chore: copy view link option added in project view list item and role action validation added

* chore: issue sidebar improvement
This commit is contained in:
Anmol Singh Bhatia 2023-12-13 23:04:33 +05:30 committed by GitHub
parent b78e83d81b
commit fe80ca3e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 112 additions and 64 deletions

View file

@ -60,7 +60,9 @@ export const SidebarAssigneeSelect: React.FC<Props> = ({ value, onChange, disabl
) : (
<button
type="button"
className="rounded bg-custom-background-80 px-2.5 py-0.5 text-xs text-custom-text-200"
className={`rounded bg-custom-background-80 px-2.5 py-0.5 text-xs text-custom-text-200 ${
disabled ? "cursor-not-allowed" : ""
}`}
>
No assignees
</button>