Skip to content

✨(frontend) Can mask a document from the list view #1233

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AntoLC
Copy link
Collaborator

@AntoLC AntoLC commented Jul 28, 2025

Purpose

We can be member of some documents, but sometimes we want to mask them from the list view because we don't want to interact with them anymore.
This commit adds the ability to mask a document from the list view.

Proposal

  • ✨(backend) add is_masked to document view
  • ✨(frontend) Can mask a document from the list view
  • Need more UX research
  • test

@AntoLC AntoLC self-assigned this Jul 28, 2025
@AntoLC AntoLC added frontend feature add a new feature labels Jul 28, 2025
@AntoLC AntoLC added the backend label Jul 28, 2025
@AntoLC AntoLC linked an issue Jul 28, 2025 that may be closed by this pull request
AntoLC added 2 commits July 29, 2025 09:48
We added the `is_masked` annotation to the
document view to indicate whether a document
is masked for the current user.
This will allow the frontend to handle
masked documents appropriately in the UI.
We can be member of some documents, but sometimes we
want to mask them from the list view because we
don't want to interact with them anymore.
This commit adds the ability to mask a
document in the list view.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow a participant to leave a docs
1 participant