0x5BFA

Results 133 issues of 0x5BFA

### Summary This is the stage 1. 1. Refactor around the pane holder page (here) 2. Introduce the generation service ### Resolved / Related Issues To prevent extra work, all...

### Summary I'd like to provide single and simple way of compression and decompression. In this effort, I'd also like to use `ILocatableStorable` to identify compression folder or decompression destination...

needs-code review

### Resolved / Related Issues To prevent extra work, all changes to the Files codebase must link to an approved issue marked as `Ready to build`. Please insert the issue...

### Resolved / Related Issues To prevent extra work, all changes to the Files codebase must link to an approved issue marked as `Ready to build`. Please insert the issue...

needs-code review

# Preface While we have implemented TextBlocks and respective bindable string properties, it's almost impossible and not an effective way to create numerous numbers of columns that are provided by...

### Describe the bug Let's align inner content too; otherwise, it looks ugly when you collapse fully. ### Steps to reproduce ```text 1. Use calc app going to Settings page....

### Describe the bug When you hover on an inner SettingControl of a SettingsExpander, you would notice that the top boder vanishes. Normal: ![image](https://github.com/CommunityToolkit/Windows/assets/62196528/28595f2f-8abe-45d3-b170-7af6ab835223) Pointer over: ![image](https://github.com/CommunityToolkit/Windows/assets/62196528/a08fb20f-f225-46be-a84f-9ed81288fcdf) ### Steps to...

bug
ux 🖌️
components::controls::settingscontrols

### Resolved / Related Issues To prevent extra work, all changes to the Files codebase must link to an approved issue marked as `Ready to build`. Please insert the issue...

needs-code review

### Description Everytime I open properties window, the window size is reset. Should remain previous size. ### Steps To Reproduce 1. Open proeprties window 2. Resize 3. Close and re-open...

feature request
area-properties window

### Description Widget pages have a very complicated codebase such as hooking events in Home page triggered in each widgets. I think this is because of associatedInstance but we can...