Charlie Tran 5072ef013c
feat(frontend): Module consolidation - clean up for OS logic - init virtual assistant (#1821)
* Module consolidation on datahub-web - clean up to some OS logic from previous update - initial implementation of virtual assistant

* Fix accidental change to datahub user module license
2020-08-28 10:31:15 -07:00

17 lines
480 B
Handlebars

<div>
<span class="navbar__dropdown-label">Virtual Assistant (Foxie)</span>
<input
id="foxie-assistant-toggle"
type="checkbox"
title="Virtual Assitant (Foxie)"
class="toggle-switch toggle-switch--light"
checked={{this.isVirtualAssistantActive}}
/>
<button
type="button"
for="foxie-assistant-toggle"
class="toggle-button virtual-assistant-toggle"
onclick={{this.toggleVirtualAssistant}}
>
</button>
</div>