diff --git a/README.md b/README.md index 7cdc365c..f62db169 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,29 @@ ## Built Using -- React 18 -- TypeScript -- Vite 5 -- ESLint -- Prettier -- Semantic-Release -- Custom Messaging & Storage Wrappers +- React 18 +- TypeScript +- Vite 5 +- ESLint +- Prettier +- Semantic-Release +- Custom Messaging & Storage Wrappers ## Getting Started 1. Clone this repo 2. Run `pnpm install` to install and patch all the required dependencies -3. Run `pnpm run dev` to start the development server -4. Run `pnpm build` to build the extension for production + +- If you want to run the development build: + + - Run `pnpm run dev` + +- If you want to build the extension for production: + + - Run `pnpm build` + +You may have to rename the `__uno.css.js` to `uno.css.js` in dist + +Go to chrome://extensions, ensure you have "Developer Mode" enabled, and click 'Load unpacked' + +Navigate to the 'dist' folder and click 'select' to import the extension diff --git a/src/stories/components/CalendarHeader.stories.tsx b/src/stories/components/CalendarHeader.stories.tsx index 6833b7b1..047d8694 100644 --- a/src/stories/components/CalendarHeader.stories.tsx +++ b/src/stories/components/CalendarHeader.stories.tsx @@ -3,7 +3,7 @@ import { Meta, StoryObj } from '@storybook/react'; import CalendarHeader from '@views/components/common/CalendarHeader/CalenderHeader'; const meta = { - title: 'Components/CalendarHeader', + title: 'Components/Common/CalendarHeader', component: CalendarHeader, parameters: { layout: 'centered', diff --git a/src/views/components/common/CalendarHeader/CalenderHeader.tsx b/src/views/components/common/CalendarHeader/CalenderHeader.tsx index b5d07274..7f11d348 100644 --- a/src/views/components/common/CalendarHeader/CalenderHeader.tsx +++ b/src/views/components/common/CalendarHeader/CalenderHeader.tsx @@ -12,40 +12,41 @@ import ScheduleTotalHoursAndCourses from '../ScheduleTotalHoursAndCourses/Schedu import CourseStatus from '../CourseStatus/CourseStatus'; const CalendarHeader = () => ( -
-
+
+ + DATA UPDATED ON: 12:00 AM 02/01/2024 +
+ +
+
+ + + +
+
+
+
- - - - - - - -
-
- -