feature notifications
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user