not-nullptr / Aerochat

Native rewrite of Aerochat, a WLM 09 themed Discord client
Mozilla Public License 2.0
147 stars 8 forks source link

[Draft] feat: Format timestamps #17

Open RealMCoded opened 1 month ago

RealMCoded commented 1 month ago

On hold by the request of the repo owner.

Renders Discords timestamps correctly.

Marked as draft because it is not 100% complete yet. I still need to add support for the other timestamp formats (:r, :T, etc...).

image image

RealMCoded commented 1 month ago

image

all format tags are working now except for relative

not-nullptr commented 1 month ago

it might be worth holding off on this. the message parsing all needs rewriting

RealMCoded commented 1 month ago

it might be worth holding off on this. the message parsing all needs rewriting

That's a good point. I'll still keep this PR open though so i can continue it when you do the rewrite.