From 17a0dc410bd577583525b6a2e3a227113edb59b3 Mon Sep 17 00:00:00 2001 From: km0 Date: Sun, 21 May 2023 23:35:35 +0200 Subject: [PATCH] print mode --- src/App.vue | 32 ++++++++++++++++++++++++++++---- src/components/AddShot.vue | 6 +++--- src/components/SceneEntry.vue | 17 +++++++++++++---- src/components/ShotEntry.vue | 3 +-- src/style.css | 18 ++++++++++++++++++ 5 files changed, 63 insertions(+), 13 deletions(-) diff --git a/src/App.vue b/src/App.vue index c428bec..a639ae9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,13 +2,17 @@

Story Baobab

+
+ Drag and drop images and video to sketch a print-friendly storyboard. +
- - - +
+ + +
@@ -29,16 +33,36 @@ const add = () => { - diff --git a/src/components/AddShot.vue b/src/components/AddShot.vue index 314a2a4..e3e47b5 100644 --- a/src/components/AddShot.vue +++ b/src/components/AddShot.vue @@ -1,5 +1,5 @@