@oxygen-cms/ui 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/.gitattributes +3 -0
  2. package/assets/bg/autumn-min.jpg +0 -0
  3. package/assets/bg/city-min.jpg +0 -0
  4. package/assets/bg/clouds-min.jpg +0 -0
  5. package/assets/bg/coast-min.jpg +0 -0
  6. package/assets/bg/speckles-min.jpg +0 -0
  7. package/assets/bg/trees-min.jpg +0 -0
  8. package/assets/bg/waves.jpg +0 -0
  9. package/assets/bg/yosemite-falls-min.jpg +0 -0
  10. package/assets/icon/apple-touch-icon-114x114.png +0 -0
  11. package/assets/icon/apple-touch-icon-120x120.png +0 -0
  12. package/assets/icon/apple-touch-icon-144x144.png +0 -0
  13. package/assets/icon/apple-touch-icon-152x152.png +0 -0
  14. package/assets/icon/apple-touch-icon-180x180.png +0 -0
  15. package/assets/icon/apple-touch-icon-57x57.png +0 -0
  16. package/assets/icon/apple-touch-icon-60x60.png +0 -0
  17. package/assets/icon/apple-touch-icon-72x72.png +0 -0
  18. package/assets/icon/apple-touch-icon-76x76.png +0 -0
  19. package/assets/icon/apple-touch-icon-precomposed.png +0 -0
  20. package/assets/icon/apple-touch-icon.png +0 -0
  21. package/assets/icon/browserconfig.xml +12 -0
  22. package/assets/icon/favicon-160x160.png +0 -0
  23. package/assets/icon/favicon-16x16.png +0 -0
  24. package/assets/icon/favicon-192x192.png +0 -0
  25. package/assets/icon/favicon-32x32.png +0 -0
  26. package/assets/icon/favicon-96x96.png +0 -0
  27. package/assets/icon/favicon.ico +0 -0
  28. package/assets/icon/mstile-144x144.png +0 -0
  29. package/assets/icon/mstile-150x150.png +0 -0
  30. package/assets/icon/mstile-310x150.png +0 -0
  31. package/assets/icon/mstile-310x310.png +0 -0
  32. package/assets/icon/mstile-70x70.png +0 -0
  33. package/package.json +2 -10
  34. package/src/AuthApi.js +12 -12
  35. package/src/CrudApi.js +9 -7
  36. package/src/PreferencesApi.js +4 -4
  37. package/src/UsersApi.js +4 -4
  38. package/src/api.js +17 -3
  39. package/src/components/AuthenticationLog.vue +3 -2
  40. package/src/components/CodeEditor.vue +8 -6
  41. package/src/components/ImportExport.vue +2 -2
  42. package/src/components/LegacyPage.vue +5 -5
  43. package/src/components/MainMenu.vue +4 -1
  44. package/src/components/auth/WelcomeFloat.vue +8 -8
  45. package/src/components/media/MediaList.vue +1 -1
  46. package/src/components/media/MediaResponsiveImages.vue +2 -2
  47. package/src/components/media/media.scss +1 -1
  48. package/src/main.js +13 -6
  49. package/src/styles/_variables.scss +1 -15
  50. package/src/styles/app.scss +1 -1
package/.gitattributes ADDED
@@ -0,0 +1,3 @@
1
+ *.png filter=lfs diff=lfs merge=lfs -text
2
+ *.jpg filter=lfs diff=lfs merge=lfs -text
3
+ *.ico filter=lfs diff=lfs merge=lfs -text
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square70x70logo src="/packages/oxygen/ui/img/icon/mstile-70x70.png"/>
6
+ <square150x150logo src="/packages/oxygen/ui/img/icon/mstile-150x150.png"/>
7
+ <square310x310logo src="/packages/oxygen/ui/img/icon/mstile-310x310.png"/>
8
+ <wide310x150logo src="/packages/oxygen/ui/img/icon/mstile-310x150.png"/>
9
+ <TileColor>#2b5797</TileColor>
10
+ </tile>
11
+ </msapplication>
12
+ </browserconfig>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxygen-cms/ui",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Various utilities for UI-building in Vue.js",
5
5
  "main": "none",
6
6
  "repository": {
@@ -16,13 +16,11 @@
16
16
  "@fortawesome/free-solid-svg-icons": "^5.15.2",
17
17
  "@fortawesome/vue-fontawesome": "^0.1.10",
18
18
  "autoprefixer": "^9.8.5",
19
- "babel-loader": "^8.1.0",
20
19
  "brace": "^0.11.1",
21
20
  "buefy": "^0.9.10",
22
21
  "bulma": "~0.9.3",
23
22
  "copy-webpack-plugin": "^5.1.1",
24
23
  "downloadjs": "^1.4.7",
25
- "file-loader": "^6.1.1",
26
24
  "libphonenumber-js": "^1.9.11",
27
25
  "lodash": "^4.17.21",
28
26
  "title-case": "^3.0.3",
@@ -31,7 +29,6 @@
31
29
  "vex-js": "~4.1.0",
32
30
  "vue": "^2.6.11",
33
31
  "vue-async-computed": "^3.9.0",
34
- "vue-loader": "^15.9.6",
35
32
  "vue-router": "^3.5.1",
36
33
  "vue-template-compiler": "^2.6.11",
37
34
  "vue2-ace-editor": "^0.0.15",
@@ -42,18 +39,13 @@
42
39
  "@babel/preset-env": "^7.13.5",
43
40
  "babel-jest": "^26.6.3",
44
41
  "babel-polyfill": "^6.26.0",
45
- "css-loader": "^3.5.1",
46
42
  "eslint": "^7.32.0",
47
43
  "eslint-config-prettier": "^8.3.0",
48
44
  "eslint-plugin-jest": "^24.4.0",
49
45
  "eslint-plugin-vue": "^7.17.0",
50
46
  "jest": "^26.6.3",
51
47
  "sass-embedded": "^1.49.9",
52
- "postcss-loader": "^3.0.0",
53
- "regenerator-runtime": "^0.13.7",
54
- "sass-loader": "^8.0.2",
55
- "webpack": "^4.46.0",
56
- "webpack-cli": "^3.3.11"
48
+ "regenerator-runtime": "^0.13.7"
57
49
  },
58
50
  "scripts": {
59
51
  "test": "jest",
package/src/AuthApi.js CHANGED
@@ -1,4 +1,4 @@
1
- import {API_ROOT} from "./CrudApi";
1
+ import {getApiRoot} from "./CrudApi";
2
2
  import {FetchBuilder, initCsrfCookie} from "./api";
3
3
  import UserPermissions from "./UserPermissions";
4
4
 
@@ -19,16 +19,16 @@ export default class AuthApi {
19
19
  password,
20
20
  '2fa_code': code
21
21
  })
22
- .fetch(API_ROOT + 'auth/login');
22
+ .fetch(getApiRoot() + 'auth/login');
23
23
  }
24
24
 
25
25
  async getLoginPreferences() {
26
- return await this.request('get').fetch(API_ROOT + 'auth/preferences');
26
+ return await this.request('get').fetch(getApiRoot() + 'auth/preferences');
27
27
  }
28
28
 
29
29
  async setupTwoFactorAuth() {
30
30
  return await this.request('post')
31
- .fetch(API_ROOT + 'auth/two-factor-setup');
31
+ .fetch(getApiRoot() + 'auth/two-factor-setup');
32
32
  }
33
33
 
34
34
  async confirmTwoFactorAuth(code) {
@@ -36,7 +36,7 @@ export default class AuthApi {
36
36
  .withJson({
37
37
  '2fa_code': code
38
38
  })
39
- .fetch(API_ROOT + 'auth/two-factor-confirm');
39
+ .fetch(getApiRoot() + 'auth/two-factor-confirm');
40
40
  }
41
41
 
42
42
  async sendReminderEmail(email) {
@@ -44,23 +44,23 @@ export default class AuthApi {
44
44
  .withJson({
45
45
  'email': email
46
46
  })
47
- .fetch(API_ROOT + 'auth/send-reminder-email');
47
+ .fetch(getApiRoot() + 'auth/send-reminder-email');
48
48
  }
49
49
 
50
50
  async sendEmailVerification() {
51
51
  return await this.request('post')
52
- .fetch(API_ROOT + 'auth/verify-email');
52
+ .fetch(getApiRoot() + 'auth/verify-email');
53
53
  }
54
54
 
55
55
  async resetPassword(params) {
56
56
  return await this.request('post')
57
57
  .withJson(params)
58
- .fetch(API_ROOT + 'auth/reset-password');
58
+ .fetch(getApiRoot() + 'auth/reset-password');
59
59
  }
60
60
 
61
61
  async logout() {
62
62
  let response = await this.request('post')
63
- .fetch(API_ROOT + 'auth/logout');
63
+ .fetch(getApiRoot() + 'auth/logout');
64
64
  this.$buefy.notification.open({
65
65
  message: 'You have been logged out',
66
66
  type: 'is-info',
@@ -80,17 +80,17 @@ export default class AuthApi {
80
80
  console.log(params);
81
81
  return this.request('post')
82
82
  .withJson(params)
83
- .fetch(API_ROOT + 'auth/change-password');
83
+ .fetch(getApiRoot() + 'auth/change-password');
84
84
  }
85
85
 
86
86
  async listUserSessions() {
87
87
  return this.request('get')
88
- .fetch(API_ROOT + 'auth/sessions')
88
+ .fetch(getApiRoot() + 'auth/sessions')
89
89
  }
90
90
 
91
91
  async deleteUserSession(id) {
92
92
  return this.request('delete')
93
- .fetch(API_ROOT + 'auth/sessions/' + id)
93
+ .fetch(getApiRoot() + 'auth/sessions/' + id)
94
94
  }
95
95
  }
96
96
 
package/src/CrudApi.js CHANGED
@@ -1,9 +1,13 @@
1
- import {FetchBuilder} from './api.js';
1
+ import {FetchBuilder, getApiHost} from './api.js';
2
2
  import {morphToNotification} from "./api";
3
3
 
4
- const API_ROOT = '/oxygen/api/';
4
+ const API_ROOT = 'oxygen/api/';
5
5
 
6
- class CrudApi {
6
+ export const getApiRoot = () => {
7
+ return getApiHost() + API_ROOT;
8
+ }
9
+
10
+ export class CrudApi {
7
11
 
8
12
  constructor($buefy) {
9
13
  this.$buefy = $buefy;
@@ -18,7 +22,7 @@ class CrudApi {
18
22
  }
19
23
 
20
24
  static getResourceRoot() {
21
- return API_ROOT + this.getResourceName();
25
+ return getApiRoot() + this.getResourceName();
22
26
  }
23
27
 
24
28
  static prepareModelForAPI(data) {
@@ -107,6 +111,4 @@ class CrudApi {
107
111
  return this.request('post')
108
112
  .fetch(this.constructor.getResourceRoot() + '/' + id + '/make-head');
109
113
  }
110
- }
111
-
112
- export { CrudApi, API_ROOT };
114
+ }
@@ -1,4 +1,4 @@
1
- import {API_ROOT} from "./CrudApi";
1
+ import {getApiRoot} from "./CrudApi";
2
2
  import {FetchBuilder} from "./api";
3
3
 
4
4
  export const canAccessPrefs = ($buefy, userPermissions, keys) => {
@@ -26,7 +26,7 @@ export default class PreferencesApi {
26
26
 
27
27
  async getValue(key) {
28
28
  return await this.request('get')
29
- .fetch(API_ROOT + 'preferences/' + key);
29
+ .fetch(getApiRoot() + 'preferences/' + key);
30
30
  }
31
31
 
32
32
  async checkValid(key, value) {
@@ -34,7 +34,7 @@ export default class PreferencesApi {
34
34
  .withJson({
35
35
  value: value
36
36
  })
37
- .fetch(API_ROOT + 'preferences/' + key + '/validate');
37
+ .fetch(getApiRoot() + 'preferences/' + key + '/validate');
38
38
  }
39
39
 
40
40
  async setValue(key, value) {
@@ -42,6 +42,6 @@ export default class PreferencesApi {
42
42
  .withJson({
43
43
  value: value
44
44
  })
45
- .fetch(API_ROOT + 'preferences/' + key);
45
+ .fetch(getApiRoot() + 'preferences/' + key);
46
46
  }
47
47
  }
package/src/UsersApi.js CHANGED
@@ -1,4 +1,4 @@
1
- import {API_ROOT, CrudApi} from './CrudApi';
1
+ import {getApiRoot, CrudApi} from './CrudApi';
2
2
 
3
3
  export default class UsersApi extends CrudApi {
4
4
 
@@ -20,12 +20,12 @@ export default class UsersApi extends CrudApi {
20
20
  .withJson({
21
21
  fullName: name
22
22
  })
23
- .fetch(API_ROOT + 'users/' + id + '/fullName');
23
+ .fetch(getApiRoot() + 'users/' + id + '/fullName');
24
24
  }
25
25
 
26
26
  async impersonate(id) {
27
27
  return await this.request('post')
28
- .fetch(API_ROOT + 'users/' + id + '/impersonate');
28
+ .fetch(getApiRoot() + 'users/' + id + '/impersonate');
29
29
  }
30
30
 
31
31
  async forceDelete(id) {
@@ -35,7 +35,7 @@ export default class UsersApi extends CrudApi {
35
35
 
36
36
  async stopImpersonating() {
37
37
  return await this.request('post')
38
- .fetch(API_ROOT + 'users/stop-impersonating');
38
+ .fetch(getApiRoot() + 'users/stop-impersonating');
39
39
  }
40
40
 
41
41
  }
package/src/api.js CHANGED
@@ -1,8 +1,20 @@
1
+ import {getApiRoot} from "./CrudApi";
2
+
3
+ export const getApiHost = () => {
4
+ if (parseInt(window.location.port) >= 3000) {
5
+ // for local development, Laravel should be running on port 80,
6
+ // whereas the frontend (`npm run dev`) is running on a higher port
7
+ return "http://localhost/";
8
+ } else {
9
+ return '/';
10
+ }
11
+ }
12
+
1
13
  var xsrfToken = null;
2
14
 
3
15
  export const initCsrfCookie = async () => {
4
16
  await window.fetch(
5
- '/sanctum/csrf-cookie',
17
+ getApiRoot() + 'csrf-cookie',
6
18
  {
7
19
  credentials: 'same-origin'
8
20
  });
@@ -46,7 +58,7 @@ export class FetchBuilder {
46
58
  }
47
59
 
48
60
  cookies() {
49
- this.credentials = 'same-origin';
61
+ this.credentials = getApiHost() === '/' ? 'same-origin' : 'include';
50
62
  return this;
51
63
  }
52
64
 
@@ -90,7 +102,7 @@ export class FetchBuilder {
90
102
  queue: false
91
103
  });
92
104
  return {};
93
- } else if(response.status === 204) {
105
+ } else if(response.status === 204 || response.status === 404) {
94
106
  // no content, we're okay
95
107
  } else {
96
108
  console.error('Response did not contain valid JSON: ', e);
@@ -158,6 +170,8 @@ const handleAPIError = function(content, $buefy, $router, response) {
158
170
  } else if(response.status === 403 && content.code === 'email_unverified') {
159
171
  $router.push({ path: '/auth/needs-verified-email', query: {redirect: $router.currentRoute.fullPath } });
160
172
  return;
173
+ } else if(response.status === 404) {
174
+ $router.push({ name: 'error404' });
161
175
  } else if(response.status === 429) {
162
176
  $buefy.notification.open({
163
177
  message: 'Too many requests within a short timeframe. Please wait.',
@@ -86,6 +86,7 @@ import {FetchBuilder} from "../api";
86
86
  import Internationalize from "../Internationalize";
87
87
  import UAParser from 'ua-parser-js';
88
88
  import AuthApi from "../AuthApi";
89
+ import {getApiRoot} from "../CrudApi";
89
90
 
90
91
  const IP_INFO_LOADING = 'loading';
91
92
 
@@ -121,7 +122,7 @@ export default {
121
122
  let data = await FetchBuilder
122
123
  .default(this.$buefy, 'post')
123
124
  .withQueryParams({ page: this.paginatedItems.currentPage })
124
- .fetch('/oxygen/api/auth/login-log-entries');
125
+ .fetch(getApiRoot() + 'auth/login-log-entries');
125
126
 
126
127
  this.paginatedItems.items = data.items.map((item) => { return { geolocationInfo: this.ipInfo.get(item.ipAddress), ...item } });
127
128
  this.paginatedItems.totalItems = data.totalItems;
@@ -143,7 +144,7 @@ export default {
143
144
  }
144
145
  this.ipInfo.set(ip, IP_INFO_LOADING);
145
146
  FetchBuilder.default(this.$buefy, 'post')
146
- .fetch('/oxygen/api/auth/ip-location/' + ip, (data) => data)
147
+ .fetch(getApiRoot() + 'auth/ip-location/' + ip, (data) => data)
147
148
  .then((data) => {
148
149
  this.ipInfo.set(ip, data);
149
150
  this.updateInfoForIp(ip);
@@ -31,9 +31,16 @@
31
31
 
32
32
  <script>
33
33
 
34
+ import AceEditor from 'vue2-ace-editor';
35
+ import 'brace/ext/language_tools'; //language extension prerequsite...
36
+ import 'brace/mode/html';
37
+ import 'brace/mode/twig';
38
+ import 'brace/theme/tomorrow_night_eighties';
39
+ import 'brace/theme/tomorrow_night';
40
+
34
41
  export default {
35
42
  name: "CodeEditor",
36
- components: { AceEditor: require('vue2-ace-editor') },
43
+ components: { AceEditor },
37
44
  props: {
38
45
  value: { type: String, default: null },
39
46
  height: { type: String, required: true },
@@ -65,11 +72,6 @@ export default {
65
72
  },
66
73
  methods: {
67
74
  editorInit() {
68
- require('brace/ext/language_tools') //language extension prerequsite...
69
- require(`brace/mode/${this.lang}`);
70
- require(`brace/theme/${this.theme}`);
71
- require(`brace/snippets/${this.lang}`);
72
-
73
75
  // ignore first missing DOCTYPE warning
74
76
  let session = this.$refs.ace.editor.getSession();
75
77
  session.on("changeAnnotation", () => {
@@ -14,7 +14,7 @@
14
14
 
15
15
  <script>
16
16
  import {FetchBuilder} from "../api";
17
- import {API_ROOT} from "../CrudApi";
17
+ import {getApiRoot} from "../CrudApi";
18
18
  import download from "downloadjs";
19
19
 
20
20
  export default {
@@ -29,7 +29,7 @@ export default {
29
29
  this.exporting = true;
30
30
  let response = await (new FetchBuilder(this.$buefy, 'post'))
31
31
  .cookies()
32
- .fetchRaw(API_ROOT + "import-export/export");
32
+ .fetchRaw(getApiRoot() + "import-export/export");
33
33
  this.$buefy.notification.open({ message: 'Export successful', type: 'is-success', queue: false });
34
34
  let blob = await response.blob();
35
35
  download(blob, 'database ' + (new Date()).toLocaleString() + '.zip');
@@ -11,7 +11,7 @@
11
11
  <script>
12
12
  import MediaInsertModal from "./media/MediaInsertModal.vue";
13
13
 
14
- import { morphToNotification } from "../api";
14
+ import {getApiHost, morphToNotification} from "../api";
15
15
  import MediaApi from "../MediaApi";
16
16
 
17
17
  // from https://gist.github.com/hdodov/a87c097216718655ead6cf2969b0dcfa
@@ -134,7 +134,7 @@ export default {
134
134
  }
135
135
  },
136
136
  vuePathToURL(path) {
137
- return this.legacyPrefix + path;
137
+ return getApiHost() + this.legacyPrefix + path;
138
138
  },
139
139
  // We detect when the iframe url changes, and update our window accordingly...
140
140
  onNavigated(newURL) {
@@ -162,7 +162,7 @@ export default {
162
162
 
163
163
  if(path !== this.currentPath) {
164
164
  let { loadInside, location } = this.fullURLToVuePath(path);
165
- console.log('[LegacyPage] ', loadInside, location);
165
+ console.log('[LegacyPage] ', 'loadInside:', loadInside, 'location:', location);
166
166
  if(loadInside === 'iframe') {
167
167
  window.history.pushState({}, "", location);
168
168
  } else if(loadInside === 'vue') {
@@ -182,9 +182,9 @@ export default {
182
182
  },
183
183
  loadPath(routePath) {
184
184
  let path = this.vuePathToURL(routePath);
185
- if(path === '/oxygen/view/auth/login') {
185
+ if(path.endsWith('/oxygen/view/auth/login')) {
186
186
  console.log('[LegacyPage] Need to login again, redirecting...');
187
- window.location.replace('/oxygen/view/auth/login');
187
+ window.location.replace('/oxygen/auth/login');
188
188
  }
189
189
 
190
190
  console.log('[LegacyPage] Loading', path);
@@ -60,7 +60,10 @@ export default {
60
60
  return Object.fromEntries(Object.entries(items).filter(([, item]) => this.userPermissions.has(item.permission)));
61
61
  },
62
62
  groupsWithPermission(groups) {
63
- return Object.fromEntries(Object.entries(groups).filter(([, group]) => this.userPermissions.hasOneOf(this.getPermissionsForGroup(group))));
63
+ return Object.fromEntries(Object.entries(groups)
64
+ .filter(([, group]) => this.userPermissions.hasOneOf(this.getPermissionsForGroup(group)))
65
+ .sort(([,groupA], [,groupB]) => (groupB.order ?? 0) - (groupA.order ?? 0))
66
+ );
64
67
  }
65
68
  }
66
69
  }
@@ -49,35 +49,35 @@ export default {
49
49
  }
50
50
 
51
51
  .login-theme-autumn {
52
- background-image: url('/vendor/oxygen/ui-theme/img/bg/autumn-min.jpg');
52
+ background-image: url('../../../assets/bg/autumn-min.jpg');
53
53
  }
54
54
 
55
55
  .login-theme-city {
56
- background-image: url('/vendor/oxygen/ui-theme/img/bg/city-min.jpg');
56
+ background-image: url('../../../assets/bg/city-min.jpg');
57
57
  }
58
58
 
59
59
  .login-theme-clouds {
60
- background-image: url('/vendor/oxygen/ui-theme/img/bg/clouds-min.jpg');
60
+ background-image: url('../../../assets/bg/clouds-min.jpg');
61
61
  }
62
62
 
63
63
  .login-theme-coast {
64
- background-image: url('/vendor/oxygen/ui-theme/img/bg/coast-min.jpg');
64
+ background-image: url('../../../assets/bg/coast-min.jpg');
65
65
  }
66
66
 
67
67
  .login-theme-speckles {
68
- background-image: url('/vendor/oxygen/ui-theme/img/bg/speckles-min.jpg');
68
+ background-image: url('../../../assets/bg/speckles-min.jpg');
69
69
  }
70
70
 
71
71
  .login-theme-trees {
72
- background-image: url('/vendor/oxygen/ui-theme/img/bg/trees-min.jpg');
72
+ background-image: url('../../../assets/bg/trees-min.jpg');
73
73
  }
74
74
 
75
75
  .login-theme-waves {
76
- background-image: url('/vendor/oxygen/ui-theme/img/bg/waves.jpg');
76
+ background-image: url('../../../assets/bg/waves.jpg');
77
77
  }
78
78
 
79
79
  .login-theme-yosemite {
80
- background-image: url('/vendor/oxygen/ui-theme/img/bg/yosemite-falls-min.jpg');
80
+ background-image: url('../../../assets/bg/yosemite-falls-min.jpg');
81
81
  }
82
82
 
83
83
  .login-theme-white {
@@ -230,7 +230,7 @@ export default {
230
230
  </script>
231
231
 
232
232
  <style scoped lang="scss">
233
- @import '../../styles/variables';
233
+ @import '../../styles/variables.scss';
234
234
  @import '../util.css';
235
235
 
236
236
  .box {
@@ -18,7 +18,7 @@
18
18
  </template>
19
19
 
20
20
  <script>
21
- import {API_ROOT} from "../../CrudApi";
21
+ import {getApiRoot} from "../../CrudApi";
22
22
  import {FetchBuilder, morphToNotification} from "../../api";
23
23
 
24
24
  export default {
@@ -35,7 +35,7 @@ export default {
35
35
  this.requestInFlight = true;
36
36
  this.hasServerLog = false;
37
37
  this.serverLog = '[generating...]';
38
- let result = await (FetchBuilder.default(this.$buefy, 'post')).fetch(API_ROOT + 'media/make-responsive');
38
+ let result = await (FetchBuilder.default(this.$buefy, 'post')).fetch(getApiRoot() + 'media/make-responsive');
39
39
  this.$buefy.toast.open(morphToNotification(result));
40
40
  this.requestInFlight = false;
41
41
  this.serverLog = result.log;
@@ -1,4 +1,4 @@
1
- @import '../../styles/variables';
1
+ @import '../../styles/variables.scss';
2
2
 
3
3
  .card-image {
4
4
  min-height: 6rem;
package/src/main.js CHANGED
@@ -87,12 +87,18 @@ export default class OxygenUI {
87
87
  makeAuthenticatedRoute(this.authenticatedRoutes)
88
88
  ])
89
89
  .concat(this.unauthenticatedRoutes)
90
- .concat([{
91
- path: '*',
92
- name: 'error404',
93
- component: Error404,
94
- meta: {title: 'Not found'}
95
- }]);
90
+ .concat([
91
+ {
92
+ path: '/not-found',
93
+ name: 'error404',
94
+ component: Error404,
95
+ meta: {title: 'Not found'}
96
+ },
97
+ {
98
+ path: '/*',
99
+ redirect: { name: 'error404' }
100
+ }
101
+ ]);
96
102
 
97
103
  const router = new Router({
98
104
  routes: routes,
@@ -105,6 +111,7 @@ export default class OxygenUI {
105
111
  this.app = new this.Vue({
106
112
  router: router,
107
113
  data: {
114
+ existingAppTitle: document.title,
108
115
  mainMenuItems: this.mainMenuItems
109
116
  },
110
117
  components: this.rootComponents,
@@ -1,22 +1,8 @@
1
1
  // Set your colors
2
2
  $primary: #0053b1;
3
- //$twitter: #4099FF;
4
3
 
5
- @import "~bulma/sass/utilities/_all";
4
+ @import "~bulma/sass/utilities/_all.sass";
6
5
 
7
6
  $menu-item-color: darken($grey, 5%);
8
7
  $menu-item-active-background-color: transparent;
9
8
  $menu-item-active-color: lighten($grey, 4%);
10
-
11
- // $menu-item-hover-background-color: rgba(255, 255, 255, 0.1);
12
- // $menu-item-hover-color: $white-bis;
13
- //$navbar-item-active-color: #fff;
14
- //$navbar-item-hover-background-color: #f3f3f9;
15
- //
16
- //// Links
17
- //$link: $primary;
18
- //$link-focus-border: $primary;
19
-
20
- // Import Bulma's core
21
- // TODO: wtf is going on here??
22
- @import "~bulma/sass/utilities/_all";
@@ -1,7 +1,7 @@
1
1
  @import "_variables.scss";
2
2
 
3
3
  // Import Bulma and Buefy styles
4
- @import "~bulma";
4
+ @import "~bulma/bulma.sass";
5
5
  @import "~buefy/src/scss/buefy";
6
6
 
7
7
  .navbar {