* feat: support more mouse buttons (#834)
* Remove unused style.
* Retrigger CI
* fix: more button click and texts
* fix: the mouse button 4-8 naming
* feat: allow extra mouse buttons if userConfig version >= 4.1.1
* fix: version comparison
* fix: read correctly the right module informations
* chore: upgrade angular => 8.2.2
Summary:
- upgrade angular => 8.2.2
- setup the { static: false/true } for the ViewChild
- use alignment-baseline="middle" in svg text to align correct the texts
* fix: keymap popover crash
* feat: decrease the size between the keyboard layout and description if split
* fix: increase the distance between the keyboard and keyboard desc.
* fix: increase the description distance in split mode
* fix for middle clicking links
* Found another link in the app
* Converted all links to use externaUrl decorator
* Missing semicolon
* Minor fixes for compilation/linting
* Changed help link back to embedded in html
* trigger builds
* trigger build for agreement removal
* Merge branch 'master' into chore-upgrade-angular-to-7
* reformat files of the store
* set preserveWhitespaces = true
* delete console.log from AutoGrowInputComponent
* fix null pinter exception when set the keyaction on an undefined key
* speed tuning
* delete svg-keyboard-key animation
* revert electron logger upgrade
* improve animation speed of scg-keyboard-key component
* fix: popover keymap tab visibility
* fix: remove btn-line css class
The `let` operator was not migrated because earlier two reducer needed be refactored
- user-configuration reducer
- present reducer
This commit is prerequisite of the angular upgrade.
The goal is every package should be responsible to `lint`, `build` and
`test` commands. This modification helps to easier add new package to
the repository.
* feat: show udev rules on missing device screen
* delete MissingDeviceComponent
* feat: change privilege and message device screen texts
* feat: change message device screen texts
* fix: load config from device
* fix: load config when hasPermission = true
* fix: load app start info after set permission rules
* fix: action dispatch
* fix: load config from device when UdevRulesInfo.Ok
* fix: load config from device when 0 device available
* feat: add extra space between the "old udev rule" and permission button