NCEAS / metacatui

MetacatUI: A client-side web interface for DataONE data repositories
https://nceas.github.io/metacatui
Apache License 2.0
42 stars 28 forks source link

Move repeated method to Utilities module #2484

Closed robyngit closed 2 months ago

robyngit commented 4 months ago

The bytesToSize method is repeated in multiple files. This method should be moved to the Utilities module so that it can be used in multiple places without repeating the code, making it easier to maintain and update.

This will also help reduce the size of some of our larger files and make it easier to continue implementation of the file hierarchy table.