Re-added date ranges.

This commit is contained in:
2019-12-18 02:42:55 +01:00
parent 3845c3f52d
commit 9b17add4e2
7 changed files with 53 additions and 41 deletions

View File

@@ -1,20 +1,6 @@
<template>
<div class="filter-bar noselect">
<span>
<label class="range">
<input
:id="`${_uid}-all`"
:checked="range === 'all'"
type="radio"
class="range-input"
@click="setRange('all')"
>
<label
:for="`${_uid}-all`"
class="range-button"
>All</label>
</label>
<label class="range">
<input
:id="`${_uid}-new`"
@@ -42,6 +28,20 @@
class="range-button"
>Upcoming</label>
</label>
<label class="range">
<input
:id="`${_uid}-all`"
:checked="range === 'all'"
type="radio"
class="range-input"
@click="setRange('all')"
>
<label
:for="`${_uid}-all`"
class="range-button"
>All</label>
</label>
</span>
<span>