- removed console.log
- move to RenderButtons as function component
- explicitly only send notifications to main view
Signed-off-by: Sebastian Malton <sebastian@malton.name>
- use moment instead of dateformat
- remove unused code
- moved formatting notification buttons to renderer
Signed-off-by: Sebastian Malton <sebastian@malton.name>
- Remove options, always confirm, never auto prelease
- Changed "yes later" to "yes on quit"
- move register IpcHandlers
Signed-off-by: Sebastian Malton <sebastian@malton.name>
- Add settings in user preferences for auto-updating (default false) and
for allowing pre-release versions (default false)
- Use in-Lens notifications instead of OS notifications as those were
found to be flaky
- Add rudimentary main->renderer notification system.
Signed-off-by: Sebastian Malton <sebastian@malton.name>