Skip to content

Commit

Permalink
Added initialPath to HsdsProvider App Component
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed Aug 21, 2024
1 parent 3e0d736 commit 74b442d
Show file tree
Hide file tree
Showing 52 changed files with 2 additions and 2 deletions.
Empty file modified .env
100644 → 100755
Empty file.
Empty file modified .eslintrc.cjs
100644 → 100755
Empty file.
Empty file modified .github/dependabot.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/ci.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .yamllint.yml
100644 → 100755
Empty file.
Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified components/Chart/Chart.jsx
100644 → 100755
Empty file.
Empty file modified components/DataProvider/DataProvider.jsx
100644 → 100755
Empty file.
Empty file modified components/Footer/Footer.jsx
100644 → 100755
Empty file.
Empty file modified components/Header/Header.jsx
100644 → 100755
Empty file.
Empty file modified components/Icons/Arrow.jsx
100644 → 100755
Empty file.
Empty file modified components/Icons/Close.jsx
100644 → 100755
Empty file.
Empty file modified components/Icons/SearchIcon.jsx
100644 → 100755
Empty file.
Empty file modified components/Icons/SideBarToggle.jsx
100644 → 100755
Empty file.
Empty file modified components/Icons/Spinner.jsx
100644 → 100755
Empty file.
Empty file modified components/ImageSelect/ImageSelect.jsx
100644 → 100755
Empty file.
Empty file modified components/Instrument/Instrument.jsx
100644 → 100755
Empty file.
Empty file modified components/Investigations/Investigations.jsx
100644 → 100755
Empty file.
Empty file modified components/Sample/Sample.jsx
100644 → 100755
Empty file.
Empty file modified components/SearchComp/SearchComp.jsx
100644 → 100755
Empty file.
Empty file modified components/Sidebar/Sidebar.jsx
100644 → 100755
Empty file.
Empty file modified components/UI/Checkbox.jsx
100644 → 100755
Empty file.
Empty file modified components/UI/Expander.jsx
100644 → 100755
Empty file.
Empty file modified components/UI/SearchSelect.jsx
100644 → 100755
Empty file.
Empty file modified components/UI/Select.css
100644 → 100755
Empty file.
Empty file modified components/UI/Select.jsx
100644 → 100755
Empty file.
Empty file modified components/UI/SelectNumber.jsx
100644 → 100755
Empty file.
Empty file modified components/UnderDevelopent/UnderDevelopent.jsx
100644 → 100755
Empty file.
Empty file modified components/UploadFile/UploadFile.jsx
100644 → 100755
Empty file.
Empty file modified components/Wavelengths/Wavelengths.jsx
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion components/h5web/h5web.jsx
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function H5web({ domain }) {
password="system-public-user"
filepath={`${domain}`}
>
<App />
<App initialPath="/"/>
</HsdsProvider>
</div>
</div>
Expand Down
Empty file modified data/placeholder.js
100644 → 100755
Empty file.
Empty file modified data/providers.js
100644 → 100755
Empty file.
Empty file modified data/q_query.js
100644 → 100755
Empty file.
Empty file modified data/reference.js
100644 → 100755
Empty file.
Empty file modified data/sample.json
100644 → 100755
Empty file.
Empty file modified index.html
100644 → 100755
Empty file.
Empty file modified package-lock.json
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified public/charisma_logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified public/close.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified public/favicon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified public/sidebarIcon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified public/vite.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ h1 {
}

.expander {
border: 1px solid light-dark(#838383, #7b7b7b);
border: 1px solid light-dark(#a5a5a5, #3c3c3c);
padding: 0.8rem;
border-radius: 6px;
margin: 0 0 0.5rem 0;
Expand Down
Empty file modified src/App.jsx
100644 → 100755
Empty file.
Empty file modified src/assets/react.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/index.css
100644 → 100755
Empty file.
Empty file modified src/main.jsx
100644 → 100755
Empty file.
Empty file modified vite.config.js
100644 → 100755
Empty file.

0 comments on commit 74b442d

Please sign in to comment.