aboutsummaryrefslogtreecommitdiff
path: root/javascript/notification.js
AgeCommit message (Collapse)Author
2023-05-25Use onAfterUiUpdate where possibleAarni Koskela
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela
2023-04-30Mark Notification.requestPermission's retval as purposely ignoredAarni Koskela
2023-04-30Fix unused variablesAarni Koskela
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela
2023-03-25Fix notifications not triggeringspace-nuko
2023-02-22Added results selectorThomas Young
This causes the querySelectorAll function to only select images in a results div, ignoring images that might be in an extension's gallery.
2022-12-10Make the generated image count only count new images in the currently active tabBwin4L
2022-10-13Correct img gen count in notificationKalle
Display correct count of images generated in browser notification regardless of "Show grid in results for web" setting.
2022-09-26adds support for a notification.mp3 in the root directory that will play ↵Connum
upon completion (fixes #1013)
2022-09-22move Notification.requestPermission() entirely to javascript to possibly fix ↵AUTOMATIC
problem with secure context people are having on non-localhost
2022-09-20Send a browser notification when the images are readyDave Sescleifer