Signed-off-by: Sebastian Malton <sebastian@malton.name>
Show single update notification (#1985)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
Moving notification icons to top (#1987)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
Switch to EventEmitter (producer&consumer) model
- Main now broadcasts messages whenever updates are available and waits
for the first response back
- Add `onCorrect` and `onceCorrect` to ipc module for typechecking ipc
messages
- Correctly port styling from 3.6
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* add no-unused-vars and no-unused-imports
* added quotes: double, and remove ignore pattern
* move itif and describeif into utils
Signed-off-by: Sebastian Malton <sebastian@malton.name>