-
Notifications
You must be signed in to change notification settings - Fork 264
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
base: develop
Are you sure you want to change the base?
Conversation
@Bahati308 Can you please review this pull request? |
@@ -359,8 +359,23 @@ const HomeDashBoard: React.FC<DashBoardProps> = () => { | |||
} | |||
}; | |||
|
|||
const handleTileClick = (tile) => { |
There was a problem hiding this comment.
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 ??
There was a problem hiding this comment.
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.
Fixes: issue#1399
Summary
This pull request addresses issues related to navigation and dashboard functionality by implementing the following improvements:
Screen-recording
Screencast.from.14-01-25.23.09.08.webm
Related Issue
#1399