Skip to content

Commit

Permalink
add new filter section
Browse files Browse the repository at this point in the history
Signed-off-by: grnd-alt <[email protected]>
  • Loading branch information
grnd-alt committed Mar 13, 2024
1 parent f246c68 commit 09a9da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@
<label :for="user.uid"><NcAvatar :user="user.uid" :size="24" :disable-menu="true" /> {{ user.displayname }}</label>
</div>

<h3>{{ t('deck', 'Filter by due date') }}</h3>

<h3>{{ t('deck', 'Filter by done') }}</h3>
<div class="filter--item">
<input id="open"
v-model="filter.open"
Expand All @@ -162,6 +161,7 @@
<label for="done">{{ t('deck', 'done') }}</label>
</div>

<h3>{{ t('deck', 'Filter by due date') }}</h3>
<div class="filter--item">
<input id="overdue"
v-model="filter.due"
Expand Down

0 comments on commit 09a9da3

Please sign in to comment.