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