-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Feature: Show size when hovering over recycling bin #10904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d9f6acb
Save changes
hecksmosis e1a8267
Save changes
hecksmosis 5731b85
Merge branch 'main' of https://github.com/files-community/Files into …
hecksmosis aed1503
save more changes
hecksmosis 5688928
save more changes
hecksmosis 5c346bb
Display recycle bin size in tooltip
hecksmosis ae350f5
Fix conflicts
hecksmosis a70b5b1
Refresh in file watcher
hecksmosis 8f9a13e
Update Win32StorageEnumerator.cs
hecksmosis 11aae4e
Update FolderHelpers.cs
hecksmosis 4996838
Update UniversalStorageEnumerator.cs
hecksmosis 4ffccaa
Update Win32StorageEnumerator.cs
hecksmosis f21dcc8
Update SidebarViewModel.cs
hecksmosis 2989a54
Minor fixes
hecksmosis 4028088
Remove changes to the sidebar
hecksmosis a6d33c1
Update SidebarControl.xaml.cs
hecksmosis 5f379d2
Remove debug Logger call
hecksmosis 17e2efd
Some refactoring
hecksmosis 5dad5fc
Requested changes
hecksmosis 8def1bb
Revert changes to RecycleBinManager
hecksmosis 533f92e
Requested Changes
hecksmosis f6f7e4a
Fix spacing
hecksmosis 052704c
Fix spacing
hecksmosis dba1f69
Merge branch 'main' into recyclebinsize
hecksmosis 77b09c3
Fixed indent
QuaintMako 1a04bf6
Fixed indent
QuaintMako efc6c25
Merge branch 'main' into recyclebinsize
yaira2 4dad6b7
Merge branch 'main' of https://github.com/files-community/Files into …
gave92 288ee4d
Minor changes
gave92 a183906
Update LocationItem.cs
hecksmosis e2be6f3
Update Resources.resw
hecksmosis ca90155
Merge branch 'main' into recyclebinsize
yaira2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1233,4 +1233,4 @@ public class NavItemDataTemplateSelector : DataTemplateSelector | |
}; | ||
} | ||
} | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -605,4 +605,4 @@ public GridLength TabControlMargin | |
set => SetProperty(ref tabControlMargin, value); | ||
} | ||
} | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.