gitea/web_src/css
Brecht Van Lommel a9343896f4
Option to delay conflict checking of old pull requests until page view (#27779)
`[repository.pull-request] DELAY_CHECK_FOR_INACTIVE_DAYS` is a new
setting to delay the mergeable check for pull requests that have been
inactive for the specified number of days.

This avoids potentially long delays for big repositories with many pull
requests. and reduces system load overall when there are many
repositories or pull requests.

When viewing the PR, checking will start immediately and the PR merge
box will automatically reload when complete. Accessing the PR through
the API will also start checking immediately.

The default value of `7` provides a balance between system load, and
keeping behavior similar to what it was before both for users and API
access. With `0` all conflict checking will be delayed, while `-1`
always checks immediately to restore the previous behavior.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-24 19:26:57 +00:00
..
chroma Various code view improvements (#30014) 2024-03-24 12:14:03 +00:00
codemirror Remove EasyMDE focus outline on text (#25328) 2023-06-18 04:10:07 +00:00
editor Refactor markup and pdf-viewer to use new init framework (#33772) 2025-03-03 11:49:15 -08:00
features Add fullscreen mode as a more efficient operation way to view projects (#34081) 2025-04-23 13:42:22 +08:00
markup Fix various UI problems (#34243) 2025-04-19 08:43:22 +00:00
modules Option to delay conflict checking of old pull requests until page view (#27779) 2025-04-24 19:26:57 +00:00
repo Display when a release attachment was uploaded (#34261) 2025-04-22 23:03:49 +08:00
shared Refactor markup and pdf-viewer to use new init framework (#33772) 2025-03-03 11:49:15 -08:00
standalone Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
themes Improve theme display (#30671) 2025-03-08 21:38:11 +00:00
actions.css Fix runner list tmpl (#34270) 2025-04-23 15:34:18 +00:00
admin.css User details page (#26713) 2023-08-31 11:21:18 +02:00
base.css Fix various trivial frontend problems (#34263) 2025-04-24 09:11:54 +08:00
dashboard.css Pulse page improvements (#30149) 2024-04-14 09:21:16 +00:00
explore.css Fix and/or comment some legacy CSS problems (#33015) 2024-12-28 11:51:38 +00:00
font_i18n.css Fix @font-face overrides (#24855) 2023-05-24 01:48:51 +00:00
form.css Drop fomantic build (#33845) 2025-03-11 12:44:52 +08:00
helpers.css Replace gt-word-break with tw-break-anywhere (#31183) 2024-06-04 13:57:11 +00:00
home.css Refactor language menu and dom utils (#32450) 2024-11-08 14:04:24 +08:00
index.css Drop fomantic build (#33845) 2025-03-11 12:44:52 +08:00
install.css Fix some UI problems (install/checkbox) (#30854) 2024-05-06 06:32:05 +00:00
org.css Clean up legacy form CSS styles (#33081) 2025-01-03 04:01:19 +00:00
repo.css Option to delay conflict checking of old pull requests until page view (#27779) 2025-04-24 19:26:57 +00:00
review.css Fix various UI problems (#34243) 2025-04-19 08:43:22 +00:00
user.css Optimize repo-list layout to enhance visual experience (#31272) 2024-06-07 01:22:03 +02:00