From c031a1ccd6cce6680d40cb363546b9d9342f42e4 Mon Sep 17 00:00:00 2001
From: Arca Ege Cengiz
Date: Sat, 20 Dec 2025 13:21:16 +0000
Subject: [PATCH 1/2] Add timeline text to ship page
---
src/routes/dashboard/projects/[id]/ship/+page.svelte | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/routes/dashboard/projects/[id]/ship/+page.svelte b/src/routes/dashboard/projects/[id]/ship/+page.svelte
index 71c1e30..bc2e0ff 100644
--- a/src/routes/dashboard/projects/[id]/ship/+page.svelte
+++ b/src/routes/dashboard/projects/[id]/ship/+page.svelte
@@ -69,7 +69,9 @@
{#if form?.invalid_printables_url}
Invalid Printables URL
{:else if form?.invalid_license}
-
License not allowed, see below! You don't want Orpheus chasing you, do you?
+
+ License not allowed, see below! You don't want Orpheus chasing you, do you?
+
{/if}
@@ -121,7 +123,8 @@
{:else}
- e.g. orpheus.f3d, monkey.blend (must be under {MAX_UPLOAD_SIZE / 1024 / 1024} MiB)
+ e.g. orpheus.f3d, monkey.blend (must be under {MAX_UPLOAD_SIZE / 1024 / 1024} MiB). Make
+ sure to use a format that preserves timeline if your editor supports that!