schneidermanuel / TwitchLeecher-Dx

Twitch Leecher DX - The Broadcast Downloader
MIT License
112 stars 5 forks source link

Theme Issue? Droplist broken #18

Closed mistergom closed 4 months ago

mistergom commented 5 months ago

I can add channels, but the button that allowed me to open the droplist is no longer there, on the Search Page and in the Settings... It was ok with the version 3.3.2. And the theme seems "broken" (tabs, layout) in the recent version from 3.4.0...

Thanks for your help and keep up the GREAT work!

W11 64bits 23H2

Screenshot_004629

Screenshot_004630

mistergom commented 5 months ago

Ah! I already did a clean install and also tried to import the settings from the previous working version, without any good result...

mistergom commented 5 months ago

Screenshots from 3.3.2

Screenshot_004631 Screenshot_004632

mistergom commented 5 months ago

Oh, I've just noticed that if I type the name of one of my favorite channels, the dropdown opens, but oddly...

Screenshot_004633

schneidermanuel commented 5 months ago

For a bit of Context, the "old UI" before 3.4, was built using WPF which is outdated. In 3.4, I rewrote the UI completly, with AvaloniaUI. So when completly rewriting something, bugs are expected... Avalonia does not provide any editable dropdown control, so I am instead using a normal textbox with autocompletion for you favorite channels. I know this is not perfect, but It works until I have a better fix for this or Avalonia provides an editable dropdown. As for the tabs, this should be fixed in 3.5.2.

mistergom commented 5 months ago

Thanks for the info, interesting!

Regarding the tabs, same issue with 3.5.2

Screenshot_004634

schneidermanuel commented 5 months ago

It looks different, but they work! With 3.4.2, they did not work as expected

mistergom commented 4 months ago

Thanks a lot for the updates! Great job and good luck for the future! ;)

mistergom commented 4 months ago

Just one tiny detail about graphics. The font in the droplist appears white on a white background.

Screenshot_004801 Screenshot_004802

schneidermanuel commented 4 months ago

@mistergom this is an issue in the "light" theme. You can get the dark theme by changing your window's settings, it looks better in the dark mode. From the next version on, TwitchlLecher-DX will use the dark version, no matter what you use in windows.

mistergom commented 4 months ago

OK I see, thank you!