Changed home page and overall theme to match with provided design#5
Merged
shadil-rayyan merged 10 commits intoCodeCompasss:mainfrom Jun 19, 2025
Merged
Changed home page and overall theme to match with provided design#5shadil-rayyan merged 10 commits intoCodeCompasss:mainfrom
shadil-rayyan merged 10 commits intoCodeCompasss:mainfrom
Conversation
Contributor
Author
There was a problem hiding this comment.
Pull Request Overview
This PR updates the home page and overall theme to align with the provided design, enhancing the visual style and adding new data elements to the header.
- Updated header component to display user greeting with semester and department details
- Revised TimeTable components with updated navigation and layout styling
- Switched icons and adjusted styling in various components (navbar, quick actions, globals.css)
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/topNavbar.tsx | Updated header greeting with additional user props and a new icon from iconsax-react |
| src/components/home/TimeTableSlider.tsx | Minor layout adjustments and consistent quote styling |
| src/components/home/TimeTableDay.tsx | Updated timetable day header styling and ordering of schedule elements |
| src/components/home/TimeTable.tsx | Introduced a new TimeTableBlock component with navigation logic |
| src/components/home/ResponsiveDashboard.tsx | Integrated the new TimeTableBlock and adjusted layout spacing |
| src/components/home/QuickActions.tsx | Refactored quote usage and button actions for quick links |
| src/components/bottemNavbar.tsx | Changed icons and styling, with a potential naming issue in the filename |
| src/components/QuickActionButton.tsx | Added border styling to reflect the new design |
| src/app/globals.css | Introduced new CSS variables and commented out dark mode styles |
| package.json | Added iconsax-react dependency and updated dependency spacing |
Comments suppressed due to low confidence (1)
src/components/bottemNavbar.tsx:3
- The component name is clear, but the filename 'bottemNavbar.tsx' may contain a typo; consider renaming it to 'bottomNavbar.tsx' for clarity.
const BottomNavBar = () => {
| }; | ||
| return ( | ||
| <div className="border border-[var(--text)] rounded-lg p-4 "> | ||
| <img className="absolute h-16" src="/scribble-circle.svg" /> |
There was a problem hiding this comment.
The image tag is missing an alt attribute; consider adding descriptive alt text for improved accessibility.
Suggested change
| <img className="absolute h-16" src="/scribble-circle.svg" /> | |
| <img className="absolute h-16" src="/scribble-circle.svg" alt="Scribble circle graphic" /> |
| } | ||
| --text: black; | ||
| } | ||
|
|
There was a problem hiding this comment.
[nitpick] The dark mode media query is commented out; if this is intentional, consider adding a comment to explain the reasoning for future maintainability.
Suggested change
| /* Dark mode media query is commented out intentionally. | |
| This is pending design review or future implementation of dark mode. */ |
Contributor
Author
|
@shadil-rayyan Test cases has been added |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.