Skip to content

Commit

Permalink
Update the viz
Browse files Browse the repository at this point in the history
  • Loading branch information
balagurova committed Dec 17, 2024
1 parent 5bfa519 commit 8958540
Show file tree
Hide file tree
Showing 49 changed files with 2,630 additions and 4,013 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"no-nested-ternary": 0,
"react/no-array-index-key": 0,
"react/react-in-jsx-scope": 0,
"@typescript-eslint/no-explicit-any": 0,
"jsx-quotes": [2, "prefer-single"],
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/azure-static-web-apps-lemon-tree-0968b0103.yml

This file was deleted.

42 changes: 24 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/undp-logo-blue.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UNDP Data Futures Exchange</title>
<link rel="stylesheet" href="https://use.typekit.net/jtg8msg.css" />
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/mainStyleSheet.css">
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/StyleForGraphingInterface.css">
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/StyleForGraph.css">
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/undp-logo-blue.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UNDP Data Futures Exchange</title>
<link rel="stylesheet" href="https://use.typekit.net/jtg8msg.css" />
<link
rel="stylesheet"
href="https://undp-data.github.io/stylesheets-for-viz/style/mainStyleSheet.css"
/>
<link
rel="stylesheet"
href="https://undp-data.github.io/stylesheets-for-viz/style/StyleForGraphingInterface.css"
/>
<link
rel="stylesheet"
href="https://undp-data.github.io/stylesheets-for-viz/style/StyleForGraph.css"
/>
</head>
<body>
<div data-viz-app></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading

0 comments on commit 8958540

Please sign in to comment.