Skip to content

Commit 3fead56

Browse files
authored
Merge pull request #183 from AgainIoT/main
Functional Test Review
2 parents 9d06803 + 8fced1f commit 3fead56

Some content is hidden

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

87 files changed

+31290
-428
lines changed

LICENSE.spdx

Lines changed: 25116 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@
2121
"@uiw/react-markdown-preview": "^4.1.15",
2222
"@uiw/react-md-editor": "^3.23.5",
2323
"axios": "^1.5.0",
24+
"chart.js": "^4.4.0",
2425
"env-cmd": "^10.1.0",
26+
"github-formschema-converter": "^0.0.2",
27+
"interweave": "^13.1.0",
2528
"prop-types": "^15.8.1",
2629
"react": "^18.2.0",
2730
"react-beautiful-dnd": "^13.1.1",
31+
"react-chartjs-2": "^5.2.0",
2832
"react-dom": "^18.2.0",
2933
"react-modal": "^3.16.1",
3034
"react-query": "^3.39.3",
@@ -33,6 +37,7 @@
3337
"react-slick": "^0.29.0",
3438
"react-window": "^1.8.9",
3539
"recoil": "^0.7.7",
40+
"recoil-persist": "^5.1.0",
3641
"slick-carousel": "^1.8.1",
3742
"styled-components": "^6.0.6",
3843
"styled-reset": "^4.5.1",

public/index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Open-Set-Go</title>
45
<meta charset="utf-8" />
56
<link rel="icon" href="%PUBLIC_URL%/logo.svg" />
67
<meta name="viewport" content="width=device-width, initial-scale=1" />
78
<meta name="theme-color" content="#000000" />
89
<meta
910
name="description"
10-
content="Web site created using create-react-app"
11+
content="Best option for open your project, set it open-source friendly, and go programming."
1112
/>
13+
<!-- preview info when sharing on social network -->
14+
<meta property="og:url" content="https://www.open-set-go.com">
15+
<meta property="og:title" content="Open-Set-Go">
16+
<meta property="og:image" content="%PUBLIC_URL%/lovo.svg">
17+
<meta property="og:description" content="Best option for open your project, set it open-source friendly, and go programming.">
18+
<meta property="og:site_name" content="Open-Set-Go">
19+
<meta property="og:locale" content="en_US">
20+
<!-- <meta property="og:image:width" content="1200"> -->
21+
<!-- <meta property="og:image:height" content="630"> -->
22+
1223
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1324
<!--
1425
manifest.json provides metadata used when your web app is installed on a
@@ -24,7 +35,6 @@
2435
work correctly both with client-side routing and a non-root public URL.
2536
Learn how to configure a non-root public URL by running `npm run build`.
2637
-->
27-
<title>Open-Set-Go</title>
2838
</head>
2939
<body>
3040
<noscript>You need to enable JavaScript to run this app.</noscript>

public/manifest.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44
"icons": [
55
{
66
"src": "logo.svg",
7-
"sizes": "64x64 32x32 24x24 16x16",
8-
"type": "image/x-icon"
7+
"type": "image/x-icon",
8+
"sizes": "64x64 32x32 24x24 16x16"
99
},
1010
{
1111
"src": "logo192.png",
1212
"type": "image/png",
13-
"sizes": "192x192"
13+
"sizes": "192x192",
14+
"purpose": "any maskable"
1415
},
1516
{
1617
"src": "Logo512.png",
1718
"type": "image/png",
18-
"sizes": "512x512"
19+
"sizes": "512x512",
20+
"purpose": "any maskable"
1921
}
2022
],
2123
"start_url": ".",

public/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# https://www.robotstxt.org/robotstxt.html
22
User-agent: *
33
Disallow:
4+
Sitemap: http://www.open-set-go.com/sitemap.xml

public/sitemap.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
8+
9+
10+
<url>
11+
<loc>https://www.open-set-go.com/</loc>
12+
<lastmod>2023-10-25T14:41:33+00:00</lastmod>
13+
</url>
14+
15+
16+
</urlset>

src/assets/icons/arrowLongRight.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/icons/gitFork.svg

Lines changed: 4 additions & 0 deletions
Loading

src/assets/icons/github.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/images/checkCodeQL.svg

Lines changed: 23 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)