You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HesterG 00b98bc8e0
Fix rerun icon on action view component (#25531)
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">
1 year ago
..
components Fix rerun icon on action view component (#25531) 1 year ago
features Add toasts to UI (#25449) 1 year ago
markup Fix task list checkbox toggle to work with YAML front matter (#25184) 1 year ago
modules Add toasts to UI (#25449) 1 year ago
render Switch to ansi_up for ansi rendering in actions (#25401) 1 year ago
standalone Add toasts to UI (#25449) 1 year ago
test rename tributeValues to mentionValues (#25375) 1 year ago
utils rename tributeValues to mentionValues (#25375) 1 year ago
webcomponents Refactor locale number (#24134) 1 year ago
bootstrap.js Improve template system and panic recovery (#24461) 1 year ago
index.js Redesign Scoped Access Tokens (#24767) 1 year ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 4 years ago
svg.js Add show timestamp/seconds and fullscreen options to action page (#24876) 1 year ago
svg.test.js Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#23570) 1 year ago
utils.js Remove hacky patch for "safari emoji glitch fix" (#25208) 1 year ago
utils.test.js Fix webauthn regression and improve code (#25113) 1 year ago