* add new page and ipc processing * refactor: remove unused references from uhk.js * feat: add device recovery route * refactor: device permission * feat: write firmware update log to the screen * fix: xterm height * feat: add reload button to the recovery page * refactor: deviceConnectionState.hasPermission in appStartInfo * refactor: use correct imports * refactor: move .ok-button css class to the main style.scss * feat: add bootload active route guard * style: move RecoveryDeviceAction into new line * feat: delete reload button * feat: start device polling after device recovery
8 lines
393 B
TypeScript
8 lines
393 B
TypeScript
export * from './configuration/device-configuration.component';
|
|
export * from './firmware/device-firmware.component';
|
|
export * from './mouse-speed/mouse-speed.component';
|
|
export * from './led-brightness/led-brightness.component';
|
|
export * from './restore-configuration/restore-configuration.component';
|
|
export * from './recovery-mode/recovery-mode.component';
|
|
export * from './device.routes';
|