Skip to content

Commit

Permalink
chore: remove tarui (#7089)
Browse files Browse the repository at this point in the history
* chore: remove tarui

* chore: remove tarui config
  • Loading branch information
appflowy authored Dec 30, 2024
1 parent 09fa75f commit d9b3f3f
Show file tree
Hide file tree
Showing 694 changed files with 3 additions and 52,664 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android_ci.yaml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
paths:
- ".github/workflows/mobile_ci.yaml"
- "frontend/**"
- "!frontend/appflowy_tauri/**"

pull_request:
branches:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ios_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
paths:
- ".github/workflows/mobile_ci.yaml"
- "frontend/**"
- "!frontend/appflowy_tauri/**"
- "!frontend/appflowy_web_app/**"

pull_request:
Expand All @@ -16,7 +15,6 @@ on:
paths:
- ".github/workflows/mobile_ci.yaml"
- "frontend/**"
- "!frontend/appflowy_tauri/**"
- "!frontend/appflowy_web_app/**"

env:
Expand Down
15 changes: 0 additions & 15 deletions frontend/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,5 @@
// "request": "launch",
// "program": "[YOUR_APPLICATION_PATH]",
},
{
// https://tauri.app/v1/guides/debugging/vs-code
"type": "lldb",
"request": "launch",
"name": "AF-tauri: Debug backend",
"cargo": {
"args": [
"build",
"--manifest-path=./appflowy_tauri/src-tauri/Cargo.toml",
"--no-default-features"
]
},
"preLaunchTask": "AF: Tauri UI Dev",
"cwd": "${workspaceRoot}/appflowy_tauri/"
},
]
}
45 changes: 0 additions & 45 deletions frontend/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,51 +245,6 @@
"problemMatcher": [],
"detail": "appflowy_flutter"
},
{
"label": "AF: Tauri UI Build",
"type": "shell",
"command": "pnpm run build",
"options": {
"cwd": "${workspaceFolder}/appflowy_tauri"
}
},
{
"label": "AF: Tauri UI Dev",
"type": "shell",
"isBackground": true,
"command": "pnpm sync:i18n && pnpm run dev",
"options": {
"cwd": "${workspaceFolder}/appflowy_tauri"
}
},
{
"label": "AF: Tauri Clean",
"type": "shell",
"command": "cargo make tauri_clean",
"options": {
"cwd": "${workspaceFolder}"
}
},
{
"label": "AF: Tauri Clean + Dev",
"type": "shell",
"dependsOrder": "sequence",
"dependsOn": [
"AF: Tauri Clean",
"AF: Tauri UI Dev"
],
"options": {
"cwd": "${workspaceFolder}"
}
},
{
"label": "AF: Tauri ESLint",
"type": "shell",
"command": "npx eslint --fix src",
"options": {
"cwd": "${workspaceFolder}/appflowy_tauri"
}
},
{
"label": "AF: Generate Env File",
"type": "shell",
Expand Down
7 changes: 0 additions & 7 deletions frontend/appflowy_tauri/.eslintignore

This file was deleted.

73 changes: 0 additions & 73 deletions frontend/appflowy_tauri/.eslintrc.cjs

This file was deleted.

33 changes: 0 additions & 33 deletions frontend/appflowy_tauri/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions frontend/appflowy_tauri/.prettierignore

This file was deleted.

20 changes: 0 additions & 20 deletions frontend/appflowy_tauri/.prettierrc.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions frontend/appflowy_tauri/.vscode/extensions.json

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/appflowy_tauri/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions frontend/appflowy_tauri/index.html

This file was deleted.

21 changes: 0 additions & 21 deletions frontend/appflowy_tauri/jest.config.cjs

This file was deleted.

Loading

0 comments on commit d9b3f3f

Please sign in to comment.