You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User 1 gave User 2 access to one of their documents and later revoked access to it. However, User 2 still sees that document in their list. When User 2 then tries to access it, nothing appears to happen. With no feedback they might think something is broken.
Rationale:
There is feedback provided in the console but not for the user themselves. This is neither accessible nor user-friendly design. The user ought to be informed when something does not work as they intended it.
Proposed Changes:
There is already a custom hook called useNotification.js. Import that and alert the user whenever something is no longer accessible.
The text was updated successfully, but these errors were encountered:
User 1 gave User 2 access to one of their documents and later revoked access to it. However, User 2 still sees that document in their list. When User 2 then tries to access it, nothing appears to happen. With no feedback they might think something is broken.
Rationale:
There is feedback provided in the console but not for the user themselves. This is neither accessible nor user-friendly design. The user ought to be informed when something does not work as they intended it.
Proposed Changes:
There is already a custom hook called useNotification.js. Import that and alert the user whenever something is no longer accessible.
Hi, I would like to work on this issue. Could you please assign it to me?
Describe the Current Behavior/Feature:
User 1 gave User 2 access to one of their documents and later revoked access to it. However, User 2 still sees that document in their list. When User 2 then tries to access it, nothing appears to happen. With no feedback they might think something is broken.
Rationale:
There is feedback provided in the console but not for the user themselves. This is neither accessible nor user-friendly design. The user ought to be informed when something does not work as they intended it.
Proposed Changes:
There is already a custom hook called
useNotification.js
. Import that and alert the user whenever something is no longer accessible.The text was updated successfully, but these errors were encountered: