Skip to content

Commit

Permalink
rebuild ui (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Feb 8, 2023
1 parent 28f5997 commit c444b54
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 7 deletions.
1 change: 1 addition & 0 deletions pkg/visor/static/268.c22596bc210506b9.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pkg/visor/static/268.ea0c02f6120f408f.js

This file was deleted.

1 change: 0 additions & 1 deletion pkg/visor/static/502.bc70e54a071be3a1.js

This file was deleted.

1 change: 1 addition & 0 deletions pkg/visor/static/502.c82f2693a40a9092.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pkg/visor/static/974.10aff37c1c912a32.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pkg/visor/static/974.e884108ba2ab29b9.js

This file was deleted.

4 changes: 4 additions & 0 deletions pkg/visor/static/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"labeled-element": {
"edit-label": "Edit label",
"remove-label": "Remove label",
"go-to-settings": "Go to settings",
"copy": "Copy",
"remove-label-confirmation": "Do you really want to remove the label?",
"unnamed-element": "Unnamed",
Expand Down Expand Up @@ -174,6 +175,7 @@
"info": "Here you can set to which Skycoin address you want the rewards to be sent. If you leave the address empty, the registration will be deleted and the visor will not receive rewards.",
"more-info-link": "(More info about the reward system)",
"address": "Address",
"address-error": "Please enter a valid Skycoin address.",
"save-config-button": "Save configuration",
"done": "Changes saved.",
"empty-warning": "The address in empty, so the registration will be deleted and no rewards will be received. Do you really want to continue?"
Expand All @@ -183,6 +185,7 @@
"title": "Router Configuration",
"info": "Here you can configure how many hops the connections must pass through other Skywire visors before reaching the final destination. NOTE: the changes will not affect the existing routes.",
"min-hops": "Min hops",
"min-hops-error": "Please enter a valid number.",
"save-config-button": "Save configuration",
"done": "Changes saved."
},
Expand Down Expand Up @@ -374,6 +377,7 @@
"title": "Log",
"empty": "There are no log messages for the selected time range.",
"filter-button": "Only showing logs generated since:",
"view-all": "View all {{ totalLogs }} entries",
"filter": {
"title": "Filter",
"filter": "Only show logs generated since",
Expand Down
4 changes: 4 additions & 0 deletions pkg/visor/static/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"labeled-element": {
"edit-label": "Editar etiqueta",
"remove-label": "Remover etiqueta",
"go-to-settings": "Ir a la configuración",
"copy": "Copiar",
"remove-label-confirmation": "¿Realmente desea eliminar la etiqueta?",
"unnamed-element": "Sin nombre",
Expand Down Expand Up @@ -178,6 +179,7 @@
"info": "Aquí usted puede establecer la dirección de Skycoin a la que quiere que se envíen las recompensas. Si deja la dirección vacía, el registro será eliminado y el visor no recibirá recompensas.",
"more-info-link": "(Más información acerca del sistema de recompensas)",
"address": "Dirección ",
"address-error": "Por favor, coloque una dirección Skycoin valida.",
"save-config-button": "Guardar configuración",
"done": "Cambios guardados.",
"empty-warning": "La dirección está vacía, así que el registro será eliminado y no recibirá recompensas. ¿Realmente desea continuar?"
Expand All @@ -187,6 +189,7 @@
"title": "Configuración del Enrutador",
"info": "Aquí podrá configurar cuantos saltos la conexión deberá realizar a través de otros visores de Skywire antes de alcanzar el destino final. NOTA: los cambios no afectarán a las rutas ya existentes.",
"min-hops": "Saltos mínimos",
"min-hops-error": "Por favor, coloque un número valido.",
"save-config-button": "Guardar configuración",
"done": "Cambios guardados."
},
Expand Down Expand Up @@ -378,6 +381,7 @@
"title": "Log",
"empty": "No hay mensajes de log para el rango de fecha seleccionado.",
"filter-button": "Mostrando sólo logs generados desde:",
"view-all": "Ver todas las {{ totalLogs }} entradas",
"filter": {
"title": "Filtro",
"filter": "Mostrar sólo logs generados desde",
Expand Down
4 changes: 4 additions & 0 deletions pkg/visor/static/assets/i18n/es_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"labeled-element": {
"edit-label": "Edit label",
"remove-label": "Remove label",
"go-to-settings": "Go to settings",
"copy": "Copy",
"remove-label-confirmation": "Do you really want to remove the label?",
"unnamed-element": "Unnamed",
Expand Down Expand Up @@ -178,6 +179,7 @@
"info": "Here you can set to which Skycoin address you want the rewards to be sent. If you leave the address empty, the registration will be deleted and the visor will not receive rewards.",
"more-info-link": "(More info about the reward system)",
"address": "Address",
"address-error": "Please enter a valid Skycoin address.",
"save-config-button": "Save configuration",
"done": "Changes saved.",
"empty-warning": "The address in empty, so the registrations will be deleted and no rewards will be received. Do you really want to continue?"
Expand All @@ -187,6 +189,7 @@
"title": "Router Configuration",
"info": "Here you can configure how many hops the connections must pass through other Skywire visors before reaching the final destination. NOTE: the changes will not affect the existing routes.",
"min-hops": "Min hops",
"min-hops-error": "Please enter a valid number.",
"save-config-button": "Save configuration",
"done": "Changes saved."
},
Expand Down Expand Up @@ -378,6 +381,7 @@
"title": "Log",
"empty": "There are no log messages for the selected time range.",
"filter-button": "Only showing logs generated since:",
"view-all": "View all {{ totalLogs }} entries",
"filter": {
"title": "Filter",
"filter": "Only show logs generated since",
Expand Down
2 changes: 1 addition & 1 deletion pkg/visor/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<div class="app-background"></div>
<app-root></app-root>
<script src="runtime.2e69ce203dcc8250.js" type="module"></script><script src="polyfills.30bbe27e0ff95dbc.js" type="module"></script><script src="scripts.b072fe148dd68f99.js" defer></script><script src="main.7ab9835a73d9c163.js" type="module"></script>
<script src="runtime.55798cd5e3e852e5.js" type="module"></script><script src="polyfills.30bbe27e0ff95dbc.js" type="module"></script><script src="scripts.b072fe148dd68f99.js" defer></script><script src="main.1b9cf311951c284f.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions pkg/visor/static/main.1b9cf311951c284f.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pkg/visor/static/main.7ab9835a73d9c163.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/skywire-manager-src/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<div class="app-background"></div>
<app-root></app-root>
<script src="runtime.2e69ce203dcc8250.js" type="module"></script><script src="polyfills.30bbe27e0ff95dbc.js" type="module"></script><script src="scripts.b072fe148dd68f99.js" defer></script><script src="main.7ab9835a73d9c163.js" type="module"></script>
<script src="runtime.55798cd5e3e852e5.js" type="module"></script><script src="polyfills.30bbe27e0ff95dbc.js" type="module"></script><script src="scripts.b072fe148dd68f99.js" defer></script><script src="main.1b9cf311951c284f.js" type="module"></script>

</body></html>

0 comments on commit c444b54

Please sign in to comment.