Server: datepicker: fast switching between years

Created on 6 Nov 2018  路  5Comments  路  Source: nextcloud/server

I'm reporting this on server because what I've read from other issues is that the picker itself is provided by server, no matter where it is used (e.g. calendar, contacts).

Expected behaviour

Add a possibility to switch the year fast. Here are two examples from a quick search on google images how this could be achieved:
ex_date_picker_sample
date-picker

Actual behaviour

In current date picker, scrolling is only possible per month. This is not user friendly when dates in the far past or future must be picked. For example, even picking the same date a year from now needs 12 mouse clicks.

Server configuration

Nextcloud version: 14.0.3

design enhancement

Most helpful comment

The datepicker we use on vue have pretty decent year/month picker integrated as well.
So I'm guessing we can close this when most of our code using a datepicker also uses it :)

All 5 comments

GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/pull/12089 (added possibility to disable autocomplete in login form), https://github.com/nextcloud/server/issues/2927 (add the possibility to close a user account from the web interface), https://github.com/nextcloud/server/issues/7377 (Add possibility to un-favorite file by clicking on the star), https://github.com/nextcloud/server/issues/12203 ([Feature Request] Add possibility to rename connected devices), and https://github.com/nextcloud/server/issues/10725 (Add AppLogger).

cc @nextcloud/designers

The datepicker we use on vue have pretty decent year/month picker integrated as well.
So I'm guessing we can close this when most of our code using a datepicker also uses it :)

Let's close then :)

Year picker missing again... in NextCloud v17.

Was this page helpful?
0 / 5 - 0 ratings