refreshed settings UI (fixes #314)

This commit is contained in:
Eugene Pankov
2018-04-01 19:51:04 +02:00
parent 9a8bad4851
commit 5087224017
11 changed files with 376 additions and 258 deletions

View File

@@ -1,5 +1,10 @@
:host {
display: flex;
flex-wrap: nowrap;
&:hover .add {
display: initial;
}
}
.item {
@@ -22,4 +27,5 @@
.add {
flex: auto;
display: none;
}

View File

@@ -5,6 +5,7 @@ ngb-tabset.vertical(type='tabs', [activeId]='activeTab')
ng-template(ngbTabTitle)
| Application
ng-template(ngbTabContent)
h3.mb-3 Application
.row
.col.col-lg-6
.form-group
@@ -168,6 +169,7 @@ ngb-tabset.vertical(type='tabs', [activeId]='activeTab')
ng-template(ngbTabTitle)
| Hotkeys
ng-template(ngbTabContent)
h3.mb-3 Hotkeys
input.form-control(type='search', placeholder='Search hotkeys', [(ngModel)]='hotkeyFilter')
.form-group
table.hotkeys-table