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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The API calls in jenkinstl/components/Dashboard.js are embedded into the component's code, which makes either hard to read and isn't very modular.
Describe the solution you'd like
The API calls should be split off from the component and implemented as helpers.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The API calls in
jenkinstl/components/Dashboard.js
are embedded into the component's code, which makes either hard to read and isn't very modular.Describe the solution you'd like
The API calls should be split off from the component and implemented as helpers.
Additional context
The text was updated successfully, but these errors were encountered: