Skip to content

Commit

Permalink
merge: pull request #278 from revoltchat/insert/refactor/flattening-2
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish authored Mar 29, 2024
2 parents 2fc1f7c + bc2afff commit 6817cf1
Show file tree
Hide file tree
Showing 505 changed files with 10,330 additions and 7,225 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
path = packages/revolt.js
url = https://github.com/revoltchat/revolt.js
[submodule "components/i18n/locales"]
path = components/i18n/locales
path = packages/client/components/i18n/locales
url = https://github.com/revoltchat/translations
[submodule "packages/solid-styled-components"]
path = packages/solid-styled-components
Expand Down
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
"**/tsconfig.json": false
},
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
// Force to follow the `GUIDELINES.md`
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
// Tell `rust-analyzer` where the Tauri project is.
"rust-analyzer.linkedProjects": [
"./packages/desktop/src-tauri/Cargo.toml"
],
"nixEnvSelector.nixFile": "${workspaceRoot}/default.nix"
}
30 changes: 0 additions & 30 deletions components/app/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions components/app/tsconfig.json

This file was deleted.

29 changes: 0 additions & 29 deletions components/auth/package.json

This file was deleted.

213 changes: 0 additions & 213 deletions components/auth/src/AuthPage.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions components/auth/src/__tests__/authPage.test.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions components/auth/src/__tests__/checkFlowShowsProvider.test.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions components/auth/tsconfig.json

This file was deleted.

22 changes: 0 additions & 22 deletions components/client/package.json

This file was deleted.

Loading

0 comments on commit 6817cf1

Please sign in to comment.