-
-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: show remote cursors when in collaboration. #3835
feat: show remote cursors when in collaboration. #3835
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
apps/www/src/registry/default/plate-ui/remote-cursor-overlay.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Ziad Beyens <[email protected]>
…lctree/plate into dpnova/feat/yjs-remote-cursor-overlay
apps/www/src/registry/default/plate-ui/remote-cursor-overlay.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Ziad Beyens <[email protected]>
@zbeyens enough changes now that I'd feel more comfortable after giving it all a test run from a blank template. Might help with docs content too. |
…lctree/plate into dpnova/feat/yjs-remote-cursor-overlay
Checklist
yarn typecheck
yarn lint:fix
yarn test
yarn brl
yarn changeset
This pulls in and extends
Overlay.tsx
from the@slate-yjs
example on rendering remote cursors. It fades the cursors slightly by default and makes them more solid on hover.closes: #2527