This commit is contained in:
louiscklaw
2025-04-26 09:48:37 +08:00
parent 7296a10ec1
commit a00d1ee7ce
7 changed files with 287 additions and 134 deletions

View File

@@ -1,11 +0,0 @@
# task
## instruction
with reference to `/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/002_source/cms/src/app/_helloworld/page.tsx`
with reference to `/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/002_source/cms/src/app/dashboard/lesson_types/edit/[typeId]/page.tsx`
please modify `/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/002_source/cms/src/app/dashboard/lesson_categories/edit/page.tsx`
please draft a tsx for showing error to user thanks,

View File

@@ -1,3 +1,4 @@
// src/app/dashboard/vocabularies/create/page.tsx
'use client';
import * as React from 'react';
@@ -34,11 +35,11 @@ export default function Page(): React.JSX.Element {
variant="subtitle2"
>
<ArrowLeftIcon fontSize="var(--icon-fontSize-md)" />
{t('title',)}
{t('title')}
</Link>
</div>
<div>
<Typography variant="h4">{t('create.title', )}</Typography>
<Typography variant="h4">{t('create.title')}</Typography>
</div>
</Stack>
<VocabularyCreateForm />