feature notifications

This commit is contained in:
Alexandro Uc Santos
2024-09-07 18:44:57 -06:00
parent 84c0595f5b
commit c5f0831a81
23 changed files with 514 additions and 96 deletions

View File

@@ -2,27 +2,27 @@
{
"name": "Published",
"status": "Publicado",
"color": "#ffd22b"
"color": "#A9B0B2"
},
{
"name": "Loading",
"status": "Cargando",
"color": "green"
"color": "#F44336"
},
{
"name": "Transit",
"status": "En Transito",
"color": "red"
"color": "#ffd22b"
},
{
"name": "Downloading",
"status": "Descargando",
"color": "#0F5E21"
"color": "#428502"
},
{
"name": "Delivered",
"status": "Entregado",
"color": "blue"
"color": "#1B70AF"
},
{
"name": "Draf",