coopcycle-app
coopcycle-app copied to clipboard
feat(TimingModal): impl TimingModal
The application checks every 15 seconds in the background and is done locally, no request is sent to the server
The modal is automatically triggered when
- If the restaurant is closed and a cart is created
- If the cart is not scheduled while the restaurant is closed
- If the cart is scheduled and the date is overdue or invalid
https://user-images.githubusercontent.com/5613584/195673712-f6043084-0f79-4d29-9068-aefeb72e9f37.mp4
@r0xsh can you fix ESLint errors about React Hook useEffect has missing dependencies
please?