feat: tagging members in description (#140)
* feat: tagging members in description * chore: tiptap mention package * feat: avatar before names in members dropdown
This commit is contained in:
@@ -247,6 +247,7 @@ export default function CardPage() {
|
||||
content={card.description}
|
||||
onChange={(e) => setValue("description", e)}
|
||||
onBlur={() => handleSubmit(onSubmit)()}
|
||||
workspaceMembers={board?.workspace?.members ?? []}
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user