chore: OSS catalog, archive import are now beta

This commit is contained in:
Benjamin Nussbaum 2025-11-06 21:41:04 +01:00
parent 791815b77b
commit e1db2a04e8
2 changed files with 2 additions and 2 deletions

View file

@ -224,7 +224,7 @@ new class extends Component {
<div class="space-y-6"> <div class="space-y-6">
<div> <div>
<flux:heading size="lg">Import Recipe <flux:heading size="lg">Import Recipe
<flux:badge color="yellow" class="ml-2">Alpha</flux:badge> <flux:badge color="blue" class="ml-2">Beta</flux:badge>
</flux:heading> </flux:heading>
<flux:subheading>Upload a ZIP archive containing a TRMNL recipe either exported from the cloud service or structured using the <a href="https://github.com/usetrmnl/trmnlp" target="_blank" class="underline">trmnlp</a> project structure.</flux:subheading> <flux:subheading>Upload a ZIP archive containing a TRMNL recipe either exported from the cloud service or structured using the <a href="https://github.com/usetrmnl/trmnlp" target="_blank" class="underline">trmnlp</a> project structure.</flux:subheading>
</div> </div>

View file

@ -1082,7 +1082,7 @@ HTML;
})" })"
wire:ignore wire:ignore
wire:key="cm-{{ $textareaId }}" wire:key="cm-{{ $textareaId }}"
class="max-w-2xl min-h-[300px] h-[500px] overflow-hidden resize-y" class="max-w-2xl min-h-[300px] h-[565px] overflow-hidden resize-y"
> >
<!-- Loading state --> <!-- Loading state -->
<div x-show="isLoading" class="flex items-center justify-center h-full"> <div x-show="isLoading" class="flex items-center justify-center h-full">