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

Feature Request: Allow custom bar name / description #64

Closed daniel-simpson closed 1 year ago

daniel-simpson commented 1 year ago

Implements #65

By using config.js to set custom values, e.g.:

window.srConfig = {}
window.srConfig.API_URL = "...";
window.srConfig.MEILISEARCH_URL = "...";
window.srConfig.BAR_NAME = "Dan's Bar"
//window.srConfig.DESCRIPTION = "Your personal bar assistant";

A user could further customise their bar's name.

"Salt Rim" links and version are still shown in the footer, so hopefully not a problem 🤞

Screenshot:

image

karlomikus commented 1 year ago

Looks great, thanks!