]> source.dussan.org Git - gitea.git/commit
Fix flash of unstyled content in action view page (#24712)
authorYarden Shoham <git@yardenshoham.com>
Sun, 14 May 2023 14:58:59 +0000 (17:58 +0300)
committerGitHub <noreply@github.com>
Sun, 14 May 2023 14:58:59 +0000 (14:58 +0000)
commit53a00017bbd89fddab11b323fc39872c44286d96
treed532a88dbc5b9c12b2ef5829a7b81002eb64f298
parentb92c142c97c3add1aed736a0a7c7ab044588662d
Fix flash of unstyled content in action view page (#24712)

# Before

![rec](https://github.com/go-gitea/gitea/assets/20454870/32f8e521-f743-4101-bd3c-923fd5abd893)

# After

![rec](https://github.com/go-gitea/gitea/assets/20454870/070721d1-6749-43c1-ac18-d8c58e5f0901)

Ref: https://github.com/go-gitea/gitea/issues/24625

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>
web_src/js/components/ActionRunStatus.vue
web_src/js/components/RepoActionView.vue