Skip to content

Commit

Permalink
[desktop/angular] Deactivate View Active button
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed May 28, 2024
1 parent dc1b9f9 commit 99e2f63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions desktop/angular/src/app/pages/app-view/app-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ <h2 class="p-0 m-0 text-lg sfng-lg:text-xl text-primary">{{ (100 / stats!.size)
Get Help
</a>

<!--
TODO: "View Active" button is broken or should have been removed.
<div sfngTipUpAnchor="left" class="flex space-x-2 flex-rows">
<sfng-tipup key="appSettings-Filter"></sfng-tipup>
<sfng-select [ngModel]="viewSetting" (ngModelChange)="viewSettingChange.next($event)"
Expand All @@ -193,6 +195,7 @@ <h2 class="p-0 m-0 text-lg sfng-lg:text-xl text-primary">{{ (100 / stats!.size)
</sfng-select-item>
</sfng-select>
</div>
-->
</div>

<div class="flex items-center text-tertiary">
Expand Down

0 comments on commit 99e2f63

Please sign in to comment.