-
Notifications
You must be signed in to change notification settings - Fork 65
feat: adding icon for non downloaded models #1866
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
feat: adding icon for non downloaded models #1866
Conversation
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.
IMHO here you should define a StatusIcon in ailab extending the one from ui library
then you'll use all the time the custom Ai lab StatusIcon component
like you don't have the if/else on the consumer side, only in the status component
Moving to draft |
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.
@axel7083 looks good from the UI side!
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.
LGTM
57fcdde
to
3fd03a0
Compare
#1993 is required |
Signed-off-by: axel7083 <[email protected]>
Signed-off-by: axel7083 <[email protected]>
Signed-off-by: axel7083 <[email protected]>
Signed-off-by: axel7083 <[email protected]>
3fd03a0
to
fda9330
Compare
Signed-off-by: axel7083 <[email protected]>
Co-authored-by: Florent BENOIT <[email protected]> Signed-off-by: axel7083 <[email protected]>
Signed-off-by: axel7083 <[email protected]>
What does this PR do?
Adding icon for non-downloaded models in the catalog.
Screenshot / video of UI
What issues does this PR fix or reference?
Fixes #1848
How to test this PR?