karlomikus / vue-salt-rim

Salt Rim is a Vue based web client used for connecting to Bar Assistant server instance.
https://barassistant.app
MIT License
93 stars 17 forks source link

Bug: created and updated timestamps are NOW() now #147

Closed frank42hh closed 8 months ago

frank42hh commented 8 months ago

Hi,

it seems that the timestamp display got broken. On all ingredients page the timestamp is the current time, e.g. Dec. 25. This is consistantly through all ingredients, no matter if they were imported while onboarding or added by users. Prior to 2.5.0 you can check that by reloading an ingredient page in 1-minute-interval, the timestamp changes to reflect the current time.

Screenshot 2023-12-25 163301

Additionally, with today's update to 2.5.0 also the time is removed (e.g. date only) and the split between "created" and "updated" disappeared (e.g. "created" is not shown anymore if there was an update):

Screenshot 2023-12-25 164111

Cocktails don't seem to be affected.