select priority column, project persons avatars, copy links on button, executor on task

This commit is contained in:
2023-06-27 17:14:22 +03:00
parent e24a08210a
commit 836d16691a
5 changed files with 75 additions and 34 deletions

View File

@ -52,8 +52,10 @@ export const ProjectTiket = ({ project, index }) => {
});
}
function copyProjectLink () {
navigator.clipboard.writeText(`https://itguild.info/tracker/project/${project.id}`)
function copyProjectLink() {
navigator.clipboard.writeText(
`https://itguild.info/tracker/project/${project.id}`
);
}
return (