gitea/web_src/js
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>
..
components Fix rerun icon on action view component () ()
features Revert "Make buttons in a modal form have proper type. () ()" ()
markup Fix task list checkbox toggle to work with YAML front matter () ()
modules Improve wiki sidebar and TOC () ()
render Add PDF rendering via PDFObject ()
standalone Add new JS linter rules ()
test Improve emoji and mention matching ()
utils Add two eslint plugins ()
webcomponents Refactor locale number ()
bootstrap.js Improve template system and panic recovery ()
index.js Redesign Scoped Access Tokens ()
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations ()
svg.js Add show timestamp/seconds and fullscreen options to action page ()
svg.test.js Improve `<SvgIcon>` to make it output `svg` node and optimize performance ()
utils.js Remove hacky patch for "safari emoji glitch fix" () ()
utils.test.js Fix webauthn regression and improve code ()