File Size Display Improvements
File Manager Renders Twice
This is common on React 18 projects. Might be because of the strict mode thingy
https://react.dev/reference/react/StrictMode
Its weird, but it helps finding out bugs
Pinning System Improvements
0d2a73b508
Merge branch 'develop' of git.lumeweb.com:LumeWeb/portal-dashboard into develop
3c767f8e05
fix: pinning progress bar is now fully working
2cb1ed558a
Merge branch 'develop' of git.lumeweb.com:LumeWeb/portal-dashboard into develop
10610db63e
fix: cannot upload if there are no files
Pinning System Improvements
Ok this worked once but i see the error you mentioned, the issues is that we are expecting a response from the pin
endpoint. The thing is that when that response arrives the file is already…
File Table Improvements