features implemented expect notification settings
authorebelcrom <ebelcrom@gmail.com>
Thu, 26 Dec 2019 22:23:29 +0000 (23:23 +0100)
committerebelcrom <ebelcrom@gmail.com>
Thu, 26 Dec 2019 22:23:29 +0000 (23:23 +0100)
commit8ec88a4c4bf3922bfdce2c7d8f4b82c338c75b9d
tree09bc77370a994c6c19fe490be34d930e23824fc1
parente782ffd5a9bc27d86f04a0b67b85d98fa53cb349
features implemented expect notification settings
36 files changed:
package-lock.json
package.json
public/favicon.ico
public/img/icons/android-chrome-192x192.png
public/img/icons/android-chrome-512x512.png
public/img/icons/apple-touch-icon-120x120.png
public/img/icons/apple-touch-icon-152x152.png
public/img/icons/apple-touch-icon-180x180.png
public/img/icons/apple-touch-icon-60x60.png
public/img/icons/apple-touch-icon-76x76.png
public/img/icons/apple-touch-icon.png
public/img/icons/favicon-16x16.png
public/img/icons/favicon-32x32.png
public/img/icons/msapplication-icon-144x144.png
public/img/icons/mstile-150x150.png
public/index.html
src/App.vue
src/assets/images/closed.svg [new file with mode: 0644]
src/assets/images/moving.svg [new file with mode: 0644]
src/assets/images/open.svg [new file with mode: 0644]
src/assets/images/unavailable.svg [new file with mode: 0644]
src/assets/logo.png
src/assets/logo.svg [new file with mode: 0644]
src/components/About.vue [new file with mode: 0644]
src/components/ApiKey.vue [new file with mode: 0644]
src/components/HelloWorld.vue [deleted file]
src/components/Navbar.vue [new file with mode: 0644]
src/lib/lib.js [new file with mode: 0644]
src/main.js
src/plugins/vuetify.js [new file with mode: 0644]
src/registerServiceWorker.js
src/router/index.js
src/views/About.vue [deleted file]
src/views/Home.vue
src/views/Settings.vue [new file with mode: 0644]
vue.config.js [new file with mode: 0644]