w3champions / website

The webpage for the www.w3champions.com community project.
47 stars 54 forks source link

Refactor game duration format #622

Closed Rotzbua closed 1 year ago

Rotzbua commented 1 year ago

Reasons

Moment is not required to format seconds. -> refactored Locales do not use custom format. -> removed

Reference

621

gustav87 commented 1 year ago

Great stuff man. Something similar could be done for dateFormats.date and dateFormats.dateTime used in views/MatchDetail.vue and components/matches/MatchesGrid.vue as well.

Rotzbua commented 1 year ago

Great stuff man. Something similar could be done for dateFormats.date and dateFormats.dateTime used in views/MatchDetail.vue and components/matches/MatchesGrid.vue as well.

Already wip ;)