Lukáš Laštůvka

Results 49 comments of Lukáš Laštůvka
trafficstars

~~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.

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 ![image](https://github.com/files-community/Files/assets/84145589/3e583002-35d2-4835-ab98-cca0b47ff12b) 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.