feat: export count
Some checks are pending
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run

Co-Authored-By: silentoplayz <50341825+silentoplayz@users.noreply.github.com>
This commit is contained in:
Timothy Jaeryang Baek 2025-05-19 00:15:07 +04:00
parent 8f4104fb7a
commit 18d6311951
3 changed files with 5 additions and 3 deletions

View File

@ -488,7 +488,7 @@
}} }}
> >
<div class=" self-center mr-2 font-medium line-clamp-1"> <div class=" self-center mr-2 font-medium line-clamp-1">
{$i18n.t('Export Models')} {$i18n.t('Export Models')} ({models.length})
</div> </div>
<div class=" self-center"> <div class=" self-center">

View File

@ -305,7 +305,7 @@
}} }}
> >
<div class=" self-center mr-2 font-medium line-clamp-1"> <div class=" self-center mr-2 font-medium line-clamp-1">
{$i18n.t('Export Prompts')} {$i18n.t('Export Prompts')} ({prompts.length})
</div> </div>
<div class=" self-center"> <div class=" self-center">

View File

@ -415,7 +415,9 @@
} }
}} }}
> >
<div class=" self-center mr-2 font-medium line-clamp-1">{$i18n.t('Export Tools')}</div> <div class=" self-center mr-2 font-medium line-clamp-1">
{$i18n.t('Export Tools')} ({tools.length})
</div>
<div class=" self-center"> <div class=" self-center">
<svg <svg