Misago icon indicating copy to clipboard operation
Misago copied to clipboard

Remove moment.js dependency

Open rafalp opened this issue 2 years ago • 1 comments

There are two issues with how moment.js is currently included in build:

  • vendor.js contains both moment.js and it's locales
  • window.moment is not set

v4 prototype is using native Date object instead and we've had zero issues with it.

Part of the #1674 epic

rafalp avatar Mar 17 '23 20:03 rafalp

Adding this to 0.40 milestone, which already has utils for formatting dates and will get rid of 99% places that rely on it for timestamps.

rafalp avatar Jun 04 '25 21:06 rafalp