Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating labels #343

Merged
merged 5 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/routes/console/account/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<Container>
<Form onSubmit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>

<svelte:fragment slot="aside">
<ul>
Expand All @@ -96,7 +96,7 @@
</Form>
<Form onSubmit={updateEmail}>
<CardGrid>
<Heading tag="h6" size="7">Update Email</Heading>
<Heading tag="h6" size="7">Email</Heading>

<svelte:fragment slot="aside">
<FormList>
Expand Down Expand Up @@ -124,7 +124,7 @@
</Form>
<Form onSubmit={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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{#if $organization}
<Form onSubmit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>

<svelte:fragment slot="aside">
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<Form onSubmit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>

<svelte:fragment slot="aside">
<ul>
Expand All @@ -78,7 +78,7 @@

<CardGrid danger>
<div>
<Heading tag="h6" size="7">Danger Zone</Heading>
<Heading tag="h6" size="7">Delete Team</Heading>
</div>

<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<CardGrid danger>
<div>
<Heading tag="h6" size="7">Danger Zone</Heading>
<Heading tag="h6" size="7">Delete User</Heading>
</div>
<p>
The user will be permanently deleted, including all data associated with this user. This
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<Form onSubmit={updateEmail}>
<CardGrid>
<Heading tag="h6" size="7">Update Email</Heading>
<Heading tag="h6" size="7">Email</Heading>
<svelte:fragment slot="aside">
<ul>
<InputEmail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<Form onSubmit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>

<svelte:fragment slot="aside">
<ul data-private>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Form onSubmit={updatePassword}>
<CardGrid>
<div>
<Heading tag="h6" size="7">Update Password</Heading>
<Heading tag="h6" size="7">Password</Heading>
</div>

<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<Form onSubmit={updatePhone}>
<CardGrid>
<Heading tag="h6" size="7">Update Phone</Heading>
<Heading tag="h6" size="7">Phone</Heading>
<svelte:fragment slot="aside">
<ul>
<InputPhone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>

<svelte:fragment slot="aside">
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -89,7 +89,7 @@

<CardGrid danger>
<div>
<Heading tag="h6" size="7">Danger Zone</Heading>
<Heading tag="h6" size="7">Delete Database</Heading>
</div>

<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@

<Form onSubmit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">Update Name</Heading>
<Heading tag="h6" size="7">Name</Heading>

<svelte:fragment slot="aside">
<ul>
Expand Down Expand Up @@ -332,7 +332,7 @@

<Form onSubmit={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"
Expand All @@ -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">
Expand Down Expand Up @@ -454,7 +454,7 @@

<Form onSubmit={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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<Form onSubmit={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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<Form onSubmit={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>
Expand All @@ -125,7 +125,7 @@
</Form>
<Form onSubmit={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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<Form onSubmit={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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<Container>
<Form onSubmit={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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<Form onSubmit={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>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/console/project-[project]/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<Form onSubmit={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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<Form onSubmit={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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<Form onSubmit={updateUrl}>
<CardGrid>
<Heading tag="h2" size="7">Update Url</Heading>
<Heading tag="h2" size="7">URL</Heading>

<svelte:fragment slot="aside">
<FormList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading