From 7bf5fbc166fd103cd482782960868f42d876a28d Mon Sep 17 00:00:00 2001 From: Mark George Date: Tue, 10 Jan 2023 17:08:59 +1100 Subject: [PATCH 1/2] Mark exact-sized images with a check mark --- .../plugins/boost/app/features/image-guide/src/ui/Bubble.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/boost/app/features/image-guide/src/ui/Bubble.svelte b/projects/plugins/boost/app/features/image-guide/src/ui/Bubble.svelte index 982274beeec35..1b47d944c6030 100644 --- a/projects/plugins/boost/app/features/image-guide/src/ui/Bubble.svelte +++ b/projects/plugins/boost/app/features/image-guide/src/ui/Bubble.svelte @@ -28,7 +28,7 @@
{#if $oversizedRatio > 9} {Math.floor( $oversizedRatio )}x - {:else if $oversizedRatio > 1} + {:else if $oversizedRatio > 0.99} {#if severity === 'normal'} {:else} From 979cd1234af07c60b1dbe55def50501a77247651 Mon Sep 17 00:00:00 2001 From: Mark George Date: Tue, 10 Jan 2023 17:10:04 +1100 Subject: [PATCH 2/2] changelog --- projects/plugins/boost/changelog/fix-image-guide-1x | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 projects/plugins/boost/changelog/fix-image-guide-1x diff --git a/projects/plugins/boost/changelog/fix-image-guide-1x b/projects/plugins/boost/changelog/fix-image-guide-1x new file mode 100644 index 0000000000000..74b7c76ae932f --- /dev/null +++ b/projects/plugins/boost/changelog/fix-image-guide-1x @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Don't show <1x on images that are exactly the right size