Skip to content

Commit 69b0a78

Browse files
release v1.3.0
1 parent 7e257e3 commit 69b0a78

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3288
-99
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
# [1.3.0]
4+
5+
### Updated
6+
- Update packages
7+
8+
### Fixed
9+
- Header button on md adjusting
10+
- Dashboard page make more responsive
11+
- Notification page fix
12+
- Tables page fix TableBody paddings
13+
314
# [1.2.3]
415

516
### Updated

docs/asset-manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": {
3+
"main.js": "/static/js/main.7e9c16a9.chunk.js",
4+
"main.js.map": "/static/js/main.7e9c16a9.chunk.js.map",
5+
"runtime-main.js": "/static/js/runtime-main.28117c19.js",
6+
"runtime-main.js.map": "/static/js/runtime-main.28117c19.js.map",
7+
"static/css/2.b5d9c72d.chunk.css": "/static/css/2.b5d9c72d.chunk.css",
8+
"static/js/2.fa49174a.chunk.js": "/static/js/2.fa49174a.chunk.js",
9+
"static/js/2.fa49174a.chunk.js.map": "/static/js/2.fa49174a.chunk.js.map",
10+
"index.html": "/index.html",
11+
"precache-manifest.a3cb0729c3d74624a433ebff641df3dd.js": "/precache-manifest.a3cb0729c3d74624a433ebff641df3dd.js",
12+
"service-worker.js": "/service-worker.js",
13+
"static/css/2.b5d9c72d.chunk.css.map": "/static/css/2.b5d9c72d.chunk.css.map",
14+
"static/js/2.fa49174a.chunk.js.LICENSE.txt": "/static/js/2.fa49174a.chunk.js.LICENSE.txt",
15+
"static/media/font-awesome.min.css": "/static/media/fontawesome-webfont.fee66e71.woff",
16+
"static/media/google.svg": "/static/media/google.695a3160.svg",
17+
"static/media/logo.svg": "/static/media/logo.a0185b04.svg"
18+
},
19+
"entrypoints": [
20+
"static/js/runtime-main.28117c19.js",
21+
"static/css/2.b5d9c72d.chunk.css",
22+
"static/js/2.fa49174a.chunk.js",
23+
"static/js/main.7e9c16a9.chunk.js"
24+
]
25+
}

docs/favicon.ico

3.78 KB
Binary file not shown.

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><title>React Material Admin</title><meta name="description" content="React Material Admin is a React Template built with Material-UI"><meta name="keywords" content="react material, material ui admin, react template, react material admin, react material dashboard"><meta name="author" content="Flatlogic LLC."><link href="/static/css/2.b5d9c72d.chunk.css" rel="stylesheet"></head><body style="font-family:Roboto,sans-serif"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,a,i=r[0],l=r[1],f=r[2],p=0,s=[];p<i.length;p++)a=i[p],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(c&&c(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var l=t[i];0!==o[l]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/";var i=this["webpackJsonpreact-material-admin"]=this["webpackJsonpreact-material-admin"]||[],l=i.push.bind(i);i.push=r,i=i.slice();for(var f=0;f<i.length;f++)r(i[f]);var c=l;t()}([])</script><script src="/static/js/2.fa49174a.chunk.js"></script><script src="/static/js/main.7e9c16a9.chunk.js"></script></body></html>

docs/manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "React Material Admin",
3+
"name": "React Material Admin is a React Template built with Material-UI",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
}
10+
],
11+
"start_url": ".",
12+
"display": "standalone",
13+
"theme_color": "#536DFE",
14+
"background_color": "#ffffff"
15+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
self.__precacheManifest = (self.__precacheManifest || []).concat([
2+
{
3+
"revision": "94fa436f9958aa051f72d7a31c732563",
4+
"url": "/index.html"
5+
},
6+
{
7+
"revision": "53fb2ac42abe81ee204c",
8+
"url": "/static/css/2.b5d9c72d.chunk.css"
9+
},
10+
{
11+
"revision": "53fb2ac42abe81ee204c",
12+
"url": "/static/js/2.fa49174a.chunk.js"
13+
},
14+
{
15+
"revision": "7d02737b1000ff1e4aedf1ef380f6e7b",
16+
"url": "/static/js/2.fa49174a.chunk.js.LICENSE.txt"
17+
},
18+
{
19+
"revision": "722aebd58f4ff79a60ce",
20+
"url": "/static/js/main.7e9c16a9.chunk.js"
21+
},
22+
{
23+
"revision": "df65b6e48d0f98cb4faf",
24+
"url": "/static/js/runtime-main.28117c19.js"
25+
},
26+
{
27+
"revision": "674f50d287a8c48dc19ba404d20fe713",
28+
"url": "/static/media/fontawesome-webfont.674f50d2.eot"
29+
},
30+
{
31+
"revision": "912ec66d7572ff821749319396470bde",
32+
"url": "/static/media/fontawesome-webfont.912ec66d.svg"
33+
},
34+
{
35+
"revision": "af7ae505a9eed503f8b8e6982036873e",
36+
"url": "/static/media/fontawesome-webfont.af7ae505.woff2"
37+
},
38+
{
39+
"revision": "b06871f281fee6b241d60582ae9369b9",
40+
"url": "/static/media/fontawesome-webfont.b06871f2.ttf"
41+
},
42+
{
43+
"revision": "fee66e712a8a08eef5805a46892932ad",
44+
"url": "/static/media/fontawesome-webfont.fee66e71.woff"
45+
},
46+
{
47+
"revision": "695a31606b1abb167b03fb1f6375831d",
48+
"url": "/static/media/google.695a3160.svg"
49+
},
50+
{
51+
"revision": "a0185b043dee68a72aebffdcc939e21e",
52+
"url": "/static/media/logo.a0185b04.svg"
53+
}
54+
]);

docs/service-worker.js

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/**
2+
* Welcome to your Workbox-powered service worker!
3+
*
4+
* You'll need to register this file in your web app and you should
5+
* disable HTTP caching for this file too.
6+
* See https://goo.gl/nhQhGp
7+
*
8+
* The rest of the code is auto-generated. Please don't update this file
9+
* directly; instead, make changes to your Workbox build configuration
10+
* and re-run your build process.
11+
* See https://goo.gl/2aRDsh
12+
*/
13+
14+
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
15+
16+
importScripts(
17+
"/precache-manifest.a3cb0729c3d74624a433ebff641df3dd.js"
18+
);
19+
20+
self.addEventListener('message', (event) => {
21+
if (event.data && event.data.type === 'SKIP_WAITING') {
22+
self.skipWaiting();
23+
}
24+
});
25+
26+
workbox.core.clientsClaim();
27+
28+
/**
29+
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
30+
* requests for URLs in the manifest.
31+
* See https://goo.gl/S9QRab
32+
*/
33+
self.__precacheManifest = [].concat(self.__precacheManifest || []);
34+
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
35+
36+
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), {
37+
38+
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
39+
});

0 commit comments

Comments
 (0)