Skip to content

Commit

Permalink
Added privacy toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmybisenius committed Feb 1, 2021
1 parent bb117cd commit abd106c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion client/pages/dashboard/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,22 @@
</label>
</div>

<!-- Privacy mode toggle -->
<div class="flex flex-row w-full mb-6 items-start">
<input
type="checkbox"
style="margin-top:3px;"
class="form-checkbox h-4 w-4 text-indigo-600 transition duration-150 ease-in-out"
>

<label class="ml-4 block text-sm leading-5 text-gray-600">
Privacy mode (Disables profile analytics & discovery)
</label>
</div>

<button
type="button"
class="inline-flex p-3 text-sm text-white text-center bg-indigo-600 hover:bg-indigo-700 rounded-lg font-semibold w-auto max-w-xs justify-center align-center"
class="mt-2 inline-flex p-3 text-sm text-white text-center bg-indigo-600 hover:bg-indigo-700 rounded-lg font-semibold w-auto max-w-xs justify-center align-center"
@click="saveChanges"
>
Save changes
Expand Down

0 comments on commit abd106c

Please sign in to comment.