Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to set notification sound volume | GerryDE | 2023-11-07 | 1 | -1/+5 |
| | |||||
* | Fix notification not playing when built-in webui tab is inactive | catboxanon | 2023-08-28 | 1 | -1/+1 |
| | |||||
* | Use onAfterUiUpdate where possible | Aarni Koskela | 2023-05-25 | 1 | -1/+1 |
| | |||||
* | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | 2023-05-17 | 1 | -6/+6 |
| | |||||
* | Mark Notification.requestPermission's retval as purposely ignored | Aarni Koskela | 2023-04-30 | 1 | -1/+1 |
| | |||||
* | Fix unused variables | Aarni Koskela | 2023-04-30 | 1 | -1/+1 |
| | |||||
* | Fix a whole bunch of implicit globals | Aarni Koskela | 2023-04-30 | 1 | -1/+1 |
| | |||||
* | Fix notifications not triggering | space-nuko | 2023-03-25 | 1 | -1/+1 |
| | |||||
* | Added results selector | Thomas Young | 2023-02-22 | 1 | -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 tab | Bwin4L | 2022-12-10 | 1 | -1/+1 |
| | |||||
* | Correct img gen count in notification | Kalle | 2022-10-13 | 1 | -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 ↵ | Connum | 2022-09-26 | 1 | -0/+3 |
| | | | | upon completion (fixes #1013) | ||||
* | move Notification.requestPermission() entirely to javascript to possibly fix ↵ | AUTOMATIC | 2022-09-22 | 1 | -0/+12 |
| | | | | problem with secure context people are having on non-localhost | ||||
* | Send a browser notification when the images are ready | Dave Sescleifer | 2022-09-20 | 1 | -0/+34 |