Merge branch 'main' of github.com:immich-app/immich into web/automation-ui

This commit is contained in:
Alex
2024-04-17 11:13:14 +02:00
348 changed files with 10433 additions and 11128 deletions
@@ -27,6 +27,7 @@
export let fullwidth = false;
export let border = false;
export let title: string | undefined = '';
export let form: string | undefined = undefined;
let className = '';
export { className as class };
@@ -65,6 +66,7 @@
{type}
{disabled}
{title}
{form}
on:click
on:focus
on:blur