-
-
Notifications
You must be signed in to change notification settings - Fork 621
feat(comments): add ability to deny a user to view a comment #1994 #1995
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@blocknote/ariakit
@blocknote/code-block
@blocknote/core
@blocknote/mantine
@blocknote/react
@blocknote/server-util
@blocknote/shadcn
@blocknote/xl-ai
@blocknote/xl-docx-exporter
@blocknote/xl-email-exporter
@blocknote/xl-multi-column
@blocknote/xl-odt-exporter
@blocknote/xl-pdf-exporter
commit: |
To add to this, could we e.g. add some CSS styles that make the comment highlight also invisible when the user isn't authenticated? Maybe add a HTML attribute to the editor or smth along those lines. |
I like the html attribute, unsure on what the styles would be (dimmed or hidden?). Would be a good add here @matthewlipski |
I think just fully hidden/transparent, not really a point having them visible if the comments themselves aren't either imo |
This PR introduces the ability to deny the user from viewing the comment information, the comment is still within the document, so this is not totally secure, just hides it from being viewable.
Screen.Recording.2025-09-10.at.16.14.22.mov