Removed Update prefix

This commit is contained in:
Eldad Fux
2023-03-14 22:33:02 +02:00
parent c4a1b2c969
commit 9b7c925cb8
37 changed files with 46 additions and 46 deletions
+3 -3
View File
@@ -81,7 +81,7 @@
<Container>
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<ul>
@@ -96,7 +96,7 @@
</Form>
<Form on:submit={updateEmail}>
<CardGrid>
<Heading tag="h6" size="7">Update Email</Heading>
<Heading tag="h6" size="7">Email</Heading>
<svelte:fragment slot="aside">
<FormList>
@@ -124,7 +124,7 @@
</Form>
<Form on:submit={updatePassword}>
<CardGrid>
<Heading tag="h6" size="7">Update Password</Heading>
<Heading tag="h6" size="7">Password</Heading>
<p class="text">
Forgot your password? <a class="link" href={`${base}/recover`}
>Recover your password</a>
@@ -43,7 +43,7 @@
{#if $organization}
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<ul>
@@ -57,7 +57,7 @@
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<ul>
@@ -35,7 +35,7 @@
<Form on:submit={updateEmail}>
<CardGrid>
<Heading tag="h6" size="7">Update Email</Heading>
<Heading tag="h6" size="7">Email</Heading>
<svelte:fragment slot="aside">
<ul>
<InputEmail
@@ -35,7 +35,7 @@
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<ul data-private>
@@ -30,7 +30,7 @@
<Form on:submit={updatePassword}>
<CardGrid>
<div>
<Heading tag="h6" size="7">Update Password</Heading>
<Heading tag="h6" size="7">Password</Heading>
</div>
<p>
@@ -35,7 +35,7 @@
<Form on:submit={updatePhone}>
<CardGrid>
<Heading tag="h6" size="7">Update Phone</Heading>
<Heading tag="h6" size="7">Phone</Heading>
<svelte:fragment slot="aside">
<ul>
<InputPhone
@@ -68,7 +68,7 @@
</CardGrid>
<Document />
<CardGrid>
<Heading tag="h6" size="7">Update Permissions</Heading>
<Heading tag="h6" size="7">Permissions</Heading>
<p>
Assign read or write permissions at the <b> Collection Level</b> or
<b> Document Level</b>. If collection Level permissions are assigned, permissions
@@ -79,7 +79,7 @@
</script>
<CardGrid>
<Heading tag="h6" size="7">Update Data</Heading>
<Heading tag="h6" size="7">Data</Heading>
<p>Update document data based on the attributes created earlier.</p>
<svelte:fragment slot="aside">
<AttributeForm attributes={$collection.attributes} bind:formValues={$work} gap="16" />
@@ -46,7 +46,7 @@
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<ul>
@@ -57,7 +57,7 @@
</script>
<CardGrid>
<Heading tag="h6" size="7">Update Permissions</Heading>
<Heading tag="h6" size="7">Permissions</Heading>
<p class="text">
Choose who can access your collection and documents. For more information, check out the <a
href="https://appwrite.io/docs/permissions"
@@ -45,7 +45,7 @@
</script>
<CardGrid>
<Heading tag="h6" size="7">Update Document Security</Heading>
<Heading tag="h6" size="7">Document Security</Heading>
<svelte:fragment slot="aside">
<FormList>
<InputSwitch
@@ -62,7 +62,7 @@
</Card>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<ul>
@@ -284,7 +284,7 @@
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<ul>
@@ -332,7 +332,7 @@
<Form on:submit={updateSchedule}>
<CardGrid>
<Heading tag="h6" size="7">Update Schedule</Heading>
<Heading tag="h6" size="7">Schedule</Heading>
<p>
Set a Cron schedule to trigger your function. Leave blank for no schedule. <a
href="https://en.wikipedia.org/wiki/Cron"
@@ -357,7 +357,7 @@
</Form>
<CardGrid>
<Heading tag="h6" size="7">Update Variables</Heading>
<Heading tag="h6" size="7">Variables</Heading>
<p>Set the variables (or secret keys) that will be passed to your function at runtime.</p>
<svelte:fragment slot="aside">
<div class="u-flex u-margin-inline-start-auto u-gap-16">
@@ -454,7 +454,7 @@
<Form on:submit={updateTimeout}>
<CardGrid>
<Heading tag="h6" size="7">Update Timeout</Heading>
<Heading tag="h6" size="7">Timeout</Heading>
<p>
Limit the execution time of your function. Maximum value is 900 seconds (15
minutes).
@@ -78,7 +78,7 @@
<Form on:submit={updateEvents}>
<CardGrid>
<Heading tag="h6" size="7">Update Events</Heading>
<Heading tag="h6" size="7">Events</Heading>
<p>Set the events that will trigger your function. Maximum 100 events allowed.</p>
<svelte:fragment slot="aside">
{#if $eventSet.size}
@@ -105,7 +105,7 @@
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<p class="text">Choose any name that will help you distinguish between API keys.</p>
<svelte:fragment slot="aside">
<FormList>
@@ -125,7 +125,7 @@
</Form>
<Form on:submit={updateScopes}>
<CardGrid>
<Heading tag="h6" size="7">Update Scopes</Heading>
<Heading tag="h6" size="7">Scopes</Heading>
<p class="text">
You can choose which permission scope to grant your application. It is a best
practice to allow only the permissions you need to meet your project goals.
@@ -45,7 +45,7 @@
<Form on:submit={updateExpire}>
<CardGrid>
<Heading tag="h6" size="7">Update Expiration Date</Heading>
<Heading tag="h6" size="7">Expiration Date</Heading>
<p class="text">Set a date after which your API Key will expire.</p>
<svelte:fragment slot="aside">
{#if isExpired}
@@ -78,7 +78,7 @@
<Container>
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<p class="text">Choose any name that will help you distinguish between platforms.</p>
<svelte:fragment slot="aside">
<FormList>
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Package Name</Heading>
<Heading tag="h6" size="7">Package Name</Heading>
<p class="text">
Your package name is generally the applicationId in your app-level build.gradle file.
</p>
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Bundle ID</Heading>
<Heading tag="h6" size="7">Bundle ID</Heading>
<p class="text">
You can find your Bundle Identifier in the General tab for your app's primary target in
Xcode.
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Bundle ID</Heading>
<Heading tag="h6" size="7">Bundle ID</Heading>
<p class="text">
You can find your Bundle Identifier in the General tab for your app's primary target in
Xcode.
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Bundle ID</Heading>
<Heading tag="h6" size="7">Bundle ID</Heading>
<p class="text">
You can find your Bundle Identifier in the General tab for your app's primary target in
Xcode.
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Bundle ID</Heading>
<Heading tag="h6" size="7">Bundle ID</Heading>
<p class="text">
You can find your Bundle Identifier in the General tab for your app's primary target in
Xcode.
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Package Name</Heading>
<Heading tag="h6" size="7">Package Name</Heading>
<p class="text">
Your package name is generally the applicationId in your app-level build.gradle file.
</p>
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Bundle ID</Heading>
<Heading tag="h6" size="7">Bundle ID</Heading>
<p class="text">
You can find your Bundle Identifier in the General tab for your app's primary target in
Xcode.
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Package Name</Heading>
<Heading tag="h6" size="7">Package Name</Heading>
<p class="text">Your application name.</p>
<svelte:fragment slot="aside">
<FormList>
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Bundle ID</Heading>
<Heading tag="h6" size="7">Bundle ID</Heading>
<p class="text">
You can find your Bundle Identifier in the General tab for your app's primary target in
Xcode.
@@ -46,7 +46,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Package Name</Heading>
<Heading tag="h6" size="7">Package Name</Heading>
<p class="text">Your application name.</p>
<svelte:fragment slot="aside">
<FormList>
@@ -41,7 +41,7 @@
<Form on:submit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Update Hostname</Heading>
<Heading tag="h6" size="7">Hostname</Heading>
<p class="text">You can use * to allow wildcard hostnames or subdomains.</p>
<svelte:fragment slot="aside">
<FormList>
@@ -102,7 +102,7 @@
</svelte:fragment>
</CardGrid>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<FormList>
@@ -66,7 +66,7 @@
<Form on:submit={updateEvents}>
<CardGrid>
<Heading tag="h6" size="7">Update Events</Heading>
<Heading tag="h6" size="7">Events</Heading>
<p class="text">
Set the events that will trigger your webhook. Maximum 100 events allowed.
</p>
@@ -47,7 +47,7 @@
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h2" size="7">Update Name</Heading>
<Heading tag="h2" size="7">Name</Heading>
<p>Choose any name that will help you distinguish between Webhooks.</p>
<svelte:fragment slot="aside">
<FormList>
@@ -47,7 +47,7 @@
<Form on:submit={updateUrl}>
<CardGrid>
<Heading tag="h2" size="7">Update Url</Heading>
<Heading tag="h2" size="7">URL</Heading>
<svelte:fragment slot="aside">
<FormList>
@@ -69,7 +69,7 @@
{:else}
<CustomId bind:show={showCustomId} name="File" bind:id />
{/if}
<Heading tag="h6" size="7">Update Permissions</Heading>
<Heading tag="h6" size="7">Permissions</Heading>
<p class="text">
Choose who can access your buckets and files. For more information, check out the
<a
@@ -112,7 +112,7 @@
</CardGrid>
<CardGrid>
<Heading tag="h6" size="7">Update Permissions</Heading>
<Heading tag="h6" size="7">Permissions</Heading>
<p>
Assign read or write permissions at the Bucket Level or File Level. If Bucket Level
permissions are enabled, file permissions will be ignored.
@@ -236,7 +236,7 @@
<Form on:submit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>
<svelte:fragment slot="aside">
<FormList>
<InputText
@@ -258,7 +258,7 @@
<Form on:submit={updatePermissions}>
<CardGrid>
<Heading tag="h6" size="7">Update Permissions</Heading>
<Heading tag="h6" size="7">Permissions</Heading>
<p class="text">
Choose who can access your buckets and files. For more information, check out
the <a
@@ -282,7 +282,7 @@
<Form on:submit={updateFileSecurity}>
<CardGrid>
<Heading tag="h6" size="7">Update File Security</Heading>
<Heading tag="h6" size="7">File Security</Heading>
<svelte:fragment slot="aside">
<FormList>
<InputSwitch
@@ -310,7 +310,7 @@
<Form on:submit={updateSecurity}>
<CardGrid>
<Heading tag="h2" size="7">Update Security Settings</Heading>
<Heading tag="h2" size="7">Security Settings</Heading>
<p class="text">
Enable or disable security services for the bucket including <b>Ecryption</b>
and <b>Antivirus scanning.</b>
@@ -24,7 +24,7 @@
<Form on:submit={updateMaxSize}>
<CardGrid>
<Heading tag="h2" size="6">Update Maximum File Size</Heading>
<Heading tag="h2" size="6">Maximum File Size</Heading>
<p class="text">Set the maximum file size allowed in the bucket.</p>
<svelte:fragment slot="aside">
<ul class="u-flex u-gap-12">