Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6f06eca
WIP: Implementing dynamic retrieval of data
gareth-j Aug 30, 2023
1202f8c
WIP: Creating data structure with only the default data
gareth-j Aug 31, 2023
2ed6390
Added in async file retrieval and now adding metadata retrieval
gareth-j Aug 31, 2023
38e3023
Tidy code layout
gareth-j Aug 31, 2023
4eddfe0
WIP: Adding async data stuff
gareth-j Aug 31, 2023
1f94e14
Fix async retrieve
gareth-j Sep 1, 2023
20529b1
Reduce number of functions
gareth-j Sep 1, 2023
8af9236
Add data to store WIP..
gareth-j Sep 1, 2023
23588f7
WIP: Adding partial update of state
gareth-j Sep 1, 2023
b0d8bb8
Update only specified key and copy
gareth-j Sep 5, 2023
d80d833
Merging in changes on main
gareth-j Sep 5, 2023
c1c36ce
Tidy to correct retrieval of metadata and storing of nulls
gareth-j Sep 5, 2023
8dc11ed
WIP: Mostly working, need metadata for line plot
gareth-j Sep 5, 2023
ba0fc84
Adding metastore
gareth-j Sep 5, 2023
dc5fa51
WIP: Site structure build working, default source not being set corre…
gareth-j Sep 5, 2023
5720ba2
Retrieval of data working, some tidying of interface and loading/down…
gareth-j Sep 6, 2023
9c3731b
Working except initial load doesn't retrieve data on time
gareth-j Sep 6, 2023
c816016
Retrieval and initial plot working, added defaults.json to set defaults
gareth-j Sep 7, 2023
1c28116
Swap dropdown and clear buttons around
gareth-j Sep 7, 2023
6ab6269
Remove unused default settings, added try catch for filename lookup
gareth-j Sep 20, 2023
eae7cba
Removed commented out regex lines as we won't use those
gareth-j Sep 20, 2023
d69c472
auth0
SutarPrasad Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@auth0/auth0-spa-js": "^2.1.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.3",
Expand Down
Loading