feat: implement responsive canvas schemas card component#7805
Open
Joiejoie1 wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for PR #7805 removed. This PR preview was automatically pruned because we keep only the 6 most recently updated previews on GitHub Pages to stay within deployment size limits. If needed, push a new commit to this PR to generate a fresh preview. |
Contributor
|
🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. A what? A commit sign-off (your email address). To amend the commits in this PR with your signoff using the instructions provided in the DCO check. To configure your dev environment to automatically signoff on your commits in the future, see these instructions.
|
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.
Description
This PR fixes #6521 by implementing a responsive, animated
MesherySchemasCardcomponent and integrating it directly into the Kanvas/Features section layout (DesignerFeatures_diagram.js).Key additions and refactors include:
@keyframes) for UI tables, data streams, and hubs using inline CSS layers that are light on performance.DesignerFeatures_diagram.jsfrom SVGR named imports (ReactComponent) to standard source strings (<img>tags) to resolve Webpack runtime compilation failures and silent pipeline terminations.m-glass) with strict max-width constraints to ensure seamless container scaling from mobile up to desktop configurations.This PR fixes #
Notes for Reviewers
src/components/MesherySchemasCard.jsfor clean reusability.useEffectunmount return block (cancelAnimationFrameand event listener removal) to completely avoid memory leaks.Signed commits