mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Remove statustracker flicker on quick requests (#4349)
* changes * changes --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
20d066c0da
commit
e4014d058d
@ -57,6 +57,7 @@ No changes to highlight.
|
||||
|
||||
## Other Changes:
|
||||
|
||||
- Remove flicker of loading bar by adding opacity transition, by [@aliabid94](https://github.com/aliabid94) in [PR 4349](https://github.com/gradio-app/gradio/pull/4349).
|
||||
- Performance optimization in the frontend's Blocks code by [@akx](https://github.com/akx) in [PR 4334](https://github.com/gradio-app/gradio/pull/4334)
|
||||
- Upgrade the pnpm lock file format version from v6.0 to v6.1 by [@whitphx](https://github.com/whitphx) in [PR 4393](https://github.com/gradio-app/gradio/pull/4393)
|
||||
|
||||
|
@ -309,6 +309,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: var(--layer-5);
|
||||
transition: opacity 0.1s ease-in-out;
|
||||
border-radius: var(--block-radius);
|
||||
background: var(--block-background-fill);
|
||||
padding: 0 var(--size-6);
|
||||
|
Loading…
x
Reference in New Issue
Block a user