mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
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>
3 lines
58 B
TypeScript
3 lines
58 B
TypeScript
export * from "./button";
|
|
export * from "./button-panel";
|