Added comments toggle to labs feature list

no issue
This commit is contained in:
Kevin Ansfield 2022-07-04 14:15:53 +02:00
parent 2857e46d7c
commit 8ff94df1c8
2 changed files with 14 additions and 0 deletions

View File

@ -59,6 +59,7 @@ export default class FeatureService extends Service {
@feature('urlCache') urlCache;
@feature('beforeAfterCard') beforeAfterCard;
@feature('sodoSearch') sodoSearch;
@feature('comments') comments;
_user = null;

View File

@ -226,6 +226,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Comments</h4>
<p class="gh-expandable-description">
Enable comments
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="comments" />
</div>
</div>
</div>
</div>
</div>
{{/if}}