From a0e05844256a7921a6c4b2598fc8aaa58882cce2 Mon Sep 17 00:00:00 2001 From: wess Date: Mon, 16 Oct 2023 12:01:32 -0400 Subject: [PATCH 1/3] Adds a couple of env ignores User Verify button shows "Verify" until both email and password are verified. Runs formatter --- .gitignore | 135 +++++++++++++++++- .../auth/user-[user]/updateStatus.svelte | 3 +- 2 files changed, 136 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 183c555631..b480462709 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .DS_Store +.envrc +.vscode node_modules /build /.svelte-kit @@ -14,4 +16,135 @@ node_modules/ dist/ .vercel -*.swp \ No newline at end of file +*.swp +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env +.env.test +.env.production + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + +### Node Patch ### +# Serverless Webpack directories +.webpack/ + +# Optional stylelint cache +.stylelintcache + +# SvelteKit build / generate output +.svelte-kit + + diff --git a/src/routes/console/project-[project]/auth/user-[user]/updateStatus.svelte b/src/routes/console/project-[project]/auth/user-[user]/updateStatus.svelte index 80fe968c8b..6c155ae4ec 100644 --- a/src/routes/console/project-[project]/auth/user-[user]/updateStatus.svelte +++ b/src/routes/console/project-[project]/auth/user-[user]/updateStatus.svelte @@ -139,7 +139,8 @@ updateVerificationEmail()}> From 779db3026211168772723083fa6e5c97667df946 Mon Sep 17 00:00:00 2001 From: wess Date: Mon, 16 Oct 2023 12:10:14 -0400 Subject: [PATCH 2/3] Changes Logout to Sign out on User sessions view --- src/routes/console/account/sessions/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/console/account/sessions/+page.svelte b/src/routes/console/account/sessions/+page.svelte index 399792e04e..9268f0506b 100644 --- a/src/routes/console/account/sessions/+page.svelte +++ b/src/routes/console/account/sessions/+page.svelte @@ -48,7 +48,7 @@ Sessions @@ -100,7 +100,7 @@ {session.ip} - + {/each} From 80289f2de401c326978173730d23ad4e35a61bbc Mon Sep 17 00:00:00 2001 From: wess Date: Mon, 16 Oct 2023 14:40:06 -0400 Subject: [PATCH 3/3] Adding data privacy fields --- src/lib/components/status.svelte | 2 +- src/lib/layout/header.svelte | 4 ++-- src/routes/console/account/+page.svelte | 2 +- .../organization-[organization]/deleteOrganization.svelte | 2 +- .../console/organization-[organization]/settings/+page.svelte | 2 +- .../overview/keys/[key]/+page@project-[project].svelte | 4 ++-- .../console/project-[project]/settings/deleteProject.svelte | 2 +- .../settings/migrations/(import)/step1.svelte | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/lib/components/status.svelte b/src/lib/components/status.svelte index ca140ceb97..00ed3353e5 100644 --- a/src/lib/components/status.svelte +++ b/src/lib/components/status.svelte @@ -18,5 +18,5 @@ {#if status} {/if} - + diff --git a/src/lib/layout/header.svelte b/src/lib/layout/header.svelte index dbaff62060..54422dd826 100644 --- a/src/lib/layout/header.svelte +++ b/src/lib/layout/header.svelte @@ -133,9 +133,9 @@ +

{/if} {:else if $provider.provider === 'supabase'}