forgejo/web_src/js
HesterG 00b98bc8e0
Fix rerun icon on action view component ()
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">
2023-06-27 16:34:33 +02:00
..
components Fix rerun icon on action view component () 2023-06-27 16:34:33 +02:00
features Add toasts to UI () 2023-06-27 02:45:24 +00:00
markup Fix task list checkbox toggle to work with YAML front matter () 2023-06-13 14:44:47 +08:00
modules Add toasts to UI () 2023-06-27 02:45:24 +00:00
render Switch to ansi_up for ansi rendering in actions () 2023-06-22 02:15:19 +00:00
standalone Add toasts to UI () 2023-06-27 02:45:24 +00:00
test rename tributeValues to mentionValues () 2023-06-20 03:32:49 +00:00
utils rename tributeValues to mentionValues () 2023-06-20 03:32:49 +00:00
webcomponents Refactor locale number () 2023-04-17 11:37:23 +08:00
bootstrap.js Improve template system and panic recovery () 2023-05-04 14:36:34 +08:00
index.js Redesign Scoped Access Tokens () 2023-06-04 20:57:16 +02:00
jquery.js
svg.js Add show timestamp/seconds and fullscreen options to action page () 2023-05-30 20:38:55 +00:00
svg.test.js Improve <SvgIcon> to make it output svg node and optimize performance () 2023-03-23 11:24:16 +08:00
utils.js Remove hacky patch for "safari emoji glitch fix" () 2023-06-12 15:44:53 +00:00
utils.test.js Fix webauthn regression and improve code () 2023-06-07 19:20:18 +08:00