From 4a312f79210ba69eb8763a6edb730627dba15100 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 5 Feb 2026 20:27:35 +0000 Subject: [PATCH] dave --- 502.html | 6 +++--- README.md | 2 +- backend/README.md | 2 +- backend/package.json | 2 +- backend/src/config.js | 7 ++----- backend/src/db/seeders/20231127130745-sample-data.js | 2 +- backend/src/index.js | 4 ++-- backend/src/services/notifications/list.js | 4 ++-- frontend/README.md | 2 +- frontend/src/components/AsideMenuLayer.tsx | 4 ++-- frontend/src/config.ts | 4 ++-- frontend/src/pages/_app.tsx | 8 ++++---- frontend/src/pages/index.tsx | 11 +++++------ frontend/src/pages/login.tsx | 6 ++---- frontend/src/pages/privacy-policy.tsx | 4 ++-- frontend/src/pages/register.tsx | 4 ++-- frontend/src/pages/terms-of-use.tsx | 4 ++-- 17 files changed, 35 insertions(+), 41 deletions(-) diff --git a/502.html b/502.html index d552880..4b626ff 100644 --- a/502.html +++ b/502.html @@ -129,8 +129,8 @@

The application is currently launching. The page will automatically refresh once site is available.

-

App Draft

-

Komikku-like web manga reader with library management, downloads, trackers sync, themes, and advanced reading modes.

+

manhwa Kai

+

manhwa Kai - Your ultimate web reader for manga, manhwa, and manhua.

App Logo - \ No newline at end of file + diff --git a/README.md b/README.md index 7906236..489ab6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# App Draft +# manhwa Kai ## This project was generated by [Flatlogic Platform](https://flatlogic.com). diff --git a/backend/README.md b/backend/README.md index ee15fb8..9877e07 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,5 +1,5 @@ -#App Draft - template backend, +#manhwa Kai - template backend, #### Run App on local machine: diff --git a/backend/package.json b/backend/package.json index a9853be..781cc42 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "appdraft", - "description": "App Draft - template backend", + "description": "manhwa Kai - template backend", "scripts": { "start": "npm run db:migrate && npm run db:seed && npm run watch", "lint": "eslint . --ext .js", diff --git a/backend/src/config.js b/backend/src/config.js index 01749c6..7406b6a 100644 --- a/backend/src/config.js +++ b/backend/src/config.js @@ -1,6 +1,3 @@ - - - const os = require('os'); const config = { @@ -39,7 +36,7 @@ const config = { }, uploadDir: os.tmpdir(), email: { - from: 'App Draft ', + from: 'manhwa Kai ', host: 'email-smtp.us-east-1.amazonaws.com', port: 587, auth: { @@ -76,4 +73,4 @@ config.swaggerUrl = `${config.swaggerUI}${config.swaggerPort}`; config.uiUrl = `${config.hostUI}${config.portUI ? `:${config.portUI}` : ``}/#`; config.backUrl = `${config.hostUI}${config.portUI ? `:${config.portUI}` : ``}`; -module.exports = config; +module.exports = config; \ No newline at end of file diff --git a/backend/src/db/seeders/20231127130745-sample-data.js b/backend/src/db/seeders/20231127130745-sample-data.js index 1f99d59..a27963e 100644 --- a/backend/src/db/seeders/20231127130745-sample-data.js +++ b/backend/src/db/seeders/20231127130745-sample-data.js @@ -81,7 +81,7 @@ const SourcesData = [ - "name": "Komikku Demo Catalog", + "name": "manhwa Kai Demo Catalog", diff --git a/backend/src/index.js b/backend/src/index.js index c02f824..8d47cea 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -77,8 +77,8 @@ const options = { openapi: "3.0.0", info: { version: "1.0.0", - title: "App Draft", - description: "App Draft Online REST API for Testing and Prototyping application. You can perform all major operations with your entities - create, delete and etc.", + title: "manhwa Kai", + description: "manhwa Kai REST API for manga reading platform. You can perform all major operations with your entities - create, delete and etc.", }, servers: [ { diff --git a/backend/src/services/notifications/list.js b/backend/src/services/notifications/list.js index 316390f..6efef01 100644 --- a/backend/src/services/notifications/list.js +++ b/backend/src/services/notifications/list.js @@ -1,6 +1,6 @@ const errors = { app: { - title: 'App Draft', + title: 'manhwa Kai', }, auth: { @@ -101,4 +101,4 @@ const errors = { }, }; -module.exports = errors; +module.exports = errors; \ No newline at end of file diff --git a/frontend/README.md b/frontend/README.md index 63126b7..8925d75 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -# App Draft +# manhwa Kai ## This project was generated by Flatlogic Platform. ## Install diff --git a/frontend/src/components/AsideMenuLayer.tsx b/frontend/src/components/AsideMenuLayer.tsx index 573dc75..e01ddaa 100644 --- a/frontend/src/components/AsideMenuLayer.tsx +++ b/frontend/src/components/AsideMenuLayer.tsx @@ -39,7 +39,7 @@ export default function AsideMenuLayer({ menu, className = '', ...props }: Props >
- App Draft + manhwa Kai
@@ -60,4 +60,4 @@ export default function AsideMenuLayer({ menu, className = '', ...props }: Props
) -} +} \ No newline at end of file diff --git a/frontend/src/config.ts b/frontend/src/config.ts index a9783c8..d8c314e 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -8,8 +8,8 @@ export const localStorageStyleKey = 'style' export const containerMaxW = 'xl:max-w-full xl:mx-auto 2xl:mx-20' -export const appTitle = 'created by Flatlogic generator!' +export const appTitle = 'manhwa Kai' export const getPageTitle = (currentPageTitle: string) => `${currentPageTitle} — ${appTitle}` -export const tinyKey = process.env.NEXT_PUBLIC_TINY_KEY || '' +export const tinyKey = process.env.NEXT_PUBLIC_TINY_KEY || '' \ No newline at end of file diff --git a/frontend/src/pages/_app.tsx b/frontend/src/pages/_app.tsx index 4d75135..5d1c29c 100644 --- a/frontend/src/pages/_app.tsx +++ b/frontend/src/pages/_app.tsx @@ -149,8 +149,8 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) { setStepsEnabled(false); }; - const title = 'App Draft' - const description = "Komikku-like web manga reader with library management, downloads, trackers sync, themes, and advanced reading modes." + const title = 'manhwa Kai' + const description = "manhwa Kai - Your ultimate web reader for manga, manhwa, and manhua." const url = "https://flatlogic.com/" const image = "https://project-screens.s3.amazonaws.com/screenshots/38203/app-hero-20260205-034702.png" const imageWidth = '1920' @@ -164,7 +164,7 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) { - + @@ -198,4 +198,4 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) { ) } -export default appWithTranslation(MyApp); +export default appWithTranslation(MyApp); \ No newline at end of file diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 492857e..04dc6d2 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -10,7 +10,6 @@ import { mdiThemeLightDark, mdiDownload, mdiCellphoneMarker, - mdiTranslate, mdiShieldCheck, mdiGithub, } from '@mdi/js'; @@ -102,7 +101,7 @@ export default function LandingPage() { return (
- {getPageTitle('Komikku - Your Ultimate Manga Reader')} + {getPageTitle('Your Ultimate Manga Reader')} {/* Navigation */} @@ -117,7 +116,7 @@ export default function LandingPage() {
- Komikku + manhwa Kai @@ -301,20 +300,20 @@ export default function LandingPage() {
- Komikku + manhwa Kai
Privacy Policy Terms of Use - + Source Code
- © 2026 Komikku. All rights reserved. + © 2026 manhwa Kai. All rights reserved.
diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index a5c029f..91b8a12 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -1,5 +1,3 @@ - - import React, { useEffect, useState } from 'react'; import type { ReactElement } from 'react'; import Head from 'next/head'; @@ -44,7 +42,7 @@ export default function Login() { password: '09f1e4eb', remember: true }) - const title = 'App Draft' + const title = 'manhwa Kai' // Fetch Pexels image/video useEffect( () => { @@ -273,4 +271,4 @@ export default function Login() { Login.getLayout = function getLayout(page: ReactElement) { return {page}; -}; +}; \ No newline at end of file diff --git a/frontend/src/pages/privacy-policy.tsx b/frontend/src/pages/privacy-policy.tsx index 5d97bfc..7c04ff4 100644 --- a/frontend/src/pages/privacy-policy.tsx +++ b/frontend/src/pages/privacy-policy.tsx @@ -5,7 +5,7 @@ import LayoutGuest from '../layouts/Guest'; import { getPageTitle } from '../config'; export default function PrivacyPolicy() { - const title = 'App Draft' + const title = 'manhwa Kai' const [projectUrl, setProjectUrl] = useState(''); useEffect(() => { @@ -289,4 +289,4 @@ export default function PrivacyPolicy() { PrivacyPolicy.getLayout = function getLayout(page: ReactElement) { return {page}; -}; +}; \ No newline at end of file diff --git a/frontend/src/pages/register.tsx b/frontend/src/pages/register.tsx index 73a3987..91b4ab1 100644 --- a/frontend/src/pages/register.tsx +++ b/frontend/src/pages/register.tsx @@ -39,7 +39,7 @@ export default function Register() { return ( <> - {getPageTitle('Login')} + {getPageTitle('Register')} @@ -89,4 +89,4 @@ export default function Register() { Register.getLayout = function getLayout(page: ReactElement) { return {page}; -}; +}; \ No newline at end of file diff --git a/frontend/src/pages/terms-of-use.tsx b/frontend/src/pages/terms-of-use.tsx index fc285bd..e79f1f4 100644 --- a/frontend/src/pages/terms-of-use.tsx +++ b/frontend/src/pages/terms-of-use.tsx @@ -5,7 +5,7 @@ import LayoutGuest from '../layouts/Guest'; import { getPageTitle } from '../config'; export default function PrivacyPolicy() { - const title = 'App Draft'; + const title = 'manhwa Kai'; const [projectUrl, setProjectUrl] = useState(''); useEffect(() => { @@ -203,4 +203,4 @@ export default function PrivacyPolicy() { PrivacyPolicy.getLayout = function getLayout(page: ReactElement) { return {page}; -}; +}; \ No newline at end of file