mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
todo: add optional hover state to rows
This commit is contained in:
@@ -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>
|
||||
|
||||
+2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user