perf: add request plugin button to marketplace

This commit is contained in:
Junyan Qin
2025-11-20 23:41:45 +08:00
parent 99e3abec72
commit 9802a42a9e
5 changed files with 13 additions and 0 deletions

View File

@@ -476,6 +476,15 @@ function MarketPageContent({
{!hasMore && plugins.length > 0 && (
<div className="text-center text-muted-foreground py-6">
{t('market.allLoaded')}
{' · '}
<a
href="https://github.com/langbot-app/langbot-plugin-demo/issues/new?template=plugin-request.yml"
target="_blank"
rel="noopener noreferrer"
className="text-primary hover:underline"
>
{t('market.requestPlugin')}
</a>
</div>
)}
</>