Shows the activity window when adding a new file #142
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Siderus/Orion!142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix/157-progress-bar-while-adding"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed?
Added the activities window.
This is a WIP, but please take a look before I continue in this direction.
ready for review :)
We have also some tests that are failing... 😮
@ -106,8 +110,54 @@ export function addFilesFromFSPath (filePaths, _queryGateways = queryGateways) {if (!IPFS_CLIENT) return Promise.reject(ERROR_IPFS_UNAVAILABLE)can we add few lines of comments to describe why/what?
also here: comments
@ -286,6 +292,48 @@ app.on('start-orion', () => {startWelcome().then(startOrion)Few comments here?
Well done 👏