Remove statustracker flicker on quick requests (#4349)

* changes

* changes

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
aliabid94 2023-06-05 17:10:29 -07:00 committed by GitHub
parent 20d066c0da
commit e4014d058d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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);