Add Tasker Markdown export and project logo picker

This commit is contained in:
DCCONSTRUCTIONS
2026-07-10 10:19:42 +03:00
parent 43e5f570e5
commit 70559910b1
8 changed files with 1118 additions and 248 deletions
@@ -24,8 +24,7 @@ function ProjectAttributes(props: Props) {
const { t } = useTranslation();
const { control } = useFormContext<IProject>();
const { getIndex } = getTabIndex(ETabIndices.PROJECT_CREATE, isMobile);
const projectAttributeChipClassName =
"nodedc-modal-chip !h-10 !rounded-[1.25rem] !px-4 !py-2 !text-13";
const projectAttributeChipClassName = "nodedc-modal-chip !h-10 !rounded-[1.25rem] !px-4 !py-2 !text-13";
return (
<div className="flex flex-wrap items-center gap-2">
<Controller
@@ -86,6 +85,7 @@ function ProjectAttributes(props: Props) {
buttonVariant="border-with-text"
buttonClassName={projectAttributeChipClassName}
buttonContainerClassName="!h-10"
optionsClassName="!z-[190]"
showUserDetails
tabIndex={getIndex("lead")}
/>