gitea/web_src/js/components
Giteabot 345a25d016
Fix rerun icon on action view component () ()
Backport  by @HesterG

Right now rerun icon on action view component will not be seen when
duration text length is long, because the wrapper `job-brief-info` has a
fixed width, and the svg is squeezed. The way to fix this in this PR is
to change width to `fit-content` and exchange position of duration text
and rerun svg.

Before (rerun svg not shown on hover):

<img width="1401" alt="Screen Shot 2023-06-27 at 12 53 41"
src="https://github.com/go-gitea/gitea/assets/17645053/bb3f62ec-8c56-4dbc-96f1-718b50426d91">

After:

<img width="1409" alt="Screen Shot 2023-06-27 at 12 50 59"
src="https://github.com/go-gitea/gitea/assets/17645053/620aa02c-2326-408d-a763-453f48f42c40">

Co-authored-by: HesterG <hestergong@gmail.com>
..
.eslintrc.yaml Enable `vue/html-closing-bracket-spacing` eslint rule ()
ActionRunStatus.vue Enable `vue/html-closing-bracket-spacing` eslint rule ()
ActivityHeatmap.vue Make the color of zero-contribution-squares in the activity heatmap more subtle ()
ContextPopup.vue Enable `vue/html-closing-bracket-spacing` eslint rule ()
DashboardRepoList.vue Use flex to align SVG and text () ()
DiffFileList.vue Refactor diffFileInfo / DiffTreeStore ()
DiffFileTree.vue Show file tree by default ()
DiffFileTreeItem.vue Refactor diffFileInfo / DiffTreeStore ()
PullRequestMergeForm.vue Remove more unused Fomantic variants () ()
RepoActionView.test.js Improve action log display with control chars ()
RepoActionView.vue Fix rerun icon on action view component () ()
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC ()
RepoBranchTagSelector.vue Use flex to align SVG and text () ()
ScopedAccessTokenSelector.vue Change access token UI to select dropdowns () ()