Skip to content

fix(feedback): Apply disabled feedback logic to all input buttons and dropdowns #93383

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

Merged
merged 2 commits into from
Jun 16, 2025

Conversation

ryan953
Copy link
Member

@ryan953 ryan953 commented Jun 11, 2025

This disables the delete button when the screen is normal width or narrow. And moves a bunch of logic into the hooks to try and cleanup some stuff.

The original bug report was about deleting a feedback from the list view, which I still can't repro.

Related to REPLAY-400

@ryan953 ryan953 requested a review from a team as a code owner June 11, 2025 22:09
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 11, 2025
: undefined,
tooltip: enableDelete
? undefined
: t('You must be an admin to delete feedback.'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm noticing some inconsistencies on the tooltips and whether they have a period at the end or not

@ryan953 ryan953 merged commit bb0ad9d into master Jun 16, 2025
45 checks passed
@ryan953 ryan953 deleted the ryan953/feedback-actions branch June 16, 2025 20:58
billyvg pushed a commit that referenced this pull request Jun 18, 2025
… dropdowns (#93383)

This disables the `delete` button when the screen is normal width or
narrow. And moves a bunch of logic into the hooks to try and cleanup
some stuff.

The original bug report was about deleting a feedback from the list
view, which I still can't repro.

Related to REPLAY-400
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
… dropdowns (#93383)

This disables the `delete` button when the screen is normal width or
narrow. And moves a bunch of logic into the hooks to try and cleanup
some stuff.

The original bug report was about deleting a feedback from the list
view, which I still can't repro.

Related to REPLAY-400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants