maxveldink / decompery

Stop. Decompose and break down!
1 stars 0 forks source link

Use user's timezone to customize messaging around time of day #7

Open maxveldink opened 1 year ago

maxveldink commented 1 year ago

When working on the welcome message, I wanted to add the time of day messaging. Instead of Howdy for everyone, it would be Mornin' if they were in the morning hours, Evenin' in the evening, etc. This isn't easy to do server side until we store the user's timezone. I had a JS solution working, but it resulted in pop, so I didn't want to proceed.