try
try copied to clipboard
feat: Add directory size calculation and display for each try in the UI
Add Directory Size to Try Listing
This PR adds directory size to the try listing to help users see how much space each directory is consuming. This helps prevent the tries directory from getting out of hand and makes housekeeping easier when needed.
Changes
- Calculates the sizes using
du -k -d 1 - Displays on the UI with formatted size
UI Changes