Skip to content

Commit

Permalink
ui: remove PWA support
Browse files Browse the repository at this point in the history
We're not using it at the moment.
  • Loading branch information
sevein committed Nov 8, 2019
1 parent c08adc0 commit 203a099
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 453 deletions.
2 changes: 0 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.3",
"core-js": "^2.6.5",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0",
Expand All @@ -22,7 +21,6 @@
"devDependencies": {
"@types/jest": "^23.1.4",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-pwa": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.11.0",
Expand Down
Binary file removed ui/public/img/icons/android-chrome-192x192.png
Binary file not shown.
Binary file removed ui/public/img/icons/android-chrome-512x512.png
Binary file not shown.
Binary file removed ui/public/img/icons/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed ui/public/img/icons/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed ui/public/img/icons/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed ui/public/img/icons/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed ui/public/img/icons/apple-touch-icon-76x76.png
Binary file not shown.
Binary file removed ui/public/img/icons/apple-touch-icon.png
Binary file not shown.
Binary file removed ui/public/img/icons/favicon-16x16.png
Binary file not shown.
Binary file removed ui/public/img/icons/favicon-32x32.png
Binary file not shown.
Binary file removed ui/public/img/icons/msapplication-icon-144x144.png
Binary file not shown.
Binary file removed ui/public/img/icons/mstile-150x150.png
Binary file not shown.
149 changes: 0 additions & 149 deletions ui/public/img/icons/safari-pinned-tab.svg

This file was deleted.

1 change: 0 additions & 1 deletion ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Vue from 'vue';
import App from './App.vue';
import router from './router';
import store from './store';
import './registerServiceWorker';
import BootstrapVue from 'bootstrap-vue';
import * as client from './client/src';

Expand Down
32 changes: 0 additions & 32 deletions ui/src/registerServiceWorker.ts

This file was deleted.

Loading

0 comments on commit 203a099

Please sign in to comment.