You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eea0eec Enhance README and implement job history feature in GitLab Runner TUI. Added job history view with recent job runs, status, and duration. Updated main application to support debug mode and improved configuration handling. Introduced HistoryView for displaying job history and integrated it into the main model.
53cf070 Refactor GitLab Runner TUI to enhance tab management and status display. Introduced a new switchTab method for initializing views on tab switch, and moved help text to a status bar for better UI clarity. Updated main.go and various view files to reflect these changes, improving user experience and code organization.