Skip to content

Commit

Permalink
Revert "#207: Draft for new design"
Browse files Browse the repository at this point in the history
This reverts commit 3c653ff.
  • Loading branch information
MaximilianZenz committed Jan 8, 2024
1 parent 3c653ff commit 99581b7
Show file tree
Hide file tree
Showing 40 changed files with 439 additions and 1,003 deletions.
Binary file added ui/favicon.ico
Binary file not shown.
4 changes: 1 addition & 3 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
<title>Binocular</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/reset/favicon.ico" />
<!-- <base href="/"> -->
</head>
<body>
<div id="root"></div>
<!-- <script type="module" src="./src/main.tsx"></script> -->
<script type="module" src="./index.tsx"></script>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>
16 changes: 0 additions & 16 deletions ui/index.tsx

This file was deleted.

136 changes: 33 additions & 103 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
"@codemirror/view": "^6.9.2",
"@fortawesome/fontawesome-common-types": "^6.5.1",
"@fortawesome/fontawesome-free": "^6.3.0",
"@reduxjs/toolkit": "^2.0.1",
"@types/chroma-js": "^2.4.1",
"@types/d3": "^7.4.1",
"@types/lodash": "^4.14.199",
"@types/pouchdb": "^6.4.2",
"@types/react-redux": "^7.1.33",
"@types/redux-actions": "^2.6.3",
"@types/redux-logger": "^3.0.12",
"@types/redux-socket.io": "^1.4.6",
Expand Down Expand Up @@ -70,12 +68,12 @@
"react-dom": "^18.2.0",
"react-measure": "^2.5.2",
"react-reach": "^0.4.1",
"react-redux": "^9.0.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-scroll": "^1.8.4",
"react-tippy": "^1.4.0",
"react-transition-group": "^4.4.2",
"redux": "^5.0.0",
"redux": "^4.2.1",
"redux-actions": "^3.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.2.2",
Expand Down
Empty file.
13 changes: 0 additions & 13 deletions ui/src/components/Footer/Footer.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions ui/src/components/LoadingSpinner/LoadingSpinner.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions ui/src/components/Navbar/Navbar.scss

This file was deleted.

Loading

0 comments on commit 99581b7

Please sign in to comment.