This branch changes the start/end date filter to one single date picker (address and close #72).
Changes
The changes made in this PR are:
Use the range = TRUE option to create a date range airDatepickerInput. This incorporates both start_month and end_month input value into one single calendar.
Shorten the name of the month to abbreviated version (e.g. January -> Jan)
Change the color of the date picker UI from default blue to black (#0d0d0d)
After
Before
Check
[x] (If UI & data are updated) The UI & data includes Traditional Chinese translation, with translation terms wrapped in i18n$t() and terms added to translation_zh.csv
Summary
This branch changes the start/end date filter to one single date picker (address and close #72).
Changes
The changes made in this PR are:
range = TRUE
option to create a date rangeairDatepickerInput
. This incorporates bothstart_month
andend_month
input value into one single calendar.January
->Jan
)#0d0d0d
)After
Before
Check
i18n$t()
and terms added totranslation_zh.csv