-
Notifications
You must be signed in to change notification settings - Fork 498
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
Add build setting to hide feedback #7104
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "feedback" feature can be launched from the settings screen (e.g. Report bug
cell). Shouldn't we hide this cell as well in this case?
Actually there is already a build setting for that @gileluard . |
Good point @langleyd . Your PR looks good to me but shouldn't we keep just one property in build settings in this case? I don't see why we'd need to build a client with the feedback button hidden and bug report available or the other way around. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. See my only comment above.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7104 +/- ##
===========================================
- Coverage 11.74% 11.73% -0.01%
===========================================
Files 1620 1620
Lines 159179 159219 +40
Branches 64743 64774 +31
===========================================
+ Hits 18688 18692 +4
- Misses 139855 139894 +39
+ Partials 636 633 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I can see why somebody might want report a bug in settings but not solicit general feedback. But in the case I am solving for hiding both is what I am doing, so happy to start with 1 BuildSetting. 👍 |
Kudos, SonarCloud Quality Gate passed! |
Resolves #7102