|
|
@ -127,38 +127,6 @@ |
|
|
|
></div> |
|
|
|
</div> |
|
|
|
</label> |
|
|
|
<label |
|
|
|
for="toggleMuteNotifications" |
|
|
|
class="flex items-center justify-between cursor-pointer mt-4" |
|
|
|
@click=" |
|
|
|
this.$notify( |
|
|
|
{ |
|
|
|
group: 'modal', |
|
|
|
type: 'notification-mute', |
|
|
|
}, |
|
|
|
-1, |
|
|
|
) |
|
|
|
" |
|
|
|
> |
|
|
|
<!-- label --> |
|
|
|
<div>Mute Notifications</div> |
|
|
|
<!-- toggle --> |
|
|
|
<div class="relative ml-2"> |
|
|
|
<!-- input --> |
|
|
|
<input |
|
|
|
type="checkbox" |
|
|
|
name="toggleMuteNotifications" |
|
|
|
class="sr-only" |
|
|
|
disabled |
|
|
|
/> |
|
|
|
<!-- line --> |
|
|
|
<div class="block bg-slate-500 w-14 h-8 rounded-full"></div> |
|
|
|
<!-- dot --> |
|
|
|
<div |
|
|
|
class="dot absolute left-1 top-1 bg-slate-400 w-6 h-6 rounded-full transition" |
|
|
|
></div> |
|
|
|
</div> |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
|
|
|
|
<h3 class="text-sm uppercase font-semibold mb-3">Data</h3> |
|
|
|