mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-22 00:21:11 +01:00
- Moved "Dependency Graph" button to the right side of the header next to "Rerun all jobs" button - Grouped all action buttons (approve, cancel, rerun, graph) in a consistent UI pattern - Added locale support for "Dependency Graph" button text across all languages - Fixed button behavior by using 'primary' class instead of 'link-action' to prevent page reloads - Added conditional display (only shown when run.jobs.length > 1) to avoid confusion when there's only one job - Improved user experience by ensuring the graph button is only visible when it's actually useful This change addresses the confusing behavior where clicking the graph button did nothing when there was only one job, and makes the UI more intuitive by placing related actions together in the header.