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
92 stars 17 forks source link

[BUG] Units Issues #169

Closed zhdenny closed 3 months ago

zhdenny commented 4 months ago

Again, things are not recognizing or respecting when Oz unit is set.

To reproduce:

  1. Select a cocktail
  2. Select to view recipe in oz
  3. Select share --> Copy As Markdown
  4. Observe copied text is using ml units instead of oz units

Generally speaking, this is demonstrating a larger issue. I really think there needs to be GLOBAL user setting in this App to change the default units from ml to oz. I know it is supposed to remember your unit selection but that is NOT reliable. The app very frequently forgets and goes back to always showing everything in ml.

A global units setting would really help resolve all these tiny units issues and moreover finally force units preferences to be truly persistent.