I don't know where to start ...
- ... to describe what happens
- ... to describe what is needed to get things working again
- ... to solve the problems in an appropriate time
First of all I get the following error
Uncaught (in promise) RangeError: Use dd instead of DD (in MM/DD/YYYY) for formatting days of the month to the input Fri Apr 04 2025 20:15:00 GMT+0200 (Mitteleuropäische Sommerzeit); see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md (vue-datepicker.js:4530:38)
This causes
- a broken sidebar
- impossibility to select dates for a poll
- a very very frustrated maintainer.
Of course you may try to fix the issues in Polls, but it will not work without changing concepts and a re-implementation from scratch.
I want to repeat my request to re-enable the prior NcDateTimePicker as a deprecated component (i.e. as NcDateTimePickerDeprecated), to get the chance to migrate the app to the new picker.
A preparation for the lib update can be found here
I don't know where to start ...
First of all I get the following error
Uncaught (in promise) RangeError: Use
ddinstead ofDD(inMM/DD/YYYY) for formatting days of the month to the inputFri Apr 04 2025 20:15:00 GMT+0200 (Mitteleuropäische Sommerzeit); see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md (vue-datepicker.js:4530:38)This causes
Of course you may try to fix the issues in Polls, but it will not work without changing concepts and a re-implementation from scratch.
I want to repeat my request to re-enable the prior NcDateTimePicker as a deprecated component (i.e. as NcDateTimePickerDeprecated), to get the chance to migrate the app to the new picker.
A preparation for the lib update can be found here