Skip to content

Commit

Permalink
Merge pull request #1350 from mrpalide/forgotten-build-ui
Browse files Browse the repository at this point in the history
forgotten build-ui
  • Loading branch information
jdknives authored Sep 6, 2022
2 parents 3342eaa + 09f4eb1 commit b4db15c
Show file tree
Hide file tree
Showing 31 changed files with 45 additions and 51 deletions.
1 change: 1 addition & 0 deletions cmd/skywire-visor/static/268.575055e245c2f30e.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/268.a17065c92eb396da.js

This file was deleted.

26 changes: 0 additions & 26 deletions cmd/skywire-visor/static/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,32 +66,6 @@ MIT
@angular/router
MIT

@babel/runtime
MIT
MIT License

Copyright (c) 2014-present Sebastian McKenzie and other contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


@ngx-translate/core
MIT

Expand Down
1 change: 0 additions & 1 deletion cmd/skywire-visor/static/431.7c14efbe17d051f7.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/431.859df310b58bc96b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/48.1bb60b158d93cf7f.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/48.e4209ce5b3b864c8.js

This file was deleted.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/502.8f399c4d17e1a00c.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/502.e715733024006b44.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/634.3594ed6527ccf574.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/634.9f8ff3633ebe9e11.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/733.0148c3717285573b.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/733.390fd337c178d445.js

This file was deleted.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/974.79c671e4ba6f6aa4.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/974.cbcda0695ddb168b.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion cmd/skywire-visor/static/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},

"start": {
"title": "Start"
"title": "Start",
"loading-error": "An error occurred while getting the initial data. Retrying..."
},

"node": {
Expand Down Expand Up @@ -217,6 +218,7 @@

"settings": {
"title": "Settings",
"checking-auth": "Checking authentication settings.",
"password" : {
"initial-config-help": "Use this option for setting the initial password. After a password has been set, it is not possible to use this option to modify it.",
"help": "Options for changing your password.",
Expand Down
4 changes: 3 additions & 1 deletion cmd/skywire-visor/static/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},

"start": {
"title": "Inicio"
"title": "Inicio",
"loading-error": "Hubo un error obteniendo los datos iniciales. Reintentando..."
},

"node": {
Expand Down Expand Up @@ -221,6 +222,7 @@

"settings": {
"title": "Configuración",
"checking-auth": "Revisando configuración de autenticación.",
"password" : {
"initial-config-help": "Use esta opción para establecer la contraseña inicial. Después de establecer una contraseña no es posible usar esta opción para modificarla.",
"help": "Opciones para cambiar la contraseña.",
Expand Down
4 changes: 3 additions & 1 deletion cmd/skywire-visor/static/assets/i18n/es_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},

"start": {
"title": "Start"
"title": "Start",
"loading-error": "An error occurred while getting the initial data. Retrying..."
},

"node": {
Expand Down Expand Up @@ -221,6 +222,7 @@

"settings": {
"title": "Settings",
"checking-auth": "Checking authentication settings.",
"password" : {
"initial-config-help": "Use this option for setting the initial password. After a password has been set, it is not possible to use this option to modify it.",
"help": "Options for changing your password.",
Expand Down
6 changes: 6 additions & 0 deletions cmd/skywire-visor/static/assets/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ mat-form-field {
@extend .form-help-icon-container;
color: scale-color($white, $alpha: -20%);
}

// Used for showing a form field disabled.
.element-disabled {
pointer-events: none !important;
opacity: 0.5 !important;
}
10 changes: 9 additions & 1 deletion cmd/skywire-visor/static/assets/scss/_responsive_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $responsive-table-colors: (

td, th {
color: nth($colors, 3) !important;
padding: 12px 10px !important;
padding: 12px 10px;
border-bottom: 1px solid $separator;
}

Expand Down Expand Up @@ -46,6 +46,14 @@ $responsive-table-colors: (
}
}

.link-row {
display: table-row;

&:hover {
text-decoration: none;
}
}

// Column used for the check boxes.
.selection-col {
width: 30px;
Expand Down
4 changes: 2 additions & 2 deletions cmd/skywire-visor/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#0072FF">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>@charset "UTF-8";@font-face{font-family:Skycoin;font-style:normal;font-weight:300;src:url(/assets/fonts/skycoin/skycoin-light-webfont.woff2) format("woff2"),url(/assets/fonts/skycoin/skycoin-light-webfont.woff) format("woff")}@font-face{font-family:Skycoin;font-style:normal;font-weight:400;src:url(/assets/fonts/skycoin/skycoin-regular-webfont.woff2) format("woff2"),url(/assets/fonts/skycoin/skycoin-regular-webfont.woff) format("woff")}@font-face{font-family:Skycoin;font-style:normal;font-weight:700;src:url(/assets/fonts/skycoin/skycoin-bold-webfont.woff2) format("woff2"),url(/assets/fonts/skycoin/skycoin-bold-webfont.woff) format("woff")}.app-background{width:100%;height:100%;top:0;left:0;position:fixed;background:linear-gradient(#060a10,#0a1421) no-repeat fixed!important;box-shadow:inset 0 0 200px #608dcd40;z-index:-1}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(32,34,38,0)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#f8f9f9}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*:before,*:after{box-sizing:inherit}html,body{height:100%;min-height:100%;font-family:Skycoin;margin:0;color:#f8f9f9!important;font-size:1rem;-webkit-backface-visibility:hidden;backface-visibility:hidden}</style><link rel="stylesheet" href="styles.eaa8e1586d4829df.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.eaa8e1586d4829df.css"></noscript></head>
<style>@charset "UTF-8";@font-face{font-family:Skycoin;font-style:normal;font-weight:300;src:url(/assets/fonts/skycoin/skycoin-light-webfont.woff2) format("woff2"),url(/assets/fonts/skycoin/skycoin-light-webfont.woff) format("woff")}@font-face{font-family:Skycoin;font-style:normal;font-weight:400;src:url(/assets/fonts/skycoin/skycoin-regular-webfont.woff2) format("woff2"),url(/assets/fonts/skycoin/skycoin-regular-webfont.woff) format("woff")}@font-face{font-family:Skycoin;font-style:normal;font-weight:700;src:url(/assets/fonts/skycoin/skycoin-bold-webfont.woff2) format("woff2"),url(/assets/fonts/skycoin/skycoin-bold-webfont.woff) format("woff")}.app-background{width:100%;height:100%;top:0;left:0;position:fixed;background:linear-gradient(#060a10,#0a1421) no-repeat fixed!important;box-shadow:inset 0 0 200px #608dcd40;z-index:-1}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(32,34,38,0)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#f8f9f9}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*:before,*:after{box-sizing:inherit}html,body{height:100%;min-height:100%;font-family:Skycoin;margin:0;color:#f8f9f9!important;font-size:1rem;-webkit-backface-visibility:hidden;backface-visibility:hidden}</style><link rel="stylesheet" href="styles.7b510655c4f90452.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.7b510655c4f90452.css"></noscript></head>
<body>
<div class="app-background"></div>
<app-root></app-root>
<script src="runtime.003d9240ba44c77e.js" type="module"></script><script src="polyfills.3470f480c4d335d9.js" type="module"></script><script src="scripts.db15b74cd449c824.js" defer></script><script src="main.bde75594f0aa0f88.js" type="module"></script>
<script src="runtime.a5c78662c56a0f1b.js" type="module"></script><script src="polyfills.30bbe27e0ff95dbc.js" type="module"></script><script src="scripts.b072fe148dd68f99.js" defer></script><script src="main.ed4ff7cb47a5250a.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion cmd/skywire-visor/static/main.bde75594f0aa0f88.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/main.ed4ff7cb47a5250a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/polyfills.30bbe27e0ff95dbc.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/polyfills.3470f480c4d335d9.js

This file was deleted.

1 change: 0 additions & 1 deletion cmd/skywire-visor/static/runtime.003d9240ba44c77e.js

This file was deleted.

1 change: 1 addition & 0 deletions cmd/skywire-visor/static/runtime.a5c78662c56a0f1b.js

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

Loading

0 comments on commit b4db15c

Please sign in to comment.