Conversation
Test results 27 files 27 suites 44m 43s ⏱️ Results for commit 51a9e8f. ♻️ This comment has been updated with latest results. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3587 +/- ##
==========================================
+ Coverage 62.49% 62.51% +0.01%
==========================================
Files 611 611
Lines 45020 45020
Branches 43 43
==========================================
+ Hits 28137 28142 +5
+ Misses 16873 16868 -5
Partials 10 10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
328c5c1 to
46560fd
Compare
It is not, good catch! :D |
I make a habit of just searching for the name of something after it has been removed just to make sure ^^ |
46560fd to
18cb958
Compare
lunkwill42
left a comment
There was a problem hiding this comment.
Flatpickr even looks much better 😄
| <div class="content"> | ||
| </div> | ||
| <!-- container for prefix tree --> | ||
| test_ <!-- container for prefix tree --> |
There was a problem hiding this comment.
This was pycharm freezing on me, and inputting the text in the file instead of the action menu :') It really loves eating up all the ram and behaving irrationally. I'll fix.
b0bf7de to
d0c9d04
Compare
d0c9d04 to
51a9e8f
Compare
|
lunkwill42
left a comment
There was a problem hiding this comment.
All is good. Flatpickr uses an MIT license, which is compatible.



Scope and purpose
This PR replaces the
jquery-ui-timepicker-addonlibrary withFlatpickr. When upgrading jQuery dependencies in #3582, I discovered thatjquery-ui-timepicker-addonis no longer maintained, and does not have an update to support new jQuery versions. The author recommended the libraryFlatpickr, which I tested and found fitting for replacing the old implementation.The method of picking time is different, but using sliders for picking hour and minutes is not very user friendly. As such, I think simply filling in the time is a better choice.
This pull request
jquery-ui-timepicker-addondependencyflatpickrdependency and stylesflatpickrdatetime pickersHow to test
Maintenance Tool
Messages Tool
Screenshots
Before
After
Contributor Checklist
Every pull request should have this checklist filled out, no matter how small it is.
More information about contributing to NAV can be found in the
Hacker's guide to NAV.
<major>.<minor>.x). For a new feature or other additions, it should be based onmaster.