[PR #7126] [MERGED] chore: remove web app #7746

Closed
opened 2026-03-23 23:21:01 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7126
Author: @qinluhe
Created: 1/2/2025
Status: Merged
Merged: 1/3/2025
Merged by: @qinluhe

Base: mainHead: chore/remove-web-app


📝 Commits (2)

  • 01c97a3 feat: support rename workspace on web
  • f8996f4 chore: remove web app from repo

📊 Changes

1992 files changed (+0 additions, -99120 deletions)

View changed files

.github/workflows/tauri2_ci.yaml (+0 -98)
.github/workflows/tauri_ci.yaml (+0 -111)
.github/workflows/tauri_release.yml (+0 -152)
.github/workflows/web2_ci.yaml (+0 -75)
.github/workflows/web_coverage.yaml (+0 -65)
frontend/appflowy_web_app/.eslintignore (+0 -10)
frontend/appflowy_web_app/.eslintignore.web (+0 -8)
frontend/appflowy_web_app/.eslintrc.cjs (+0 -73)
frontend/appflowy_web_app/.gitignore (+0 -37)
frontend/appflowy_web_app/.nycrc (+0 -23)
frontend/appflowy_web_app/.prettierrc.cjs (+0 -20)
frontend/appflowy_web_app/README.md (+0 -163)
frontend/appflowy_web_app/__mocks__/nanoid.ts (+0 -10)
frontend/appflowy_web_app/cypress.config.ts (+0 -34)
frontend/appflowy_web_app/cypress/fixtures/database/4c658817-20db-4f56-b7f9-0637a22dfeb6.json (+0 -1)
frontend/appflowy_web_app/cypress/fixtures/database/87bc006e-c1eb-47fd-9ac6-e39b17956369.json (+0 -1)
frontend/appflowy_web_app/cypress/fixtures/database/ad7dc45b-44b5-498f-bfa2-0f43bf05cc0d.json (+0 -1)
frontend/appflowy_web_app/cypress/fixtures/database/ce267d12-3b61-4ebb-bb03-d65272f5f817.json (+0 -1)
frontend/appflowy_web_app/cypress/fixtures/database/rows/4c658817-20db-4f56-b7f9-0637a22dfeb6.json (+0 -1)
frontend/appflowy_web_app/cypress/fixtures/database/rows/87bc006e-c1eb-47fd-9ac6-e39b17956369.json (+0 -1)

...and 80 more files

📄 Description

Feature Preview

remove web app from this repo and move it to https://github.com/AppFlowy-IO/AppFlowy-Web


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/7126 **Author:** [@qinluhe](https://github.com/qinluhe) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@qinluhe](https://github.com/qinluhe) **Base:** `main` ← **Head:** `chore/remove-web-app` --- ### 📝 Commits (2) - [`01c97a3`](https://github.com/AppFlowy-IO/AppFlowy/commit/01c97a31ad7fcfe7f7dd0eafa04ecea9f0503534) feat: support rename workspace on web - [`f8996f4`](https://github.com/AppFlowy-IO/AppFlowy/commit/f8996f4c08dfedb85d103d1532906ab50ac58fae) chore: remove web app from repo ### 📊 Changes **1992 files changed** (+0 additions, -99120 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/tauri2_ci.yaml` (+0 -98) ➖ `.github/workflows/tauri_ci.yaml` (+0 -111) ➖ `.github/workflows/tauri_release.yml` (+0 -152) ➖ `.github/workflows/web2_ci.yaml` (+0 -75) ➖ `.github/workflows/web_coverage.yaml` (+0 -65) ➖ `frontend/appflowy_web_app/.eslintignore` (+0 -10) ➖ `frontend/appflowy_web_app/.eslintignore.web` (+0 -8) ➖ `frontend/appflowy_web_app/.eslintrc.cjs` (+0 -73) ➖ `frontend/appflowy_web_app/.gitignore` (+0 -37) ➖ `frontend/appflowy_web_app/.nycrc` (+0 -23) ➖ `frontend/appflowy_web_app/.prettierrc.cjs` (+0 -20) ➖ `frontend/appflowy_web_app/README.md` (+0 -163) ➖ `frontend/appflowy_web_app/__mocks__/nanoid.ts` (+0 -10) ➖ `frontend/appflowy_web_app/cypress.config.ts` (+0 -34) ➖ `frontend/appflowy_web_app/cypress/fixtures/database/4c658817-20db-4f56-b7f9-0637a22dfeb6.json` (+0 -1) ➖ `frontend/appflowy_web_app/cypress/fixtures/database/87bc006e-c1eb-47fd-9ac6-e39b17956369.json` (+0 -1) ➖ `frontend/appflowy_web_app/cypress/fixtures/database/ad7dc45b-44b5-498f-bfa2-0f43bf05cc0d.json` (+0 -1) ➖ `frontend/appflowy_web_app/cypress/fixtures/database/ce267d12-3b61-4ebb-bb03-d65272f5f817.json` (+0 -1) ➖ `frontend/appflowy_web_app/cypress/fixtures/database/rows/4c658817-20db-4f56-b7f9-0637a22dfeb6.json` (+0 -1) ➖ `frontend/appflowy_web_app/cypress/fixtures/database/rows/87bc006e-c1eb-47fd-9ac6-e39b17956369.json` (+0 -1) _...and 80 more files_ </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview remove web app from this repo and move it to https://github.com/AppFlowy-IO/AppFlowy-Web <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:21:01 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7746
No description provided.