aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/notification.js
Commit message (Collapse)AuthorAgeFilesLines
* Add option to set notification sound volumeGerryDE2023-11-071-1/+5
|
* Fix notification not playing when built-in webui tab is inactivecatboxanon2023-08-281-1/+1
|
* Use onAfterUiUpdate where possibleAarni Koskela2023-05-251-1/+1
|
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-6/+6
|
* Mark Notification.requestPermission's retval as purposely ignoredAarni Koskela2023-04-301-1/+1
|
* Fix unused variablesAarni Koskela2023-04-301-1/+1
|
* Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-1/+1
|
* Fix notifications not triggeringspace-nuko2023-03-251-1/+1
|
* Added results selectorThomas Young2023-02-221-1/+1
| | | This causes the querySelectorAll function to only select images in a results div, ignoring images that might be in an extension's gallery.
* Make the generated image count only count new images in the currently active tabBwin4L2022-12-101-1/+1
|
* Correct img gen count in notificationKalle2022-10-131-1/+1
| | | Display correct count of images generated in browser notification regardless of "Show grid in results for web" setting.
* adds support for a notification.mp3 in the root directory that will play ↵Connum2022-09-261-0/+3
| | | | upon completion (fixes #1013)
* move Notification.requestPermission() entirely to javascript to possibly fix ↵AUTOMATIC2022-09-221-0/+12
| | | | problem with secure context people are having on non-localhost
* Send a browser notification when the images are readyDave Sescleifer2022-09-201-0/+34