Quaint Mako
Quaint Mako
**Resolved / Related Issues** - Closes #9561 **What has been done** - Added Restore action to recycle bin flyout when nothing is selected. - Added Restore action to inner toolbar...
### Description Some code is duplicated between `DetailsLayoutBrowser.xaml.cs, `GridViewBrowser.xaml.cs` and `ColumnViewBase.xaml.cs`. Sometimes it's entire methods, sometimes it's only partial bits. These classes are already inheriting from `BaseLayout.cs`. The duplicated code...
### What feature or improvement do you think would benefit Files? With #12549, folder information is now displayed when no item is selected. However, when in the root folder, the...
### Description Several windows / menus in the application does not use the custom font where we could expect it to. Some notable examples can be: - The Properties Window...
### Description Through the code, we can find some pieces of code looking like : ``` foreach (obj o in objectCollection) { await AsyncMethod(o); } ``` It is not the...
### Description When creating an archive, the size of the archive is not displayed correctly in the view. Refreshing the page displays the correct size. ### Steps To Reproduce 1-...