Skip to content

Commit bf2e2da

Browse files
Merge branch 'develop' into main
2 parents 17e5367 + cc0a6c6 commit bf2e2da

File tree

67 files changed

+568
-381
lines changed

Some content is hidden

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

67 files changed

+568
-381
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ repos:
99
rev: v2.2.1
1010
hooks:
1111
- id: prettier
12-
files: \.[j]sx?$ # *.js and *.jsx
12+
files: \.[j]sx?|\.css$ # *.js, *.jsx and css
1313
types: [file]
14+
exclude: docs/
1415

1516
- repo: https://github.com/pre-commit/mirrors-eslint
1617
rev: v7.19.0
1718
hooks:
1819
- id: eslint
1920
files: \.[j]sx?$ # *.js and *.jsx
2021
types: [file]
22+
exclude: docs/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Once inside the container you can build the documentation as follows:
3232
```
3333
yarn guide:build
3434
```
35+
**INFO:** if you experience problems with the previous command try deleting the `docs/` folder and then executing the command again.
3536

3637
If rather than build you want to launch a development server for the documentation, you can do so as follows:
3738
```

docs/asset-manifest.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.da8110f3.chunk.css",
4-
"main.js": "/build/main.b3548170.js",
5-
"runtime-main.js": "/build/bundle.e2439c58.js",
6-
"static/css/2.ee241de9.chunk.css": "/static/css/2.ee241de9.chunk.css",
7-
"build/2.7e38024c.js": "/build/2.7e38024c.js",
3+
"main.css": "/static/css/main.5d525922.chunk.css",
4+
"main.js": "/build/main.c599ed7b.js",
5+
"runtime-main.js": "/build/bundle.d151f8d1.js",
6+
"static/css/2.fe708519.chunk.css": "/static/css/2.fe708519.chunk.css",
7+
"build/2.00d82149.js": "/build/2.00d82149.js",
88
"Frontend_overview.svg": "/Frontend_overview.svg",
9-
"build/2.7e38024c.js.LICENSE.txt": "/build/2.7e38024c.js.LICENSE.txt",
9+
"build/2.00d82149.js.LICENSE.txt": "/build/2.00d82149.js.LICENSE.txt",
1010
"details.svg": "/details.svg",
1111
"index.html": "/index.html",
12-
"precache-manifest.301f93ba7ce01fda2330726a75eff62d.js": "/precache-manifest.301f93ba7ce01fda2330726a75eff62d.js",
1312
"redux-auth.drawio": "/redux-auth.drawio",
1413
"redux-auth.svg": "/redux-auth.svg",
1514
"redux-script-validation.svg": "/redux-script-validation.svg",
1615
"redux-ws-connection.drawio": "/redux-ws-connection.drawio",
1716
"redux-ws-connection.svg": "/redux-ws-connection.svg",
1817
"responsive-grid-state-machine.svg": "/responsive-grid-state-machine.svg",
19-
"service-worker.js": "/service-worker.js",
20-
"static/css/2.ee241de9.chunk.css.map": "/static/css/2.ee241de9.chunk.css.map",
21-
"static/css/main.da8110f3.chunk.css.map": "/static/css/main.da8110f3.chunk.css.map",
22-
"static/media/index.css": "/static/media/Montserrat-ThinItalic.3c2b290f.ttf"
18+
"static/css/2.fe708519.chunk.css.map": "/static/css/2.fe708519.chunk.css.map",
19+
"static/css/main.5d525922.chunk.css.map": "/static/css/main.5d525922.chunk.css.map",
20+
"static/media/index.css": "/static/media/Montserrat-ThinItalic.3096cb47.ttf"
2321
},
2422
"entrypoints": [
25-
"build/bundle.e2439c58.js",
26-
"static/css/2.ee241de9.chunk.css",
27-
"build/2.7e38024c.js",
28-
"static/css/main.da8110f3.chunk.css",
29-
"build/main.b3548170.js"
23+
"build/bundle.d151f8d1.js",
24+
"static/css/2.fe708519.chunk.css",
25+
"build/2.00d82149.js",
26+
"static/css/main.5d525922.chunk.css",
27+
"build/main.c599ed7b.js"
3028
]
3129
}

docs/build/2.00d82149.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/2.00d82149.js.LICENSE.txt

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2017 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/*!
14+
* @overview es6-promise - a tiny implementation of Promises/A+.
15+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
16+
* @license Licensed under MIT license
17+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
18+
* @version v4.2.8+1e68dce6
19+
*/
20+
21+
/*!
22+
* The buffer module from node.js, for the browser.
23+
*
24+
* @author Feross Aboukhadijeh <http://feross.org>
25+
* @license MIT
26+
*/
27+
28+
/*!
29+
* html2canvas 1.0.0-rc.7 <https://html2canvas.hertzen.com>
30+
* Copyright (c) 2020 Niklas von Hertzen <https://hertzen.com>
31+
* Released under MIT License
32+
*/
33+
34+
/*!
35+
* https://github.com/Starcounter-Jack/JSON-Patch
36+
* (c) 2017 Joachim Wester
37+
* MIT license
38+
*/
39+
40+
/*!
41+
* regjsgen 0.5.2
42+
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
43+
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
44+
*/
45+
46+
/*! *****************************************************************************
47+
Copyright (c) Microsoft Corporation. All rights reserved.
48+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
49+
this file except in compliance with the License. You may obtain a copy of the
50+
License at http://www.apache.org/licenses/LICENSE-2.0
51+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
52+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
53+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
54+
MERCHANTABLITY OR NON-INFRINGEMENT.
55+
See the Apache Version 2.0 License for specific language governing permissions
56+
and limitations under the License.
57+
***************************************************************************** */
58+
59+
/*! *****************************************************************************
60+
Copyright (c) Microsoft Corporation.
61+
62+
Permission to use, copy, modify, and/or distribute this software for any
63+
purpose with or without fee is hereby granted.
64+
65+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
66+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
67+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
68+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
69+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
70+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
71+
PERFORMANCE OF THIS SOFTWARE.
72+
***************************************************************************** */
73+
74+
/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
75+
76+
/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
77+
78+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
79+
80+
/**
81+
* @license
82+
* Lodash <https://lodash.com/>
83+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
84+
* Released under MIT license <https://lodash.com/license>
85+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
86+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
87+
*/
88+
89+
/**
90+
* A better abstraction over CSS.
91+
*
92+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
93+
* @website https://github.com/cssinjs/jss
94+
* @license MIT
95+
*/
96+
97+
/**
98+
* Prism: Lightweight, robust, elegant syntax highlighting
99+
*
100+
* @license MIT <https://opensource.org/licenses/MIT>
101+
* @author Lea Verou <https://lea.verou.me>
102+
* @namespace
103+
* @public
104+
*/
105+
106+
/** @license React v0.20.1
107+
* scheduler.production.min.js
108+
*
109+
* Copyright (c) Facebook, Inc. and its affiliates.
110+
*
111+
* This source code is licensed under the MIT license found in the
112+
* LICENSE file in the root directory of this source tree.
113+
*/
114+
115+
/** @license React v16.13.1
116+
* react-is.production.min.js
117+
*
118+
* Copyright (c) Facebook, Inc. and its affiliates.
119+
*
120+
* This source code is licensed under the MIT license found in the
121+
* LICENSE file in the root directory of this source tree.
122+
*/
123+
124+
/** @license React v17.0.1
125+
* react-dom.production.min.js
126+
*
127+
* Copyright (c) Facebook, Inc. and its affiliates.
128+
*
129+
* This source code is licensed under the MIT license found in the
130+
* LICENSE file in the root directory of this source tree.
131+
*/
132+
133+
/** @license React v17.0.1
134+
* react-jsx-runtime.production.min.js
135+
*
136+
* Copyright (c) Facebook, Inc. and its affiliates.
137+
*
138+
* This source code is licensed under the MIT license found in the
139+
* LICENSE file in the root directory of this source tree.
140+
*/
141+
142+
/** @license React v17.0.1
143+
* react.production.min.js
144+
*
145+
* Copyright (c) Facebook, Inc. and its affiliates.
146+
*
147+
* This source code is licensed under the MIT license found in the
148+
* LICENSE file in the root directory of this source tree.
149+
*/
150+
151+
//! moment.js
152+
153+
//!-------------- FACTORIES ------------

docs/build/2.7e38024c.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/build/2.7e38024c.js.LICENSE.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

docs/build/main.b3548170.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/main.c599ed7b.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<title>LOVE-frontend</title>
8-
<link rel="stylesheet" href="static/css/2.ee241de9.chunk.css">
9-
<link rel="stylesheet" href="static/css/main.da8110f3.chunk.css">
8+
<link rel="stylesheet" href="static/css/2.fe708519.chunk.css">
9+
<link rel="stylesheet" href="static/css/main.5d525922.chunk.css">
1010
</head>
1111
<body>
1212
<div id="rsg-root"></div>
13-
<script src="build/bundle.e2439c58.js"></script>
14-
<script src="build/2.7e38024c.js"></script>
15-
<script src="build/main.b3548170.js"></script>
13+
<script src="build/bundle.d151f8d1.js"></script>
14+
<script src="build/2.00d82149.js"></script>
15+
<script src="build/main.c599ed7b.js"></script>
1616
</body>
1717
</html>

docs/precache-manifest.301f93ba7ce01fda2330726a75eff62d.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)