-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
102 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig> |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,43 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="has-spinner-active has-aside-left has-aside-mobile-transition has-navbar-fixed-top"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<link rel="icon" href="<%= BASE_URL %>favicon.png"> | ||
<title>Admin Null — Vue Bulma Dashboard Premium</title> | ||
|
||
<!-- Fonts --> | ||
<link rel="dns-prefetch" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<noscript> | ||
<strong>We're sorry but admin-null-vue-bulma-dashboard-premium doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<!-- SEO --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="img/icons/apple-icon-180x180.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="img/icons/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="img/icons/favicon-16x16.png" /> | ||
<link rel="manifest" href="manifest.json" /> | ||
<meta name="msapplication-TileColor" content="#fff" /> | ||
<meta name="theme-color" content="#d9ad26" /> | ||
<link rel="icon" href="<%= BASE_URL %>favicon.ico" /> | ||
<title>AAAIMX Admin | Productivity</title> | ||
|
||
<div id="spinner" class="spinner"> | ||
<div class="spinner-container"> | ||
<div class="sk-double-bounce"> | ||
<div class="sk-child sk-double-bounce1"></div> | ||
<div class="sk-child sk-double-bounce2"></div> | ||
</div> | ||
<!-- Fonts --> | ||
<link rel="dns-prefetch" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<noscript> | ||
<strong>We're sorry but admin-null-vue-bulma-dashboard-premium doesn't work properly without JavaScript enabled. | ||
Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
|
||
<div id="spinner" class="spinner"> | ||
<div class="spinner-container"> | ||
<div class="sk-double-bounce"> | ||
<div class="sk-child sk-double-bounce1"></div> | ||
<div class="sk-child sk-double-bounce2"></div> | ||
</div> | ||
</div> | ||
<!-- built files will be auto injected --> | ||
<link href="https://cdn.materialdesignicons.com/4.9.95/css/materialdesignicons.min.css" rel="stylesheet" type="text/css"> | ||
</body> | ||
</html> | ||
</div> | ||
<!-- built files will be auto injected --> | ||
<link href="https://cdn.materialdesignicons.com/4.9.95/css/materialdesignicons.min.css" rel="stylesheet" | ||
type="text/css"> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"name": "admin-null-vue-bulma-dashboard", | ||
"short_name": "admin-null-vue-bulma-dashboard", | ||
"name": "AAAIMX Productivity Manager", | ||
"short_name": "AAAIMX Productivity Manager", | ||
"icons": [ | ||
{ | ||
"src": "./img/icons/android-chrome-192x192.png", | ||
"src": "/aaaimx-admin/img/icons/android-icon-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "./img/icons/android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"src": "/aaaimx-admin/img/icons/ms-icon-310x310.png", | ||
"sizes": "310x310", | ||
"type": "image/png" | ||
} | ||
], | ||
"start_url": "./index.html", | ||
"start_url": "/aaaimx-admin/index.html", | ||
"display": "standalone", | ||
"background_color": "#000000", | ||
"theme_color": "#4DBA87" | ||
"background_color": "#fff", | ||
"theme_color": "#d9ad26" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
workbox.setConfig({ | ||
debug: false | ||
}) | ||
|
||
workbox.precaching.precacheAndRoute([]) | ||
|
||
workbox.routing.registerRoute( | ||
/\.(?:png|gif|jpg|jpeg|svg)$/, | ||
workbox.strategies.staleWhileRevalidate({ | ||
cacheName: 'images', | ||
plugins: [ | ||
new workbox.expiration.Plugin({ | ||
maxEntries: 60, | ||
maxAgeSeconds: 30 * 24 * 60 * 60 // 30 Days | ||
}) | ||
] | ||
}) | ||
) | ||
|
||
workbox.routing.registerRoute( | ||
new RegExp('https://aaaimx-admin.herokuapp.com'), | ||
workbox.strategies.networkFirst({ | ||
cacheName: 'api' | ||
}) | ||
) | ||
|
||
workbox.routing.registerRoute( | ||
new RegExp('https://fonts.(?:googleapis|gstatic).com/(.*)'), | ||
workbox.strategies.cacheFirst({ | ||
cacheName: 'googleapis', | ||
plugins: [ | ||
new workbox.expiration.Plugin({ | ||
maxEntries: 30 | ||
}) | ||
] | ||
}) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters