diff --git a/front/src/App.vue b/front/src/App.vue index 54cd5643b..72d6929a3 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -78,7 +78,12 @@ onKeyboardShortcut('h', () => toggleShortcutsModal()) // because we want to learn if we are authenticated at all store.dispatch('auth/fetchUser') -const isUIv2 = useLocalStorage('ui-v2', false) +// TODO: +// Research... +// - "What is the use case for this toggle?" +// - "Is Local Storage (persistence on a specific browser +// on a specific machine) the right place?" +const isUIv2 = useLocalStorage('ui-v2', true)