mirror of
https://github.com/status-im/chat.git
synced 2025-02-16 15:07:34 +00:00
add build with relative paths
This commit is contained in:
parent
6947b6715e
commit
ea8cb60cd7
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,7 +9,7 @@
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
#/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
16
build/asset-manifest.json
Normal file
16
build/asset-manifest.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"main.css": "./static/css/main.9a6004a0.chunk.css",
|
||||
"main.js": "./static/js/main.d51a40d3.chunk.js",
|
||||
"main.js.map": "./static/js/main.d51a40d3.chunk.js.map",
|
||||
"static/css/1.b4a31a49.chunk.css": "./static/css/1.b4a31a49.chunk.css",
|
||||
"static/js/1.85aad662.chunk.js": "./static/js/1.85aad662.chunk.js",
|
||||
"static/js/1.85aad662.chunk.js.map": "./static/js/1.85aad662.chunk.js.map",
|
||||
"runtime~main.js": "./static/js/runtime~main.4a686d48.js",
|
||||
"runtime~main.js.map": "./static/js/runtime~main.4a686d48.js.map",
|
||||
"static/css/main.9a6004a0.chunk.css.map": "./static/css/main.9a6004a0.chunk.css.map",
|
||||
"static/media/logo.svg": "./static/media/logo.5d5d9eef.svg",
|
||||
"static/css/1.b4a31a49.chunk.css.map": "./static/css/1.b4a31a49.chunk.css.map",
|
||||
"index.html": "./index.html",
|
||||
"precache-manifest.71f60bbcf7dea0932dd425f4d9bfba04.js": "./precache-manifest.71f60bbcf7dea0932dd425f4d9bfba04.js",
|
||||
"service-worker.js": "./service-worker.js"
|
||||
}
|
BIN
build/favicon.ico
Executable file
BIN
build/favicon.ico
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
1
build/index.html
Normal file
1
build/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="https://status.im/img/logo-32.png"/><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>Status Web</title><link href="./static/css/1.b4a31a49.chunk.css" rel="stylesheet"><link href="./static/css/main.9a6004a0.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(l){function e(e){for(var r,t,n=e[0],o=e[1],u=e[2],f=0,i=[];f<n.length;f++)t=n[f],p[t]&&i.push(p[t][0]),p[t]=0;for(r in o)Object.prototype.hasOwnProperty.call(o,r)&&(l[r]=o[r]);for(s&&s(e);i.length;)i.shift()();return c.push.apply(c,u||[]),a()}function a(){for(var e,r=0;r<c.length;r++){for(var t=c[r],n=!0,o=1;o<t.length;o++){var u=t[o];0!==p[u]&&(n=!1)}n&&(c.splice(r--,1),e=f(f.s=t[0]))}return e}var t={},p={2:0},c=[];function f(e){if(t[e])return t[e].exports;var r=t[e]={i:e,l:!1,exports:{}};return l[e].call(r.exports,r,r.exports,f),r.l=!0,r.exports}f.m=l,f.c=t,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(r,e){if(1&e&&(r=f(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var n in r)f.d(t,n,function(e){return r[e]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},f.p="./";var r=window.webpackJsonp=window.webpackJsonp||[],n=r.push.bind(r);r.push=e,r=r.slice();for(var o=0;o<r.length;o++)e(r[o]);var s=n;a()}([])</script><script src="./static/js/1.85aad662.chunk.js"></script><script src="./static/js/main.d51a40d3.chunk.js"></script></body></html>
|
15
build/manifest.json
Executable file
15
build/manifest.json
Executable file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
30
build/precache-manifest.71f60bbcf7dea0932dd425f4d9bfba04.js
Normal file
30
build/precache-manifest.71f60bbcf7dea0932dd425f4d9bfba04.js
Normal file
@ -0,0 +1,30 @@
|
||||
self.__precacheManifest = [
|
||||
{
|
||||
"revision": "5d5d9eefa31e5e13a6610d9fa7a283bb",
|
||||
"url": "./static/media/logo.5d5d9eef.svg"
|
||||
},
|
||||
{
|
||||
"revision": "4a686d48d5a089750c49",
|
||||
"url": "./static/js/runtime~main.4a686d48.js"
|
||||
},
|
||||
{
|
||||
"revision": "d51a40d3bfc99a83630a",
|
||||
"url": "./static/js/main.d51a40d3.chunk.js"
|
||||
},
|
||||
{
|
||||
"revision": "85aad662b0e90e4880fc",
|
||||
"url": "./static/js/1.85aad662.chunk.js"
|
||||
},
|
||||
{
|
||||
"revision": "d51a40d3bfc99a83630a",
|
||||
"url": "./static/css/main.9a6004a0.chunk.css"
|
||||
},
|
||||
{
|
||||
"revision": "85aad662b0e90e4880fc",
|
||||
"url": "./static/css/1.b4a31a49.chunk.css"
|
||||
},
|
||||
{
|
||||
"revision": "68b069d255f3f1c2b5337f9c6ee4e7aa",
|
||||
"url": "./index.html"
|
||||
}
|
||||
];
|
34
build/service-worker.js
Normal file
34
build/service-worker.js
Normal file
@ -0,0 +1,34 @@
|
||||
/**
|
||||
* Welcome to your Workbox-powered service worker!
|
||||
*
|
||||
* You'll need to register this file in your web app and you should
|
||||
* disable HTTP caching for this file too.
|
||||
* See https://goo.gl/nhQhGp
|
||||
*
|
||||
* The rest of the code is auto-generated. Please don't update this file
|
||||
* directly; instead, make changes to your Workbox build configuration
|
||||
* and re-run your build process.
|
||||
* See https://goo.gl/2aRDsh
|
||||
*/
|
||||
|
||||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
|
||||
|
||||
importScripts(
|
||||
"./precache-manifest.71f60bbcf7dea0932dd425f4d9bfba04.js"
|
||||
);
|
||||
|
||||
workbox.clientsClaim();
|
||||
|
||||
/**
|
||||
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
|
||||
* requests for URLs in the manifest.
|
||||
* See https://goo.gl/S9QRab
|
||||
*/
|
||||
self.__precacheManifest = [].concat(self.__precacheManifest || []);
|
||||
workbox.precaching.suppressWarnings();
|
||||
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|
||||
|
||||
workbox.routing.registerNavigationRoute("./index.html", {
|
||||
|
||||
blacklist: [/^\/_/,/\/[^\/]+\.[^\/]+$/],
|
||||
});
|
2
build/static/css/1.b4a31a49.chunk.css
Normal file
2
build/static/css/1.b4a31a49.chunk.css
Normal file
File diff suppressed because one or more lines are too long
1
build/static/css/1.b4a31a49.chunk.css.map
Normal file
1
build/static/css/1.b4a31a49.chunk.css.map
Normal file
File diff suppressed because one or more lines are too long
2
build/static/css/main.9a6004a0.chunk.css
Normal file
2
build/static/css/main.9a6004a0.chunk.css
Normal file
@ -0,0 +1,2 @@
|
||||
.sidebar{background-color:#4d394b}
|
||||
/*# sourceMappingURL=main.9a6004a0.chunk.css.map */
|
1
build/static/css/main.9a6004a0.chunk.css.map
Normal file
1
build/static/css/main.9a6004a0.chunk.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["/Users/iurimatias/Projects/Status/chat/src/components/ContextPanel.css","main.9a6004a0.chunk.css"],"names":[],"mappings":"AAAA,SACE,wBCCF","file":"main.9a6004a0.chunk.css","sourcesContent":[".sidebar {\n background-color: #4d394b;\n}\n",".sidebar {\n background-color: #4d394b;\n}\n\n"]}
|
2
build/static/js/1.85aad662.chunk.js
Normal file
2
build/static/js/1.85aad662.chunk.js
Normal file
File diff suppressed because one or more lines are too long
2
build/static/js/main.d51a40d3.chunk.js
Normal file
2
build/static/js/main.d51a40d3.chunk.js
Normal file
File diff suppressed because one or more lines are too long
2
build/static/js/runtime~main.4a686d48.js
Normal file
2
build/static/js/runtime~main.4a686d48.js
Normal file
@ -0,0 +1,2 @@
|
||||
!function(e){function r(r){for(var n,f,i=r[0],l=r[1],a=r[2],c=0,s=[];c<i.length;c++)f=i[c],o[f]&&s.push(o[f][0]),o[f]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,a||[]),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=f(f.s=t[0]))}return e}var n={},o={2:0},u=[];function f(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,f),t.l=!0,t.exports}f.m=e,f.c=n,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,r){if(1&r&&(e=f(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)f.d(t,n,function(r){return e[r]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},f.p="./";var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var p=l;t()}([]);
|
||||
//# sourceMappingURL=runtime~main.4a686d48.js.map
|
7
build/static/media/logo.5d5d9eef.svg
Normal file
7
build/static/media/logo.5d5d9eef.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 841.9 595.3">
|
||||
<g fill="#61DAFB">
|
||||
<path d="M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3zm-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9zm-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9zm32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1zM421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32zm-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24 4.7 8 9.5 15.8 14.4 23.4zM420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32zm-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9zm-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6 0-15.7 22.9-35.6 58.3-50.6 8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2zM310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7zm237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1zm38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6zM320.8 78.4z"/>
|
||||
<circle cx="420.9" cy="296.5" r="45.7"/>
|
||||
<path d="M520.5 78.1z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
@ -2,6 +2,7 @@
|
||||
"name": "status-js-web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"homepage": "./",
|
||||
"dependencies": {
|
||||
"@areknawo/rex": "^2.0.0",
|
||||
"@babel/runtime-corejs2": "^7.3.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user