Add build setting to hide feedback#7104
Conversation
gileluard
left a comment
There was a problem hiding this comment.
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. |
gileluard
left a comment
There was a problem hiding this comment.
lgtm. See my only comment above.
Codecov Report❌ 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. 🚀 New features to boost your workflow:
|
|
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