-
Notifications
You must be signed in to change notification settings - Fork 10
feat(client): lazyloading for modelsettings #1135
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
base: dev
Are you sure you want to change the base?
Conversation
@CodiumAI-Agent /describe |
Titlefeat(client): lazyloading for modelsettings User descriptionDescriptionChanges MadeHow to Test
NotesPR TypeEnhancement Description
Changes walkthrough 📝
|
@CodiumAI-Agent /review |
@CodiumAI-Agent /improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 93156c9
Previous suggestionsSuggestions up to commit 8096899
|
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.
Could you show me some steps to reproduce this, and also include some screenshots of what it looks like.
Thank you!
@@ -0,0 +1,84 @@ | |||
import { Box, Skeleton, Card } from '@semoss/ui'; |
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.
Is this a reusable component? Are other features going to reasonably want this? If so, I think that we should put it in semoss/ui as opposed to making it a page in settings.
Hey Surya i refactored the code that you had done. Please pay attention to how i cleaned the code up. Please no inline styles. And when we should be making a reusable component, please place it in I am also noticing another thing: The load state doesn't seem to stop if you have gotten all your results @AAfghahi We likely need to standardize to this component on the AppCatalog Page as well, youll see this code pushed up soon with new landing page. |
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.
Please delete this file and look at the additions that i made to component library.
Also address the bug that is with always showing load Skeleton Cards. Play with the limit in EngineSettingsIndexPage
Description
Changes Made
How to Test
Notes