-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[User Feedback] Add Option to Hide Feedback Messages on Issue Details & Persist That As a User Setting #74209
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
Labels
Sync: Jira
Apply to auto-create a Jira shadow ticket
Comments
the process will be similar to what we did for the issue details onboarding banner:
|
aliu39
added a commit
that referenced
this issue
Jul 12, 2024
This was referenced Jul 12, 2024
priscilawebdev
pushed a commit
that referenced
this issue
Jul 13, 2024
aliu39
added a commit
that referenced
this issue
Jul 15, 2024
) Needed for #74209. We're using the prompt backend to persist a user's decision to hide/unhide user feedback in the issue details page. The goal is to be able to toggle between [promptIsDismissed](https://github.com/getsentry/sentry/blob/539945981a00bc93a9525e61e052563df701757a/static/app/utils/promptIsDismissed.tsx#L18) = true/false.
aliu39
added a commit
that referenced
this issue
Jul 16, 2024
…74236) Depends on #74228 Relates to #74209 Adds a button to the "User Feedback" section of issue details page. Allows members to hide/unhide feedback from **all** issue details in a project. Persists this decision across reloads using the prompt backend Updated demo with chevron/drop-down style hiding: https://github.com/user-attachments/assets/43a02a63-98c0-42bd-8651-f1baeeb22218 Updated loading indicator: (you can see for a split sec at :12) https://github.com/user-attachments/assets/a2d57c51-e459-467b-9a9c-5e227050d9b7
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Problem
TL/DR: Issue Details page can show “User Feedback” section when the feedback comes from a crash report.
Sometimes the feedback is vulgar and Sentry users don’t want to see that.
Solution
Task: Make the feedback collapsable, and remember server-side that feedback is collapsed/hidden. The setting is applied to any feedback rendered directly on the Issue Details page, so if people hide the feedback once there, it’s hidden all the time for all feedbacks on Issue Details. Note: feedbacks on the the /feedback page and the Issue Details > User Feedback tab will still be visible as they are dedicated views for solely feedback messages.
┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: