Added +add flows everywhere
ui: changed vibrant button to not so vibrant
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div>
|
||||
<h1>Create a new Application</h1>
|
||||
<div class="pb-4">Deploy any public git repositories.</div>
|
||||
<div class="pb-4">Deploy any public Git repositories.</div>
|
||||
<form class="flex flex-col gap-2" wire:submit.prevent>
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="flex flex-col">
|
||||
@@ -12,10 +12,14 @@
|
||||
</x-forms.button>
|
||||
</div>
|
||||
@if ($branch_found)
|
||||
<div class="py-2">
|
||||
<div>Rate limit remaining: {{ $rate_limit_remaining }}</div>
|
||||
<div>Rate limit reset at: {{ $rate_limit_reset }}</div>
|
||||
</div>
|
||||
@if ($rate_limit_remaining && $rate_limit_reset)
|
||||
<div class="flex gap-2 py-2">
|
||||
<div>Rate Limit</div>
|
||||
<x-helper
|
||||
helper="Rate limit remaining: {{ $rate_limit_remaining }}<br>Rate limit reset at: {{ $rate_limit_reset }}" />
|
||||
</div>
|
||||
@endif
|
||||
<h3 class="pt-8 pb-2">Details</h3>
|
||||
<div class="flex flex-col gap-2 pb-6">
|
||||
<div class="flex gap-2">
|
||||
<x-forms.input disabled id="git_branch" label="Selected branch"
|
||||
@@ -28,7 +32,6 @@
|
||||
helper="The port your application listens on." />
|
||||
@endif
|
||||
</div>
|
||||
<h4 class="pt-4">Settings</h4>
|
||||
<div class="w-52">
|
||||
<x-forms.checkbox instantSave id="is_static" label="Is it a static site?"
|
||||
helper="If your application is a static site or the final build assets should be served as a static site, enable this." />
|
||||
|
||||
Reference in New Issue
Block a user