todo: add optional hover state to rows

This commit is contained in:
Arman
2022-10-17 17:14:00 +02:00
parent f24b58d586
commit b7b0a80702
2 changed files with 5 additions and 2 deletions
@@ -228,8 +228,9 @@
<p>Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12">
<Button text external href="https://appwrite.io/docs/functions#createFunction"
>Documentation</Button>
<Button text external href="https://appwrite.io/docs/functions#createFunction">
Documentation
</Button>
<Button secondary on:click={() => (showCreate = true)}>Create Deployment</Button>
</div>
</Empty>
@@ -27,6 +27,8 @@
const functionId = $page.params.function;
$: executionList.load(functionId, [Query.offset(offset), Query.limit($pageLimit)], search);
//TODO: add optional hover state to rows
</script>
<Container>