feat: Implement collaboration features including user following and avatar management

This commit is contained in:
2025-04-29 12:50:14 +05:30
parent ea53af62c4
commit c1a7fe3015
16 changed files with 243 additions and 63 deletions

View File

@@ -282,8 +282,7 @@ const GlobalProperties: React.FC = () => {
key={"6"}
/>
<div className="split"></div>
{/* <div className="split"></div>
<InputToggle
inputKey="6"
label="Display Grid"
@@ -301,7 +300,7 @@ const GlobalProperties: React.FC = () => {
max={5}
onChange={(value: number) => updateGridDistance(value)}
onPointerUp={updatedGrid}
/>
/> */}
</div>
);
};