Directories sizes in details view (#656)

* translations

* folder size in details view

* dir size subscription

* waldir instead of recursion

* opitonal size with calculating label waiting for subscription

* removed not necessary code

* Bug fixes

---------

Co-authored-by: Jeremy Soller <jackpot51@gmail.com>
This commit is contained in:
francesco-gaglione 2024-11-15 23:24:52 +01:00 committed by GitHub
parent b76484457f
commit 5f944a3059
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 109 additions and 14 deletions

View file

@ -135,6 +135,7 @@ fn network_scan(uri: &str, sizes: IconSizes) -> Result<Vec<tab::Item>, String> {
selected: false,
highlighted: false,
overlaps_drag_rect: false,
size: None,
});
}
Ok(items)