Skip to content

Commit

Permalink
Changed React to Preact
Browse files Browse the repository at this point in the history
  • Loading branch information
Affolter Matias committed Jan 21, 2024
1 parent 83419b1 commit a933b1e
Show file tree
Hide file tree
Showing 74 changed files with 254 additions and 202 deletions.
5 changes: 3 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@
return new Promise(function(resolve, reject){

var _MAIN_JS_FILE_ENDS_WITH = "norris.min.js";
var _PRE_FILES = Array.of("/client/chunk_main_5a2dc592.min.js", "/client/chunk_main_7a2ee6b6.min.js","/client/chunk_main_7a2ee6b6.min.js","/client/chunk_main_8afe242f.min.js","/client/chunk_main_253ae210.min.js","/client/chunk_main_678f84af.min.js","/client/chunk_main_690b702c.min.js","/client/chunk_main_748942c6.min.js","/client/chunk_main_af9f4ef7.min.js","/client/chunk_main_d939e436.min.js","/client/chunk_main_df0f15aa.min.js", "/client/chunk_norris.min.js");
// "/client/chunk_main_5a2dc592.min.js", "/client/chunk_main_7a2ee6b6.min.js","/client/chunk_main_7a2ee6b6.min.js","/client/chunk_main_8afe242f.min.js","/client/chunk_main_253ae210.min.js","/client/chunk_main_678f84af.min.js","/client/chunk_main_690b702c.min.js","/client/chunk_main_748942c6.min.js","/client/chunk_main_af9f4ef7.min.js","/client/chunk_main_d939e436.min.js","/client/chunk_main_df0f15aa.min.js",
var _PRE_FILES = Array.of("/client/chunk_norris.min.js");
var _POST_FILES = Array.of( "/src/fonts/normative/index.css", "/src/fonts/industry/index.css", "/client/chunk_norris.min.js");

if (is_service_worker_activation_successful) { console.log("GREAT, the service worker has been activated with success.") } else {console.log("GOOD, the service worker installation has been ignored successfully.")}
Expand Down Expand Up @@ -295,6 +296,7 @@
_REGISTER_SERVICE_WORKER().catch(_RELOAD).then(_LISTEN_RELOAD);

</script>
<script async src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "3f18a915cd7d481d94711fdebfa555a2"}'></script>

<!-- Open graph metadata -->
<meta property="og:type" content="website"/>
Expand Down Expand Up @@ -341,5 +343,4 @@
<body class="loading">
<div id="app"></div>
</body>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "3f18a915cd7d481d94711fdebfa555a2"}'></script>
</html>
2 changes: 1 addition & 1 deletion client/chunk_0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_10.min.js

Large diffs are not rendered by default.

31 changes: 23 additions & 8 deletions client/chunk_10.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
/** @license React v16.14.0
* react-dom-server.browser.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*!
MIT License

Copyright (c) 2013 pieroxy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
3 changes: 1 addition & 2 deletions client/chunk_11.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_12.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_13.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion client/chunk_14.min.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions client/chunk_14.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/**
* workerpool.js
* https://github.com/josdejong/workerpool
*
* Offload tasks to a pool of workers on node.js and in the browser.
*
* @version 6.2.1
* @date 2022-04-11
*
* @license
* Copyright (C) 2014-2022 Jos de Jong <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
3 changes: 1 addition & 2 deletions client/chunk_15.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_16.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion client/chunk_17.min.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions client/chunk_17.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/**
* workerpool.js
* https://github.com/josdejong/workerpool
*
* Offload tasks to a pool of workers on node.js and in the browser.
*
* @version 6.2.1
* @date 2022-04-11
*
* @license
* Copyright (C) 2014-2022 Jos de Jong <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
2 changes: 1 addition & 1 deletion client/chunk_18.min.js

Large diffs are not rendered by default.

47 changes: 23 additions & 24 deletions client/chunk_18.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
/**
* workerpool.js
* https://github.com/josdejong/workerpool
*
* Offload tasks to a pool of workers on node.js and in the browser.
*
* @version 6.2.1
* @date 2022-04-11
*
* @license
* Copyright (C) 2014-2022 Jos de Jong <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/*!
MIT License

Copyright (c) 2013 pieroxy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
2 changes: 1 addition & 1 deletion client/chunk_19.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_2.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_20.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_21.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_22.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_23.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions client/chunk_24.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_25.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit a933b1e

Please sign in to comment.