gitlab.nvim icon indicating copy to clipboard operation
gitlab.nvim copied to clipboard

Feat: Enable toggling date format in discussions

Open jakubbortlik opened this issue 9 months ago • 1 comments

Sometime I find it useful to look at a MR discussion and see when exactly a comment was made. I can of course look at "10 days ago" and then go to the calendar and see what date that was, but that's inconvenient.

This PR makes it possible to toggle between two different formats:

  • the current relative format (though this too becomes absolute after 30 days)
  • absolute time like "02/28/2025 at 09:30"

This PR suggests a new keybinding dt (mnemonic "date toggle", just like st is the default for "sort method toggle").

jakubbortlik avatar Apr 10 '25 21:04 jakubbortlik

I just released develop and rebased main onto it, so you may want to merge/rebase develop back into this branch, there are a lot of changes in here that you probably don't intend to make.

harrisoncramer avatar Apr 14 '25 21:04 harrisoncramer