lotrekagency / mapo

🥭 Our Nuxt module to simplify the making of administration panels, and authenticated web applications.
MIT License
10 stars 3 forks source link

Fixes to datetime fields and media manager dialog #49

Closed edoaxyz closed 1 year ago

edoaxyz commented 1 year ago

Datetime fields had a dependency on a library which wasn't included in package.json. All those dependencies have been rewritten in utils file datetime.js. Also made some reworks on those fields for correct UTC saving of time data. In addition to this there's a fix for a bug in media manager dialog upload where on small height viewport buttons for uploading media were hidden.