aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/notifications.ts
Commit message (Collapse)AuthorAge
* workaround: notifications not displaying for WhatsApp (#1357)Libravatar Drew Green2023-09-13
| | | Added error-handling for notification failure due to object cloning error
* Bump uuid from 8.3.2 to 9.0.0 (#884)Libravatar dependabot[bot]2023-01-29
| | | | | Use new version of 'uuid' module and also refer to v4 of the uuid spec for generating unique notificationId Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* chore: convert various JS to TS (#2062)Libravatar Markus Hatvan2021-10-14