updated to Svelte 4

This commit is contained in:
Gani Georgiev
2023-09-01 09:22:49 +03:00
parent b2bab9573a
commit 8a94ccea42
79 changed files with 1917 additions and 1853 deletions

View File

@@ -86,7 +86,7 @@
<button
type="submit"
class="btn btn-expanded btn-sm btn-warning"
transition:fly|local={{ duration: 150, x: 5 }}
transition:fly={{ duration: 150, x: 5 }}
>
<span class="txt">Search</span>
</button>
@@ -96,7 +96,7 @@
<button
type="button"
class="btn btn-transparent btn-sm btn-hint p-l-xs p-r-xs m-l-10"
transition:fly|local={{ duration: 150, x: 5 }}
transition:fly={{ duration: 150, x: 5 }}
on:click={() => {
clear(false);
submit();