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
refactor: [#281] split TrackerServicesView::render into helper methods
Extract focused helper methods for each service type:
- render_udp_trackers
- render_http_trackers (handles HTTPS, direct, and localhost-only)
- render_api_endpoint
- render_health_check
This improves readability by separating rendering logic for each tracker
service category into its own method.
0 commit comments