sharkio
sharkio copied to clipboard
Feature: auto refresh requests
Create a RefreshButton in client/src/components/refresh-button
On the refresh button. Add a drop-down with the following options: 1s 5s 10s 30s 60s. After selecting the option the button should also have a stop icon
For reference:
Please create a component: in client/src/components/refresh-button/refresh-button.tsx
It'll receive the following props: refresh: () => void
It'd execute the refresh function at the selected interval. It should have the functionality to stop/start/change interval
Can you assign me?
assign to me..