Currently only the moment().fromNow() function is in use, and I don't feel like that justifies a 200kb dependency. This function should be replaced with a standalone implementation, and if that proves to not be feasible we should simply fall back to the old way of showing post timestamps.
Currently only the
moment().fromNow()
function is in use, and I don't feel like that justifies a 200kb dependency. This function should be replaced with a standalone implementation, and if that proves to not be feasible we should simply fall back to the old way of showing post timestamps.Part of the Goals.