Issue 388 - Device node (#397)
* Issue 388 - Device node (first version before review) (#388) * fix: style linting issues * review: revert the same padding size of the level 1 components on the sidebar * feat(uhk-icon): Create uhk-icon set and fix USB device icon visibility in electron * style: Use semicolon in js files
This commit is contained in:
committed by
László Monda
parent
accdf5facd
commit
c135aed7c9
@@ -15,6 +15,7 @@ import { Select2Module } from 'ng2-select2/ng2-select2';
|
||||
import { MainAppComponent } from './app.component';
|
||||
import { AddOnComponent } from './components/add-on';
|
||||
import { KeyboardSliderComponent } from './components/keyboard/slider';
|
||||
import { DeviceSettingsComponent } from './components/device';
|
||||
import { KeymapAddComponent, KeymapEditComponent, KeymapHeaderComponent } from './components/keymap';
|
||||
import { LayersComponent } from './components/layers';
|
||||
import {
|
||||
@@ -106,6 +107,7 @@ import { UhkDeviceInitializedGuard } from './services/uhk-device-initialized.gua
|
||||
@NgModule({
|
||||
declarations: [
|
||||
MainAppComponent,
|
||||
DeviceSettingsComponent,
|
||||
KeymapEditComponent,
|
||||
KeymapHeaderComponent,
|
||||
NotificationComponent,
|
||||
|
||||
Reference in New Issue
Block a user