From 5f69dc702d2b71da8aafa696f552cc1f984eeacd Mon Sep 17 00:00:00 2001 From: Riccardo Giorato Date: Mon, 5 Jan 2026 22:42:31 +0100 Subject: [PATCH] Update background images --- .gitignore | 2 ++ app/stories/page.tsx | 2 +- components/editor/editor-toolbar.tsx | 2 +- components/editor/generate-page-modal.tsx | 6 +----- components/landing/comic-creation-form.tsx | 2 +- components/landing/comic-preview.tsx | 16 ++++++++-------- components/landing/navbar.tsx | 18 +++++++++--------- public/american-comic-superhero-flying.jpg | Bin 234670 -> 0 bytes public/american.jpg | Bin 0 -> 242417 bytes public/apple-icon.png | Bin 2626 -> 0 bytes public/icon-dark-32x32.png | Bin 585 -> 0 bytes public/icon-light-32x32.png | Bin 566 -> 0 bytes public/manga-style-hero-battle-scene.jpg | Bin 312230 -> 0 bytes public/manga.jpg | Bin 0 -> 250452 bytes public/noir-detective-comic-panel-dark.jpg | Bin 167652 -> 0 bytes ...rhero-action-scene-noir-s.jpg => noir.jpg} | Bin public/placeholder-logo.png | Bin 568 -> 0 bytes public/placeholder-logo.svg | 1 - public/vintage-comic-book-cover-retro.jpg | Bin 181313 -> 0 bytes 19 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 public/american-comic-superhero-flying.jpg create mode 100644 public/american.jpg delete mode 100644 public/apple-icon.png delete mode 100644 public/icon-dark-32x32.png delete mode 100644 public/icon-light-32x32.png delete mode 100644 public/manga-style-hero-battle-scene.jpg create mode 100644 public/manga.jpg delete mode 100644 public/noir-detective-comic-panel-dark.jpg rename public/{comic-book-page-with-superhero-action-scene-noir-s.jpg => noir.jpg} (100%) delete mode 100644 public/placeholder-logo.png delete mode 100644 public/placeholder-logo.svg delete mode 100644 public/vintage-comic-book-cover-retro.jpg diff --git a/.gitignore b/.gitignore index 490daf7..02982d3 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ yarn-error.log* next-env.d.ts # clerk configuration (can include secrets) /.clerk/ + +.DS_Store diff --git a/app/stories/page.tsx b/app/stories/page.tsx index 783ba7f..3374b0f 100644 --- a/app/stories/page.tsx +++ b/app/stories/page.tsx @@ -157,7 +157,7 @@ export default function StoriesPage() {
-

+

{story.title}

diff --git a/components/editor/editor-toolbar.tsx b/components/editor/editor-toolbar.tsx index 30fd422..1aaee85 100644 --- a/components/editor/editor-toolbar.tsx +++ b/components/editor/editor-toolbar.tsx @@ -130,7 +130,7 @@ export function EditorToolbar({ /> ) : (

{/* Character Selection */}
- - {/* Existing and new characters list */} {characters.length > 0 && ( -
+
{characters.map((char, index) => { const isSelected = selectedCharacterIndices.has(index); diff --git a/components/landing/comic-creation-form.tsx b/components/landing/comic-creation-form.tsx index e99e9ea..297aa2e 100644 --- a/components/landing/comic-creation-form.tsx +++ b/components/landing/comic-creation-form.tsx @@ -360,7 +360,7 @@ export function ComicCreationForm({
)} -
+
{!isLoaded ? (
) : isSignedIn ? ( diff --git a/components/landing/comic-preview.tsx b/components/landing/comic-preview.tsx index 05a0a56..0b7da99 100644 --- a/components/landing/comic-preview.tsx +++ b/components/landing/comic-preview.tsx @@ -16,7 +16,7 @@ export function ComicPreview({
Background comic @@ -28,7 +28,7 @@ export function ComicPreview({
Background comic @@ -40,7 +40,7 @@ export function ComicPreview({
Background comic @@ -52,7 +52,7 @@ export function ComicPreview({
Background comic @@ -74,7 +74,7 @@ export function ComicPreview({ }`} > Comic preview page 1 @@ -96,7 +96,7 @@ export function ComicPreview({ }`} > Comic preview page 2 @@ -105,7 +105,7 @@ export function ComicPreview({ Manga
- {'"The battle begins!"'} + {'"Time to save the world!"'}
@@ -117,7 +117,7 @@ export function ComicPreview({ }`} > Comic preview page 3 diff --git a/components/landing/navbar.tsx b/components/landing/navbar.tsx index 76a9aaa..bcdba95 100644 --- a/components/landing/navbar.tsx +++ b/components/landing/navbar.tsx @@ -77,15 +77,15 @@ export function Navbar() { - {isOnStoriesPage ? ( - - - + {isOnStoriesPage ? ( + + + ) : (