livebook-dev / livebook

Automate code & data workflows with interactive Elixir notebooks
https://livebook.dev
Apache License 2.0
4.84k stars 414 forks source link

Modal flicker #2799

Open psugihara opened 2 hours ago

psugihara commented 2 hours ago

Environment

Current behavior

I see this flicker on almost every modal: Add secret, Add file storage, Add environment variable, but not on the "?" user profile edit button.

https://github.com/user-attachments/assets/9dc09fb0-cf9a-4f8c-841f-0e2831f5fc0d

Also here's a weird flash of unstyled content that consistently happened on every single load. Guessing this is from using font-display: swap https://github.com/user-attachments/assets/7d585c74-19aa-4067-b1cc-0c3940c58409

Expected behavior

No jank, no wiggle!

josevalim commented 2 hours ago

Beautiful, thank you! They seem to be JS/CSS issues, we will dig deeper.