diff --git a/web/src/components/DailyMemo.tsx b/web/src/components/DailyMemo.tsx index 67833911..9d90d06f 100644 --- a/web/src/components/DailyMemo.tsx +++ b/web/src/components/DailyMemo.tsx @@ -37,6 +37,7 @@ const DailyMemo: React.FC = (props: Props) => { +
); }; diff --git a/web/src/components/DailyMemoDiaryDialog.tsx b/web/src/components/DailyMemoDiaryDialog.tsx index 2d604725..ba4d7139 100644 --- a/web/src/components/DailyMemoDiaryDialog.tsx +++ b/web/src/components/DailyMemoDiaryDialog.tsx @@ -15,8 +15,8 @@ interface Props extends DialogProps { currentDateStamp: DateStamp; } -const monthChineseStrArray = ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]; -const weekdayChineseStrArray = ["周日", "周一", "周二", "周三", "周四", "周五", "周六"]; +const monthChineseStrArray = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dev"]; +const weekdayChineseStrArray = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; const DailyMemoDiaryDialog: React.FC = (props: Props) => { const loadingState = useLoading(); @@ -72,22 +72,22 @@ const DailyMemoDiaryDialog: React.FC = (props: Props) => { return ( <>
-
-

Daily Memos

-
- setCurrentDateStamp(currentDateStamp - DAILY_TIMESTAMP)}> - - - setCurrentDateStamp(currentDateStamp + DAILY_TIMESTAMP)}> - - - - - - props.destroy()}> - - -
+

+ 📅 Daily Memos +

+
+ setCurrentDateStamp(currentDateStamp - DAILY_TIMESTAMP)}> + + + setCurrentDateStamp(currentDateStamp + DAILY_TIMESTAMP)}> + + + + + + props.destroy()}> + +
diff --git a/web/src/components/MemoTrashDialog.tsx b/web/src/components/MemoTrashDialog.tsx index 23f2dc7d..c631a419 100644 --- a/web/src/components/MemoTrashDialog.tsx +++ b/web/src/components/MemoTrashDialog.tsx @@ -37,7 +37,7 @@ const MemoTrashDialog: React.FC = (props: Props) => {

🗑️ - Trash Bin + Recycle Bin

-
showDailyMemoDiaryDialog()}> +
{createdDays} DAY
+