1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/button/index.ts
Sebastian Malton b0de85d21a add auto-update notifications and confirmation
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>
2021-02-02 08:44:34 -05:00

3 lines
58 B
TypeScript

export * from "./button";
export * from "./button-panel";