gitify-app / gitify

GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
https://gitify.io
MIT License
4.49k stars 257 forks source link

refactor: prefix all gitify custom ipc events. consolidate under comms #1203

Closed setchy closed 3 months ago

setchy commented 3 months ago

Rename all custom ipc events to be prefixed with gitify.

Consolidate ipcRenderer.send / ipcRenderer.invoke within comms.ts

Update tests to mock comms instead of mocking ipcRenderer

setchy commented 3 months ago

Still yet to conquer the context bridge replacement... In time...