aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/imageviewer.js
Commit message (Collapse)AuthorAgeFilesLines
* add option: Live preview in full page image viewerw-e-w2023-12-061-1/+1
| | | | make #13459 "show the preview image in the modal view if available" optional
* show the preview image in the modalview if availableWon-Kyu Park2023-10-111-2/+5
|
* Allow to open images in new browser tab by MMB.Diego Casorran2023-08-071-0/+5
| | | | Signed-off-by: Diego Casorran <dcasorran@gmail.com>
* Use onAfterUiUpdate where possibleAarni Koskela2023-05-251-1/+1
|
* eslint related file editsAUTOMATIC2023-05-181-6/+1
|
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-110/+111
|
* Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-3/+3
|
* Use classList.toggle wherever possibleAarni Koskela2023-04-301-5/+1
|
* try both versions of appendChildAlUlkesh2023-03-281-2/+5
|
* fix: lightboxModal, selectedTabAlUlkesh2023-03-271-1/+1
|
* Fix Send to img2img buttonsspace-nuko2023-03-251-21/+3
|
* initial gradio 3.22 supportAUTOMATIC2023-03-251-39/+31
|
* feat: better lightbox when not enable zoombluelovers2023-03-121-1/+1
|
* re-enable image dragging on non-firefox browsersAUTOMATIC2023-01-181-1/+9
|
* Fix keyboard navigation in modal image viewerAlexey Shirokov2023-01-111-0/+1
|
* do not show full window image preview when right mouse button is usedAUTOMATIC2023-01-041-1/+1
|
* fix fullscreen view showing wrong image on firefoxAUTOMATIC2023-01-041-1/+1
|
* hide save btn for other tabs than txt2img and img2imgFlorian Horn2022-10-271-2/+12
|
* added save button and shortcut (s) to Modal ViewFlorian Horn2022-10-271-0/+29
|
* prevent highlighting/selecting imageAdam Snodgrass2022-10-181-0/+1
|
* fix: add null check when start running project the currentButton is nulldvsilch2022-10-161-1/+1
|
* Update lightbox to change displayed image as soon as generation is complete ↵DepFA2022-10-091-75/+99
| | | | | | | (#1933) * add updateOnBackgroundChange * typo fixes. * reindent to 4 spaces
* chore: Fix typosAidan Holland2022-10-081-1/+1
|
* Remove duplicate event listenersguaneec2022-10-081-0/+3
|
* Only switch between visible gallery entriesDepFA2022-09-231-2/+14
| | | Since the other tabs are kept in the dom now filtering is needed.
* update tiling button for imageviewer.js to use an icon in same style as ↵AUTOMATIC2022-09-211-3/+6
| | | | others, add mouseover hints
* add button to toggle tiling images in the imageviewer modalAdam Snodgrass2022-09-211-12/+46
|
* fix the issue with incorrect js options on page loadAUTOMATIC2022-09-191-16/+9
| | | | | add a setting for lightbox max size images use setting for lightbox max size images late to let user change it and see results
* Rely on opts being pre-populatedDepFA2022-09-191-12/+5
|
* initialize modal state from optionsDepFA2022-09-191-1/+19
|
* Add logic for zoom toggleDepFA2022-09-191-4/+21
|
* add read access to settings for jsavascriptAUTOMATIC2022-09-181-2/+2
| | | | add an option to disable lightbox modal
* close on escapeAdam Snodgrass2022-09-181-0/+3
|
* script.js split work - ui.jsAUTOMATIC2022-09-181-0/+1
|
* script.js split workAUTOMATIC2022-09-181-0/+135