mirror of
https://github.com/LukeHagar/OpenAPI.gg.git
synced 2025-12-06 12:37:48 +00:00
Update +page.svelte
This commit is contained in:
@@ -25,16 +25,14 @@
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-left">ID</th>
|
||||
<th class="text-left">Name</th>
|
||||
<th class="text-left">Actions</th>
|
||||
<th class="text-center">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#if $apiSpecs}
|
||||
{#each $apiSpecs as spec (spec.id)}
|
||||
<tr>
|
||||
<td>{spec.id}</td>
|
||||
<td>{spec.name}</td>
|
||||
<td>
|
||||
<LoadButton {spec} />
|
||||
@@ -53,32 +51,10 @@
|
||||
placeholder="Enter the name for the API Spec"
|
||||
/>
|
||||
{/if}
|
||||
|
||||
<SaveButton />
|
||||
<SaveNewButton />
|
||||
<CreateNewButton />
|
||||
<Upload />
|
||||
<DeleteAllButton />
|
||||
</div>
|
||||
<!-- <div class="w-full h-full flex flex-col items-center justify-center grow">
|
||||
<h1 class="h1">
|
||||
<span
|
||||
class="bg-gradient-to-br from-blue-500 to-cyan-300 bg-clip-text text-transparent box-decoration-clone"
|
||||
>
|
||||
Design.
|
||||
</span>
|
||||
</h1>
|
||||
<h1 class="h1">
|
||||
<span
|
||||
class="bg-gradient-to-br from-red-500 to-yellow-500 bg-clip-text text-transparent box-decoration-clone"
|
||||
>
|
||||
Build.
|
||||
</span>
|
||||
</h1>
|
||||
<h1 class="h1">
|
||||
<span
|
||||
class="bg-gradient-to-br from-pink-500 to-violet-500 bg-clip-text text-transparent box-decoration-clone"
|
||||
>
|
||||
Deploy.
|
||||
</span>
|
||||
</h1>
|
||||
</div> -->
|
||||
|
||||
Reference in New Issue
Block a user