Apply suggestions from code review of branch refactor/migrate_vuex_to_pinia

Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
Antonio Anaya 2026-04-30 21:24:29 +00:00
parent ebd67cd410
commit 67f253eecd
6 changed files with 24 additions and 7 deletions

View file

@ -64,7 +64,6 @@ export const useSettingsStore = defineStore(
function removeStream(id) {
activeStreams.value[id] = false;
}
// TODO: Replace for direct access to state.
// Getters
const baseUri = computed(() => origin.value);
const ready = computed(() => available.value);