diff --git a/frontend/src/common/util.js b/frontend/src/common/util.js index 0e313a21c..e66be45aa 100644 --- a/frontend/src/common/util.js +++ b/frontend/src/common/util.js @@ -316,6 +316,8 @@ export default class $util { } switch (value) { + case "pdf": + return "PDF"; case "jpg": return "JPEG"; case media.FormatJpegXL: @@ -391,8 +393,6 @@ export default class $util { return "Windows Media"; case "svg": return "SVG"; - case "pdf": - return "PDF"; case "ai": return "Adobe Illustrator"; case "ps": diff --git a/frontend/src/component/navigation.vue b/frontend/src/component/navigation.vue index bc015a52c..04f266370 100644 --- a/frontend/src/component/navigation.vue +++ b/frontend/src/component/navigation.vue @@ -168,6 +168,18 @@ + + + {{ $gettext(`Stacks`) }} + + + - - - {{ $gettext(`Stacks`) }} - - - + + + {{ $gettext(`Documents`) }} + + + + + + {{ $gettext(`Type`) }} + + + {{ file.typeInfo() }} + + {{ $gettext(`Size`) }} @@ -182,20 +190,18 @@ }} + + + {{ $gettext(`Pages`) }} + + {{ file.Pages }} + {{ $gettext(`Software`) }} {{ file.Software }} - - - {{ $gettext(`Type`) }} - - - {{ file.typeInfo() }} - - {{ $gettext(`Animated`) }} diff --git a/frontend/src/component/photo/view/cards.vue b/frontend/src/component/photo/view/cards.vue index 2ad3a3ee2..9109debb0 100644 --- a/frontend/src/component/photo/view/cards.vue +++ b/frontend/src/component/photo/view/cards.vue @@ -88,8 +88,8 @@ {{ m.getVideoInfo() }} -