Replace jquery-datetimepicker with native date input (#11684)
This removes the jQuery plugin as well as the associated config options. Native input[type=date] does not require a language attribute as it is localized by default, except for the placeholder attribute for which I currently piggy-back the repo.issues.due_date_form localization option. Implementation should pretty much match GH. Of note is that Safari does not provide a UI for this input type, but I don't think providing one is neccessary and GH did not bother either. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
42752f3902
commit
628ee1d82e
17 changed files with 10 additions and 232 deletions
|
@ -22,9 +22,7 @@
|
|||
"file-loader": "6.0.0",
|
||||
"fomantic-ui": "2.8.5",
|
||||
"highlight.js": "10.0.3",
|
||||
"imports-loader": "0.8.0",
|
||||
"jquery": "3.5.1",
|
||||
"jquery-datetimepicker": "2.5.21",
|
||||
"jquery.are-you-sure": "1.9.0",
|
||||
"less-loader": "6.1.0",
|
||||
"mini-css-extract-plugin": "0.9.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue