Skip to content

Commit

Permalink
[feat] create new dataset action (#2778)
Browse files Browse the repository at this point in the history
* [feat] create new dataset action

- createNewDataEntry now returns a react-palm task to create or update a dataset asynchronously.
- updateVisDataUpdater now returns tasks to create or update a dataset asynchronously, and once done triggers createNewDatasetSuccess action.
- refactoring of demo-app App and Container to functional components

Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Co-authored-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
igorDykhta and heshan0131 authored Nov 26, 2024
1 parent a253cae commit 5b4f653
Show file tree
Hide file tree
Showing 50 changed files with 1,132 additions and 679 deletions.
1 change: 1 addition & 0 deletions examples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"react-virtualized": "^9.21.0",
"redux": "^4.2.1",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^1.0.0",
"styled-components": "^4.1.3"
},
Expand Down
Loading

0 comments on commit 5b4f653

Please sign in to comment.