From 5289ec9ebcbcb7a200e78781caa5ef74fa9e592e Mon Sep 17 00:00:00 2001 From: deewakar Date: Tue, 29 Oct 2024 15:55:41 +0530 Subject: [PATCH] feat: ui changes today & inbox --- .../src/components/Today/TodayPage.tsx | 27 ++++++++++--------- apps/frontend/src/components/atoms/Date.tsx | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/apps/frontend/src/components/Today/TodayPage.tsx b/apps/frontend/src/components/Today/TodayPage.tsx index ec418b726..03fd2c817 100644 --- a/apps/frontend/src/components/Today/TodayPage.tsx +++ b/apps/frontend/src/components/Today/TodayPage.tsx @@ -4,7 +4,6 @@ import * as React from "react" import { DateCycle } from "@/src/components/atoms/Date" import { ShowAgenda } from "@/src/components/atoms/ShowAgenda" -import { DatePicker } from "@/src/components/DatePicker" import { TodayItems } from "@/src/components/TodayItems" import { TodayMeetings } from "@/src/components/TodayMeetings" import { TodayTextArea } from "@/src/components/TodayTextArea" @@ -19,13 +18,9 @@ const TodayPage: React.FC = () => { } return ( -
- {/*
- show agenda - -
*/} -
-
+
+
+
{
- {/*showAgenda && ( -
- +
+
+ + show agenda + +
- )*/} + {showAgenda && ( +
+ +
+ )} +
) diff --git a/apps/frontend/src/components/atoms/Date.tsx b/apps/frontend/src/components/atoms/Date.tsx index 48597fbbe..1c14a4373 100644 --- a/apps/frontend/src/components/atoms/Date.tsx +++ b/apps/frontend/src/components/atoms/Date.tsx @@ -52,7 +52,7 @@ export const DateCycle: React.FC = ({ {isToday && ( -

Today

+

Today

)} )