gitea/web_src/js/components
Yarden Shoham 53a00017bb
Fix flash of unstyled content in action view page ()
# 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>
..
.eslintrc.yaml Update eslints for Vue 3 ()
ActionRunStatus.vue Fix flash of unstyled content in action view page ()
ActivityHeatmap.vue Localize activity heatmap (except tooltip) ()
ContextPopup.vue Modify luminance calculation and extract related functions into single files ()
DashboardRepoList.vue Add status indicator on main home screen for each repo ()
DiffFileList.vue Use data-tooltip-content for tippy tooltip ()
DiffFileTree.vue Update the value of the `diffEnd` when click `Show More` btn in the DiffFileTree ()
DiffFileTreeItem.vue Use reactive store to share data between components ()
PullRequestMergeForm.vue Refactor branch/tag selector to Vue SFC ()
RepoActionView.test.js Improve action log display with control chars ()
RepoActionView.vue Fix flash of unstyled content in action view page ()
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC ()
RepoBranchTagSelector.vue Remove svg.svg class, restore .rss-icon ()