From 91f1265e7dbc14ecf001b93c00108c276a6e9c1e Mon Sep 17 00:00:00 2001 From: Akis Date: Sun, 14 Aug 2022 12:58:57 +0300 Subject: [PATCH] remove unused, export classes prop as class --- .npmrc | 1 - .vscode/i18n.code-snippets | 24 ------------------------ README.md | 2 -- src/lib/Card/Link.svelte | 3 ++- src/routes/instances.svelte | 2 +- src/routes/projects.svelte | 4 ++-- src/routes/team.svelte | 14 +++++++------- 7 files changed, 12 insertions(+), 38 deletions(-) delete mode 100644 .npmrc delete mode 100644 .vscode/i18n.code-snippets diff --git a/.npmrc b/.npmrc deleted file mode 100644 index b6f27f1..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -engine-strict=true diff --git a/.vscode/i18n.code-snippets b/.vscode/i18n.code-snippets deleted file mode 100644 index 1255ee7..0000000 --- a/.vscode/i18n.code-snippets +++ /dev/null @@ -1,24 +0,0 @@ -{ - // Place your ProjectSegfaultWebsite workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and - // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope - // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is - // used to trigger the snippet and the body will be expanded and inserted. Possible variables are: - // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. - // Placeholders with the same ids are connected. - // Example: - // "Print to console": { - // "scope": "javascript,typescript", - // "prefix": "log", - // "body": [ - // "console.log('$1');", - // "$2" - // ], - // "description": "Log output to console" - // } - "i18n": { - "scope": "svelte", - "prefix": "i18n", - "body": ["{\\$t('common.$1')}"], - "description": "i18n Snippet for Project Segfault's website" - } -} diff --git a/README.md b/README.md index a6c96c5..e03620b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# This repo is now a mirror of [our repo on Gitea](https://git.projectsegfau.lt/ProjectSegfault/website), open pull requests and issues at the Gitea repo. - # Project Segfault website Live at [projectsegfau.lt](https://projectsegfau.lt). diff --git a/src/lib/Card/Link.svelte b/src/lib/Card/Link.svelte index 8ce2889..9c8647a 100644 --- a/src/lib/Card/Link.svelte +++ b/src/lib/Card/Link.svelte @@ -1,6 +1,7 @@ diff --git a/src/routes/instances.svelte b/src/routes/instances.svelte index cdd6bfa..86e3710 100644 --- a/src/routes/instances.svelte +++ b/src/routes/instances.svelte @@ -30,7 +30,7 @@
diff --git a/src/routes/projects.svelte b/src/routes/projects.svelte index a004807..86e99c9 100644 --- a/src/routes/projects.svelte +++ b/src/routes/projects.svelte @@ -14,13 +14,13 @@ {#if website} - +
{/if} {#if git} - +
{/if} diff --git a/src/routes/team.svelte b/src/routes/team.svelte index 2eb6b1b..fd6f455 100644 --- a/src/routes/team.svelte +++ b/src/routes/team.svelte @@ -14,43 +14,43 @@ {#if matrix} - +
{/if} {#if discord} - +
{/if} {#if git} - +
{/if} {#if website} - +
{/if} {#if email} - +
{/if} {#if pgp} - +
{/if} {#if picture} - +
{/if}