diff --git a/CHANGELOG.md b/CHANGELOG.md index ce22272a..7315ba3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ These changes are awaiting release: +## Fixed + +- SpinnerTiny: Use svg instead of the css border trick to create the spinner fixing it looking more like a horseshoe than a circle on different browser scales (also added animation on the svg circle). +- SpinnerTiny: Fix color being wrong on dark theme. + ## Maintenance - workflows/test-pr-server: Add test step diff --git a/src/lib/SpinnerTiny.svelte b/src/lib/SpinnerTiny.svelte index e1560446..35278080 100644 --- a/src/lib/SpinnerTiny.svelte +++ b/src/lib/SpinnerTiny.svelte @@ -1,23 +1,32 @@ - - -
+ + + + + diff --git a/src/routes/(app)/import/process/+page.svelte b/src/routes/(app)/import/process/+page.svelte index 26f32c3e..2f49d04a 100644 --- a/src/routes/(app)/import/process/+page.svelte +++ b/src/routes/(app)/import/process/+page.svelte @@ -615,7 +615,7 @@
{#if !l.state} - + {:else if l.state === ImportResponseType.IMPORT_SUCCESS} {:else if l.state === ImportResponseType.IMPORT_NOTFOUND}