diff --git a/src/lib/assets/avatars/azurejelly.jpg b/src/lib/assets/avatars/azurejelly.jpg new file mode 100644 index 0000000..aaffb9d Binary files /dev/null and b/src/lib/assets/avatars/azurejelly.jpg differ diff --git a/src/lib/assets/avatars/realmy.jpg b/src/lib/assets/avatars/realmy.jpg new file mode 100644 index 0000000..14b2ee8 Binary files /dev/null and b/src/lib/assets/avatars/realmy.jpg differ diff --git a/src/lib/components/functional/ConversionPanel.svelte b/src/lib/components/functional/ConversionPanel.svelte index ecf80d1..9ae95f6 100644 --- a/src/lib/components/functional/ConversionPanel.svelte +++ b/src/lib/components/functional/ConversionPanel.svelte @@ -5,7 +5,6 @@ import Dropdown from "./Dropdown.svelte"; import Tooltip from "../visual/Tooltip.svelte"; import ProgressBar from "../visual/ProgressBar.svelte"; - import { fade } from "$lib/animation"; const length = $derived(files.files.length); const progress = $derived(files.files.filter((f) => f.result).length); diff --git a/src/lib/sections/about/Credits.svelte b/src/lib/sections/about/Credits.svelte index cebbfff..a8dc5cd 100644 --- a/src/lib/sections/about/Credits.svelte +++ b/src/lib/sections/about/Credits.svelte @@ -3,7 +3,7 @@ import { HeartHandshakeIcon } from "lucide-svelte"; import { GITHUB_URL_VERT } from "$lib/consts"; - let { mainContribs, ghContribs } = $props(); + let { mainContribs, notableContribs, ghContribs } = $props(); {#snippet contributor( @@ -11,8 +11,9 @@ github: string, avatar: string, role?: string, + smaller?: boolean, )} -
- +- Big thanks - to all these people for helping out! - - Want to help too? - + We'd like to thank these people for their major + contributions to VERT.
- {:else} -- Seems like no one has contributed yet... - - be the first to contribute! - -
- {/if} ++ Big thanks + to all these people for helping out! + + Want to help too? + +
+ {:else} ++ Seems like no one has contributed yet... + + be the first to contribute! + +
+ {/if}- A big thanks to FFmpeg (audio, video), libvips (images) and Pandoc - (documents) for maintaining such excellent libraries for so many - years. VERT relies on them to provide you with your conversions. -
-+ A big thanks to FFmpeg (audio, video), libvips (images) and + Pandoc (documents) for maintaining such excellent libraries for + so many years. VERT relies on them to provide you with your + conversions. +
+