Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4aa550f
chore(deps): Bump pdfjs-dist from 4.0.189 to 4.0.269
danxuliu Feb 12, 2026
ad68ba0
chore: Update "viewer.php" to PDF.js 4.0.269
danxuliu Feb 12, 2026
06ff589
chore(deps): Bump pdfjs-dist from 4.0.269 to 4.0.379
danxuliu Feb 12, 2026
e60aca7
chore: Update "viewer.php" to PDF.js 4.0.379
danxuliu Feb 12, 2026
d0e8903
chore(deps): Bump pdfjs-dist from 4.0.379 to 4.1.392
danxuliu May 20, 2026
df0c79c
chore: Update "viewer.php" to PDF.js 4.1.392
danxuliu May 20, 2026
a63c8b0
chore(deps): Bump pdfjs-dist from 4.1.392 to 4.2.67
danxuliu May 20, 2026
5fa7f3a
chore(deps): Bump pdfjs-dist from 4.2.67 to 4.3.136
danxuliu May 20, 2026
f8142fc
chore: Update "viewer.php" to PDF.js 4.3.136
danxuliu May 20, 2026
f75a520
chore(deps): Bump pdfjs-dist from 4.3.136 to 4.4.168
danxuliu May 20, 2026
2b96bf5
fix: Return the promise so the caller can await on handleSave
danxuliu Jul 15, 2026
b2e007e
chore(deps): Bump pdfjs-dist from 4.4.168 to 4.5.136
danxuliu May 21, 2026
22e9b3d
chore: Update "viewer.php" to PDF.js 4.5.136
danxuliu May 21, 2026
bac8f4d
fix: Replace removed property "locale" with "localeProperties"
danxuliu Jul 15, 2026
7f5866e
fix: Clarify why "disablePreferences" is still used in 4.5.136
danxuliu Aug 3, 2026
1f62be0
chore(deps): Bump pdfjs-dist from 4.5.136 to 4.6.82
danxuliu Jul 15, 2026
64e427a
chore: Update "viewer.php" to PDF.js 4.6.82
danxuliu Jul 15, 2026
d4132a1
chore(deps): Bump pdfjs-dist from 4.6.82 to 4.7.76
danxuliu Jul 16, 2026
7f3711f
chore: Update "viewer.php" to PDF.js 4.7.76
danxuliu Jul 16, 2026
1ddee50
chore(deps): Bump pdfjs-dist from 4.7.76 to 4.8.69
danxuliu Jul 16, 2026
7dff4fa
chore(deps): Bump pdfjs-dist from 4.8.69 to 4.9.124
danxuliu Jul 16, 2026
e30b991
chore: Update "viewer.php" to PDF.js 4.9.124
danxuliu Jul 16, 2026
025c138
chore(deps): Bump pdfjs-dist from 4.9.124 to 4.9.155
danxuliu Jul 16, 2026
792b340
chore: Update "viewer.php" to PDF.js 4.9.155
danxuliu Jul 16, 2026
7495683
chore(deps): Bump pdfjs-dist from 4.9.155 to 4.10.38
danxuliu Jul 16, 2026
6e42613
chore(assets): Recompile assets
nextcloud-command Aug 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions css/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

/* Replace default "Download" icon in "Download / Save" button with a "Save"
* icon. */
.toolbarButton#download::before,
.secondaryToolbarButton#secondaryDownload::before {
.toolbarButton#downloadButton::before,
#secondaryToolbar #secondaryToolbarButtonContainer #secondaryDownload::before {
-webkit-mask-image: url(../img/toolbarButton-secondaryToolbarSave.svg);
mask-image: url(../img/toolbarButton-secondaryToolbarSave.svg);
}
Expand All @@ -39,8 +39,7 @@

/* Hide the normal toolbar icon, which is a mask applied on a dark background,
* when showing the loading icon. */
.toolbarButton.icon-loading-small:before,
.secondaryToolbarButton.icon-loading-small:before {
.toolbarButton.icon-loading-small:before {
background-color: unset;
}

Expand Down Expand Up @@ -73,7 +72,7 @@
/* Place the loading icon on the secondary toolbar icon by using the same
* inset-inline-start of the secondary toolbar icon (12px) and correcting the
* margin from the loading icon (8px). */
.secondaryToolbarButton.icon-loading-small:after {
.toolbarButton.labeled.icon-loading-small:after {
inset-inline-start: 20px;
}

Expand Down
4 changes: 2 additions & 2 deletions js/files_pdfviewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/files_pdfviewer-main.js.map

Large diffs are not rendered by default.

Loading
Loading