[redditmon] misc: s/socialmon/redditmon

This commit is contained in:
Yangshun 2025-07-24 16:03:37 +08:00
parent 2267f643b9
commit 16fd092996
128 changed files with 27 additions and 38 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@gfe/socialmon",
"name": "@gfe/redditmon",
"version": "0.0.1",
"type": "module",
"scripts": {

View File

@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
tailwindcss: {},
},
};

View File

Before

Width:  |  Height:  |  Size: 763 B

After

Width:  |  Height:  |  Size: 763 B

View File

@ -7,7 +7,7 @@ import { getUser } from '~/app/lib/auth';
export const metadata: Metadata = {
description: 'Social moderator',
title: 'Socialmon | Projects',
title: 'Redditmon | Projects',
};
export default async function Page() {

View File

@ -7,7 +7,7 @@ import { getUser } from '~/app/lib/auth';
export const metadata: Metadata = {
description: 'Social moderator',
title: 'Socialmon | Create project',
title: 'Redditmon | Create project',
};
export default async function Page() {

View File

@ -11,7 +11,7 @@ type Props = Readonly<{
export const metadata: Metadata = {
description: 'Social moderator',
title: 'Socialmon',
title: 'Redditmon',
};
export default function Layout({ children }: Props) {

View File

@ -15,7 +15,7 @@ type Props = Readonly<{
export const metadata: Metadata = {
description: 'Social moderator',
title: 'Socialmon | Project detail',
title: 'Redditmon | Project detail',
};
export default async function Page({ params }: Props) {

View File

@ -15,7 +15,7 @@ type Props = Readonly<{
export const metadata: Metadata = {
description: 'Social moderator',
title: 'Socialmon | Edit project',
title: 'Redditmon | Edit project',
};
export default async function Page({ params }: Props) {

View File

@ -5,7 +5,7 @@ import UsersList from '~/components/users/UsersList';
export const metadata: Metadata = {
description: 'Social moderator',
title: 'Socialmon | Users',
title: 'Redditmon | Users',
};
export default async function Page() {

View File

@ -4,7 +4,7 @@ import PostList from '~/components/posts/PostList/PostList';
export const metadata: Metadata = {
description: 'Social moderator',
title: 'Socialmon | Posts',
title: 'Redditmon | Posts',
};
export default function Page() {

View File

@ -15,7 +15,7 @@ export default function LoginForm() {
return (
<form className={clsx('flex items-center')} onSubmit={handleSubmit}>
<Title order={1} size="h3">
Socialmon
Redditmon
</Title>
<Text fz="xl" pl={16} pr={8}>
/

View File

@ -36,7 +36,7 @@ export default function Navbar({ navItems, navUser }: Props) {
lts={1}
size="md"
tt="uppercase">
Socialmon
Redditmon
</Text>
</Link>
{navItems}

Some files were not shown because too many files have changed in this diff Show More