Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Arrow direction broken after "fix" in Material UI #788

Open
CeezusCrisp opened this issue May 15, 2024 · 1 comment
Open

[Bug] Arrow direction broken after "fix" in Material UI #788

CeezusCrisp opened this issue May 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@CeezusCrisp
Copy link

Describe the bug
Arrow direction only points to the right now regardless of whether menu is expanded or collapsed. Current design does not follow Material UI design and now doesn't make sense.

To Reproduce
Present in dropdown menus such as online, feed, etc.

Expected behavior
Previous behavior was correct to how Material UI's "Collapsible Table" should be designed. Arrow should point down when collapsed, point up when expanded.
Screenshot 2024-05-15 180301
Screenshot 2024-05-15 180312

Screenshots
image

What version you are running
Version 2024.05.09

@CeezusCrisp CeezusCrisp added the bug Something isn't working label May 15, 2024
@Myrkie
Copy link
Contributor

Myrkie commented May 15, 2024

The UI is a massive mess and uses a component library, so changing anything in one place can affect other places, in this case a lot of the program uses incorrect drop downs in the component library which result in this effect, fixing it properly without a jank fix through CSS would require actually modifying the other themes to also use the correct components, as changing the components in the pugs would also modify it for the other themes which DO work fine though in a jank way. this is an example case of changing 1 item resulting in changing other unrelated ones. Ive been trying to slowly patch work the material theme into a use able state but the original maintainer has mostly left the project to work on localization, there are several more important issues to fix before this one that ive had no luck with (example being long user names break user selection dialog)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants