Skip to content

Commit

Permalink
Merge pull request #7 from jacobfilik/element_filter
Browse files Browse the repository at this point in the history
hack in the header and element selector
  • Loading branch information
jacobfilik authored Aug 22, 2024
2 parents cbc7240 + de09f0f commit 74ac6c7
Show file tree
Hide file tree
Showing 18 changed files with 224 additions and 1,554 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dist
dist-ssr
*.local

public/webxdiviewer**

.pnpm-store/**

# Editor directories and files
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"axios": "^1.7.4",
"ndarray": "^1.0.19",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
Expand Down
34 changes: 34 additions & 0 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 74ac6c7

Please sign in to comment.