From 66f45e082407167fe15d6931cbebe7f576112167 Mon Sep 17 00:00:00 2001 From: saigonbitmaster Date: Thu, 5 Oct 2023 15:55:02 +0700 Subject: [PATCH] cms --- cms/src/i18n/en.ts | 7 ++++--- cms/src/jobbids/list.tsx | 2 +- cms/src/layout/Menu.tsx | 2 +- cms/src/layout/themes.ts | 4 ++-- cms/src/plutustx/list.tsx | 5 ++++- cms/src/postjobs/list.tsx | 2 +- emp/src/jobbids/list.tsx | 1 + jsk/src/jobbids/list.tsx | 1 + 8 files changed, 15 insertions(+), 9 deletions(-) diff --git a/cms/src/i18n/en.ts b/cms/src/i18n/en.ts index 47238f3..9106352 100644 --- a/cms/src/i18n/en.ts +++ b/cms/src/i18n/en.ts @@ -23,6 +23,7 @@ const customEnglishMessages: TranslationMessages = { pending_orders: "Pending Orders", allPostedJobs: "See all Jobs", allPlutusTxs: "See all plutus TXs", + postedJob: "Posted jobs", order: { items: "by %{customer_name}, one item |||| by %{customer_name}, %{nb_items} items", @@ -56,7 +57,7 @@ const customEnglishMessages: TranslationMessages = { import: "Import excels", }, jobtasks: { - name: "Job task |||| Job tasks", + name: "Task management|||| Task management", filters: { last_visited: "Last visited", @@ -151,7 +152,7 @@ const customEnglishMessages: TranslationMessages = { }, }, postJobs: { - name: "Post Job |||| Post jobs", + name: "Posted Job |||| Posted jobs", fields: { commands: "Orders", }, @@ -169,7 +170,7 @@ const customEnglishMessages: TranslationMessages = { }, }, jobBids: { - name: "Job bid |||| Job bids", + name: "Job application |||| Job applications", fields: { commands: "Orders", }, diff --git a/cms/src/jobbids/list.tsx b/cms/src/jobbids/list.tsx index 60235b8..3e89ba8 100644 --- a/cms/src/jobbids/list.tsx +++ b/cms/src/jobbids/list.tsx @@ -20,7 +20,7 @@ const ListScreen = () => { return ( { return ( diff --git a/cms/src/layout/themes.ts b/cms/src/layout/themes.ts index d8bfcb2..602d720 100644 --- a/cms/src/layout/themes.ts +++ b/cms/src/layout/themes.ts @@ -11,7 +11,7 @@ export const darkTheme = { mode: 'dark' as 'dark', // Switching the dark mode on is a single property value change. }, sidebar: { - width: 200, + width: 220, }, components: { ...defaultTheme.components, @@ -56,7 +56,7 @@ export const lightTheme = { borderRadius: 10, }, sidebar: { - width: 200, + width: 220, }, components: { ...defaultTheme.components, diff --git a/cms/src/plutustx/list.tsx b/cms/src/plutustx/list.tsx index 4c42957..325f3ca 100644 --- a/cms/src/plutustx/list.tsx +++ b/cms/src/plutustx/list.tsx @@ -53,7 +53,7 @@ const ListScreen = () => { return ( @@ -66,6 +66,9 @@ const ListScreen = () => { + + + diff --git a/cms/src/postjobs/list.tsx b/cms/src/postjobs/list.tsx index 7d708e1..f21f592 100644 --- a/cms/src/postjobs/list.tsx +++ b/cms/src/postjobs/list.tsx @@ -47,7 +47,7 @@ const ListScreen = () => { ); }; return ( - + diff --git a/emp/src/jobbids/list.tsx b/emp/src/jobbids/list.tsx index 97e88fc..8503721 100644 --- a/emp/src/jobbids/list.tsx +++ b/emp/src/jobbids/list.tsx @@ -155,6 +155,7 @@ const ListScreen = () => { )} /> + ); diff --git a/jsk/src/jobbids/list.tsx b/jsk/src/jobbids/list.tsx index 5bb3bdc..48b48b4 100644 --- a/jsk/src/jobbids/list.tsx +++ b/jsk/src/jobbids/list.tsx @@ -54,6 +54,7 @@ const ListScreen = () => { +