You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's great that the number of files in a folder can be seen in the bottom bar. It would be even better if the size of a folder were displayed to its right when you're outside the fodler.
Otherwise, when inside a folder, showing the sum of the sizes of all selected items / all contained files would also be a solution.
Many thanks!
The text was updated successfully, but these errors were encountered:
Related to ganeshrvel#349
Add functionality to calculate and display folder sizes in the file explorer.
* **FileExplorer.jsx**
- Import `calculateFolderSize` from `app/utils/files.js`.
- Add a function to calculate folder sizes and update state.
- Update the render method to display folder sizes.
* **FileExplorerTableFooterStatusBarRender.jsx**
- Import `calculateFolderSize` from `app/utils/files.js`.
- Add a function to calculate the total size of items in a folder.
- Update the render method to display the total size of items in a folder.
* **FileExplorerTableBodyListRender.jsx**
- Import `calculateFolderSize` from `app/utils/files.js`.
- Add a function to calculate and display folder sizes.
- Update the render method to display folder sizes.
* **files.js**
- Add a function `calculateFolderSize` to calculate the size of a folder.
It's great that the number of files in a folder can be seen in the bottom bar. It would be even better if the size of a folder were displayed to its right when you're outside the fodler.
Otherwise, when inside a folder, showing the sum of the sizes of all selected items / all contained files would also be a solution.
Many thanks!
The text was updated successfully, but these errors were encountered: