mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
add toggle header to settings dialog
This commit is contained in:
parent
325d906708
commit
281502499b
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
<header:>
|
||||
<a x-bind="click:toggleHeader">[toggle header]</a>
|
||||
{#unless _user.preferences.hideHeader}
|
||||
<div class="row-fluid">
|
||||
<div class='char-status {#if gt(_partyMembers.length,1)}span8 offset2 has-party{else}span6 offset3{/}'>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
<small>Habit defaults to check and reset your dailies at midnight each day. You can customize that here (Enter number between 0 and 24).</small>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
<h4>Toggle Header</h4>
|
||||
<button x-bind="click:toggleHeader">{#if _user.preferences.hideHeader}Show{else}Hide{/}</button>
|
||||
|
||||
{{#if _user.auth.local}}
|
||||
<hr/>
|
||||
<h4>Change Password</h4>
|
||||
|
|
|
|||
Loading…
Reference in a new issue