DormSoup / dormsoup

MIT License
2 stars 0 forks source link

change EventDate split logic to accomodate mobile locale time #19

Closed lad6558 closed 3 days ago

lad6558 commented 5 days ago

The mobile time used to be displayed as "Nov 11 at 7:00 PM". This is undesirable because mobile text space is precious. The code didn't take this into account because it used to be splitting at ", ". Now we are using a more robust option to hide the date.

gabrc52 commented 5 days ago

Why are you merging into feature/trashcan-button and not main?

lad6558 commented 4 days ago

Good point. Changed it to main