Replaced the hexagon diagram#125
Replaced the hexagon diagram#125AasthathecoderX wants to merge 21 commits intomeshery-extensions:masterfrom
Conversation
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
|
🚀 Preview deployment for PR #125 🌐 Preview URL: https://meshery-extensions.github.io/kanvas-site/pr-preview/pr-125/ This preview will be updated automatically when you push new commits to this PR. |
|
Here's what I see. Is this intentional, @AasthathecoderX?
|
No @leecalcote ,I am working on it |
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Updated image paths for browser section to use static directory. Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Updated image source paths to use relative URLs. Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Refactor interactive dashboard image functionality and update HTML structure. Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Refactor dashboard image functionality and improve comments. Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
|
Please add this PR as agenda in upcoming website meeting. |
Updated comments for clarity and improved the interactive image script with detailed event handling. Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
|
Please take another look at this section. it has recently changed. |
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Signed-off-by: AasthathecoderX <bhat.aasthaa@gmail.com>
Yes @leecalcote I have updated the branch to include the latest animation . |
|
@AasthathecoderX Thank you for your contribution! Let's discuss this during the website call today at 6:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
| // Hover enter: Scale and rotate effect | ||
| dashboardImage.addEventListener('mouseenter', function() { | ||
| this.style.transform = 'scale(1.05) rotateY(2deg)'; | ||
| this.style.filter = 'brightness(1.15) contrast(1.1)'; | ||
| this.style.cursor = 'pointer'; | ||
| }); | ||
|
|
||
| // Hover leave: Reset to normal | ||
| dashboardImage.addEventListener('mouseleave', function() { | ||
| this.style.transform = 'scale(1) rotateY(0deg)'; | ||
| this.style.filter = 'brightness(1) contrast(1)'; | ||
| }); |
There was a problem hiding this comment.
@AasthathecoderX it couldn't be better to add this into css (scss) in order to reduce the amount of script?
There was a problem hiding this comment.
I do appreciate the section modification (the new design) 😁
There was a problem hiding this comment.
@AasthathecoderX it couldn't be better to add this into css (scss) in order to reduce the amount of script?
Ok I will look into that


Notes for Reviewers
Signed commits