Timestamps currently display only the time, which is... fine, but can be somewhat annoying to see how long ago something actually was. It's possible to use timestamp.ago() to show how long ago a thing was as well. Let's add it to our default timestamp formatter so we can see that everywhere jujutsu shows us timestamps
Your one-stop-cake-shop for everything Freshly Baked has to offer
feat(jujutsu): add timestamp.ago() to format #12
merged
opened by
expand 1 commit
hide 1 commit
feat(jujutsu): add timestamp.ago() to format
Timestamps currently display only the time, which is... fine, but can
be somewhat annoying to see how long ago something actually was. It's
possible to use timestamp.ago() to show how long ago a thing was as
well. Let's add it to our default timestamp formatter so we can see that
everywhere jujutsu shows us timestamps
LGTM