From b7baf4fa15b04edbd09262cd3521f8395790aa8d Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 11 May 2026 15:56:46 -0400 Subject: [PATCH] Rename app to Grimoire, add book+crescent moon SVG icon Co-Authored-By: Claude Sonnet 4.6 --- frontend/index.html | 7 +++--- frontend/public/icon.svg | 44 ++++++++++++++++++++++++++++++++--- frontend/public/manifest.json | 8 +++---- frontend/src/pages/Login.jsx | 4 ++-- 4 files changed, 51 insertions(+), 12 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 9002319..0faf0a9 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,16 +3,17 @@ - + - + + - Story Writer + Grimoire
diff --git a/frontend/public/icon.svg b/frontend/public/icon.svg index 487f59d..34396eb 100644 --- a/frontend/public/icon.svg +++ b/frontend/public/icon.svg @@ -1,4 +1,42 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index b8eed1f..418bd9d 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,11 +1,11 @@ { - "name": "Story Writer", - "short_name": "Stories", + "name": "Grimoire", + "short_name": "Grimoire", "description": "Write your stories, anywhere.", "start_url": "/", "display": "standalone", - "background_color": "#1a1814", - "theme_color": "#1a1814", + "background_color": "#09090f", + "theme_color": "#09090f", "icons": [ { "src": "/icon.svg", diff --git a/frontend/src/pages/Login.jsx b/frontend/src/pages/Login.jsx index 1e8ce06..a37adef 100644 --- a/frontend/src/pages/Login.jsx +++ b/frontend/src/pages/Login.jsx @@ -25,8 +25,8 @@ export default function Login({ onLogin }) {
-

Story Writer

-

Your stories, your world

+

Grimoire

+

Your stories, your magic