From ea46a5c0c296f2b75f9ff5cdd2465097c9e96c47 Mon Sep 17 00:00:00 2001 From: patak <583075+patak-dev@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:18:07 +0100 Subject: [PATCH] chore: pause codeflow (#3242) --- CONTRIBUTING.md | 6 ----- README.md | 7 ------ docs/components/global/TranslationState.vue | 27 ++++++--------------- docs/content/1.guide/3.contributing.md | 6 ----- 4 files changed, 8 insertions(+), 38 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 781a53c9..5e2f3b32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,12 +6,6 @@ Refer also to https://github.com/antfu/contribute. For guidelines on contributing to the documentation, refer to the [docs README](./docs/README.md). -### Online - -You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow). - -[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow.svg)](https://pr.new/elk-zone/elk) - ### Local Setup To develop and test the Elk package: diff --git a/README.md b/README.md index 3519538c..c12ea65c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ A nimble Mastodon web client

discord chat - Start new PR in StackBlitz Codeflow Open board on Volta


@@ -104,12 +103,6 @@ We would also appreciate sponsoring other contributors to the Elk project. If so We're really excited that you're interested in contributing to Elk! Before submitting your contribution, please read through the following guide. -### Online - -You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow). - -[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow.svg)](https://pr.new/elk-zone/elk) - ### Local Setup Clone the repository and run on the root folder: diff --git a/docs/components/global/TranslationState.vue b/docs/components/global/TranslationState.vue index 8882e696..0dd06865 100644 --- a/docs/components/global/TranslationState.vue +++ b/docs/components/global/TranslationState.vue @@ -76,18 +76,7 @@ async function copyToClipboard() {
You can see the detail (missing and outdated keys) by clicking on the corresponding row.
- If you want to send a PR, click on Edit link on the corresponding translation file, it will open Codeflow: - - read the following guide - - - - + If you want to send a PR, click on Edit link on the corresponding translation file, it will open the translation file in GitHub
@@ -128,10 +117,10 @@ async function copyToClipboard() { Edit @@ -154,10 +143,10 @@ async function copyToClipboard() { {{ `${total}` }} Edit @@ -255,7 +244,7 @@ tr.expandable, tr.expandable td { cursor: pointer; } -a.codeflow, +a.edit-in-github, a.inline, td.expandable div { display: flex; diff --git a/docs/content/1.guide/3.contributing.md b/docs/content/1.guide/3.contributing.md index d6143802..f799d5e4 100644 --- a/docs/content/1.guide/3.contributing.md +++ b/docs/content/1.guide/3.contributing.md @@ -2,12 +2,6 @@ We're really excited that you're interested in contributing to Elk! Before submitting your contribution, please read through the following guide. -## Online - -You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll also see a Codeflow button on PRs to review them without a local setup. Once the elk repo has been cloned in Codeflow, the dev server will start automatically and print the URL to open the App. You should receive a prompt in the bottom-right suggesting to open it in the Editor or in another Tab. To learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow). - -[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow.svg)](https://pr.new/elk-zone/elk) - ## Local Setup Clone the repository and run on the root folder: