Apply store pattern to track global app state
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 30 Jan 2019 16:33:22 +0000 (17:33 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 30 Jan 2019 16:33:22 +0000 (17:33 +0100)
commitc66a829b3770122fe0ff2fb9db8def9635bbc334
tree83bde2feea339cc0bd0568630af85549b56bafd4
parentccd4a2b74aecdd6e52960a9ed42acea3e40c9271
Apply store pattern to track global app state
12 files changed:
client/src/App.vue
client/src/components/ContactForm.vue
client/src/components/Language.vue
client/src/components/Settings.vue
client/src/components/UpsertUser.vue [moved from client/next_src/components/upsertUser.js with 61% similarity]
client/src/main.js
client/src/store.js [new file with mode: 0644]
client/src/utils/alea.js [new file with mode: 0644]
client/src/utils/array.js
client/src/utils/cookie.js [new file with mode: 0644]
client/src/utils/misc.js [deleted file]
client/src/welcome/en.pug