Per gestire da remoto lo streaming della radio
 
 
 
 
 
 
Go to file
blallo 74173771e4
Fix ui bug
useEffect must be used carrefully, subscribing the effect to only those
dependencies we are interested to. Otherwise, every re-render will
trigger it.
2023-03-07 23:28:31 +01:00
cmd Add liveness websocket notification and test ui 2023-02-16 23:29:31 +01:00
devloop/nginx Add main ui logic 2023-03-07 00:56:35 +01:00
ui Fix ui bug 2023-03-07 23:28:31 +01:00
.gitignore Init 2023-02-13 23:49:45 +01:00
Dockerfile.dev Add main ui logic 2023-03-07 00:56:35 +01:00
docker-compose.yml Add main ui logic 2023-03-07 00:56:35 +01:00
go.mod Add liveness websocket notification and test ui 2023-02-16 23:29:31 +01:00
go.sum Add liveness websocket notification and test ui 2023-02-16 23:29:31 +01:00
lines_ring.go Init 2023-02-13 23:49:45 +01:00
lines_ring_test.go Init 2023-02-13 23:49:45 +01:00
radio.go Add liveness websocket notification and test ui 2023-02-16 23:29:31 +01:00