0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-22 00:21:11 +01:00
Semenets V. Pavel 0a86d2a2cb fix: move dependency graph button to header actions group and improve UX
- 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.
2026-02-18 11:01:44 +03:00
..