Lukáš Laštůvka
Lukáš Laštůvka
~~I did a complex migration from RESW to YML, here I placed all comments above the values by default https://github.com/XTorLukas/Files/tree/xtorlukas/TestImplementYamlResourceManager/src/Files.App.Resources/Strings~~ Now using RESW to JSON
## My idea would be this: ### Structure for key string holder ```cs public ref struct StringsStandartBase { public required ReadOnlySpan Key { get; init; } public static implicit operator...
> @yaira2 i guess we can close this I agree, that's already been resolved.
Need testing
Set `SidebarDisplayMode.Minimal` on initial load and update display mode before loading. This will cause the display to be set correctly.
> What are the steps to repro this issue? 1. Set as collapsed  2. Close 3. Open a new instances of the Files app 4. Sometimes there are problems...
> @XTorLukas How about? For me the problem is no longer manifested, for me this is resolved, if you are going to rework this there is an option to close...
@yaira2 I've apparently managed to detect a bug. After much debugging I found the following: 1. Initialization is done before calling loaded 2. After Loaded, the state is set and...
I will close this PR for now, the problem will be resolved in another PR.