mirror of
https://github.com/langchain-ai/deepagents.git
synced 2026-07-21 17:25:26 -04:00
7a9b27242c
The `/plugins` modal now dims the background behind it, consistent with other modals. --- The `/plugins` (`PluginManagerScreen`) modal overrode Textual's default `ModalScreen` backdrop with `background: transparent`, making it fully see-through instead of dimming the content behind it like every other modal. Removing the override lets it inherit the standard `background: $background 60%` dim backdrop (which still degrades to transparent under ansi themes). Made by [Open SWE](https://openswe.vercel.app/agents/8d011f9e-b11e-7cc1-e8a6-6138c7381983) --------- Signed-off-by: Mason Daugherty <github@mdrxy.com> Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>