Merge pull request #2 from appwrite-labs/feat-remove-getting-started-illustrations

Remove bottom left illustrations from getting started wizards
This commit is contained in:
Steven Nguyen
2023-09-20 15:38:10 -07:00
committed by GitHub
12 changed files with 0 additions and 1738 deletions
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

@@ -4,14 +4,8 @@
import { WizardStep } from '$lib/layout';
import { sdk } from '$lib/stores/sdk';
import { createPlatform } from '../store';
import { wizard } from '$lib/stores/wizard';
import { app } from '$lib/stores/app';
import Light from './light.svg';
import Dark from './dark.svg';
import { Submit, trackEvent } from '$lib/actions/analytics';
$wizard.media = $app.themeInUse === 'dark' ? Dark : Light;
const projectId = $page.params.project;
async function beforeSubmit() {
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 35 KiB

@@ -5,14 +5,8 @@
import { WizardStep } from '$lib/layout';
import { sdk } from '$lib/stores/sdk';
import { createPlatform } from '../store';
import { wizard } from '$lib/stores/wizard';
import { app } from '$lib/stores/app';
import Light from './light.svg';
import Dark from './dark.svg';
import { Submit, trackEvent } from '$lib/actions/analytics';
$wizard.media = $app.themeInUse === 'dark' ? Dark : Light;
enum Platform {
iOS = 'apple-ios',
macOS = 'apple-macos',
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

@@ -5,14 +5,8 @@
import { WizardStep } from '$lib/layout';
import { sdk } from '$lib/stores/sdk';
import { createPlatform } from '../store';
import { wizard } from '$lib/stores/wizard';
import { app } from '$lib/stores/app';
import Light from './light.svg';
import Dark from './dark.svg';
import { Submit, trackEvent } from '$lib/actions/analytics';
$wizard.media = $app.themeInUse === 'dark' ? Dark : Light;
enum Platform {
Android = 'flutter-android',
Ios = 'flutter-ios',
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

@@ -5,17 +5,12 @@
import { FormList, InputText } from '$lib/elements/forms';
import { WizardStep } from '$lib/layout';
import { sdk } from '$lib/stores/sdk';
import { wizard } from '$lib/stores/wizard';
import { createPlatform } from '../store';
import { app } from '$lib/stores/app';
import Light from './light.svg';
import Dark from './dark.svg';
import { Submit, trackEvent } from '$lib/actions/analytics';
const projectId = $page.params.project;
const suggestions = ['*.vercel.app', '*.netlify.app', '*.gitpod.io'];
$wizard.media = $app.themeInUse === 'dark' ? Dark : Light;
async function beforeSubmit() {
if ($createPlatform.$id) {
await sdk.forConsole.projects.updatePlatform(