refactor: renommage de Paniels en StripStream
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 📚 Paniels - Devbook
|
||||
# 📚 StripStream - Devbook
|
||||
|
||||
## 🎯 Objectifs
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "paniels",
|
||||
"name": "stripstream",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -5,7 +5,7 @@ import "@/styles/globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Paniels - Komga Reader",
|
||||
title: "StripStream - Komga Reader",
|
||||
description: "A modern web reader for Komga",
|
||||
};
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ export function HeroSection({ series }: HeroSectionProps) {
|
||||
{/* Contenu */}
|
||||
<div className="relative h-full container flex flex-col items-center justify-center text-center space-y-4">
|
||||
<h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold tracking-tight">
|
||||
Bienvenue sur Paniels
|
||||
Bienvenue sur StripStream
|
||||
</h1>
|
||||
<p className="text-xl text-muted-foreground max-w-[600px]">
|
||||
Votre bibliothèque numérique pour lire vos BD, mangas et comics préférés.
|
||||
|
||||
@@ -26,7 +26,7 @@ export function Header({ onToggleSidebar }: HeaderProps) {
|
||||
|
||||
<div className="mr-4 hidden md:flex">
|
||||
<a className="mr-6 flex items-center space-x-2" href="/">
|
||||
<span className="hidden font-bold sm:inline-block">Paniels</span>
|
||||
<span className="hidden font-bold sm:inline-block">StripStream</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -11,11 +11,11 @@ interface AuthUser {
|
||||
|
||||
// Utilisateur de développement
|
||||
const DEV_USER = {
|
||||
email: "demo@paniels.local",
|
||||
email: "demo@stripstream.local",
|
||||
password: "demo123",
|
||||
userData: {
|
||||
id: "1",
|
||||
email: "demo@paniels.local",
|
||||
email: "demo@stripstream.local",
|
||||
roles: ["ROLE_USER"],
|
||||
authenticated: true,
|
||||
} as AuthUser,
|
||||
|
||||
Reference in New Issue
Block a user