moxin-org / moxin

Moxin: an AI LLM platform in pure Rust
https://www.moxin.app
Apache License 2.0
122 stars 17 forks source link

My Models: Info button shows as selected even after closing its modal. #131

Open joulei opened 1 month ago

joulei commented 1 month ago

After closing the information modal, the icon button should not be grayed out anymore.

https://github.com/moxin-org/moxin/assets/22042418/78ed9157-06ad-46d0-b299-22e25c44493d

ZhangHanDong commented 1 week ago

PR #180

joulei commented 6 days ago

This also happens for other modals, the underlying issue has to do with updating focus when overlays take over the screen. We'll solve this within Makepad, so it shouldn't require changes in Moxin for now.

See comments for more information: https://github.com/moxin-org/moxin/pull/180#issuecomment-2255389164 https://github.com/moxin-org/moxin/pull/180#issuecomment-2255584483