Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Navigation and Dashboard: Add Home Link and Interactive Tiles #1406

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

harshitg927
Copy link
Contributor

Fixes: issue#1399

Summary

This pull request addresses issues related to navigation and dashboard functionality by implementing the following improvements:

  1. Home Link Addition: Adds a Home link to the navigation bar for better accessibility and user experience.
  2. Tile Interactions: Enables interactive functionality for dashboard tiles, allowing user to click on them to render the desired page

Screen-recording

Screencast.from.14-01-25.23.09.08.webm

Related Issue

#1399

@harshitg927
Copy link
Contributor Author

@Bahati308 Can you please review this pull request?

@@ -359,8 +359,23 @@ const HomeDashBoard: React.FC<DashBoardProps> = () => {
}
};

const handleTileClick = (tile) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way this function is an exact duplicate of this existing function handleMaximizeClick.

Why not just use an existing function instead of duplicating it ??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mozzy11 I thought I should create two separate function to be called on an onClick event on different components... Anyways I will modify the code to use the existing function and push the changes... Thank You for you feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigation and Dashboard Fixes: Add Home Link and Enable Tile Interactions
2 participants