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.
gitea/web_src/less
Giteabot b1162495af
Fix actions frontend bugs (pagination, long name alignment) and small simplify (#23370) (#23436)
Backport #23370 by @HesterG

1 Right now on actions page, the action list will not be aligned if
commit message is long. In this PR, the changes are:
- The branch tag is moved to bottom row
- Width percentage is given to make them aligned
- Show "..." if commit is longer than two lines.
- Align the status icon with the commit message with baseline

 Before:
<img width="1068" alt="截屏2023-03-08 12 23 22"
src="https://user-images.githubusercontent.com/17645053/223628534-6b9472cb-29f5-40a3-9714-c5152553049e.png">
  
 After:
<img width="756" alt="截屏2023-03-08 13 34 28"
src="https://user-images.githubusercontent.com/17645053/223628571-da94698b-0e0a-43e3-ae82-34d8c780e5ba.png">


2 Right now the actions list's pagination is not working properly
because Param is not passed to pagination template, in this PR Param
Strings are passed to the pager

Before:
<img width="1176" alt="截屏2023-03-08 12 23 50"
src="https://user-images.githubusercontent.com/17645053/223629207-8b67ce74-2342-4259-bc81-036e37752716.png">

After:
<img width="1343" alt="截屏2023-03-08 13 11 54"
src="https://user-images.githubusercontent.com/17645053/223629321-4f538f8a-45dc-4d6f-ae60-2c82680ae3e7.png">

3 A small simplify in `RepoActionView.vue` .

Co-authored-by: Hester Gong <hestergong@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
chroma Fix broken Chroma CSS styles (#23174) (#23402) 2 years ago
code Fix and restyle menu on code line (#15913) 4 years ago
codemirror Support Issue forms and PR forms (#20987) 3 years ago
console Add support for rendering terminal output with colors (#19497) 3 years ago
features Fix various ImageDiff/SVG bugs (#23312) (#23358) 2 years ago
markup Change style to improve whitespaces trimming inside inline markdown code (#23093) (#23120) 2 years ago
modules Upgrade to stylelint 15 (#22944) 2 years ago
shared Fix actions frontend bugs (pagination, long name alignment) and small simplify (#23370) (#23436) 2 years ago
standalone Update JS dependencies, fix lint (#18389) 3 years ago
themes Fix broken Chroma CSS styles (#23174) (#23402) 2 years ago
_admin.less Webhook list enhancements (#21893) 2 years ago
_base.less Fix code wrap for unbroken lines (#23268) (#23293) 2 years ago
_dashboard.less Fix margin and alignment in dashboard repolist (#22120) 2 years ago
_editor.less Improve PR Review Box UI (#22986) 2 years ago
_explore.less Fix avatar misalignment (#22955) 2 years ago
_font_i18n.less Upgrade to stylelint 15 (#22944) 2 years ago
_form.less Add new captcha: cloudflare turnstile (#22369) 2 years ago
_home.less fix media query edge case (#13546) 4 years ago
_install.less Move all remaining colors into CSS variables (#21903) 2 years ago
_organization.less Remove dashes between organization member avatars on hover (#23034) 2 years ago
_package.less Fix empty container layer history and UI (#21251) 2 years ago
_repository.less Fix and move "Use this template" button (#23398) (#23408) 2 years ago
_review.less Upgrade to stylelint 15 (#22944) 2 years ago
_runner.less Move helpers to be prefixed with `gt-` (#22879) 2 years ago
_svg.less Update JS dependencies, fix lint (#18389) 3 years ago
_tribute.less CSS color enhancements (#21534) 2 years ago
_user.less Add badge capabilities to users (#20607) 3 years ago
animations.less Improvements for Content Copy (#21842) 2 years ago
helpers.less Fix actions frontend bugs (pagination, long name alignment) and small simplify (#23370) (#23436) 2 years ago
index.less Remove _actions.less (#22885) 2 years ago
variables.less fix media query edge case (#13546) 4 years ago