Skip to content

Commit

Permalink
chore: remove app (#11347)
Browse files Browse the repository at this point in the history
* chore: remove app/

* chore: remove ShareSelectNetworkModal

* chore: remove ProfileTab

* chore: remove SearchResultInspector

* chore: remove hooks

* chore: update lock file

* chore: remove tsconfig

* chore: update build script

* chore: renaming

* chore: update knip config

* chore: remove EnhanceableSite.App
  • Loading branch information
guanbinrui committed Feb 2, 2024
1 parent 9bad0fa commit fd2d2d7
Show file tree
Hide file tree
Showing 110 changed files with 35 additions and 4,489 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# tailwind
packages/app/src/styles/index.css

# generated files
i18n_generated*
.swc
Expand Down
3 changes: 0 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"dictionaries": ["typescript", "node", "html", "css", "fonts"],
"ignorePaths": [
"./packages/app/postcss.config.cjs",
"./packages/app/src/styles/index.css",
"./packages/app/tailwind.config.cjs",
"./packages/icons/countries/**",
"./packages/web3-contracts/types/**",
".github",
Expand Down
4 changes: 0 additions & 4 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ const config: KnipConfig = {
ignore: ['main/debugger.ts'],
entry: ['main/index.ts'],
},
'packages/app': {
entry: ['webpack.config.js', 'postcss.config.cjs', 'src/background-worker/init.ts', 'src/index.tsx'],
ignoreDependencies: ['autoprefixer', 'webpack-cli', 'webpack-dev-server'],
},
'packages/mask-sdk': {
ignore: ['public-api'],
entry: ['main/index.ts'],
Expand Down
3 changes: 0 additions & 3 deletions packages/app/.webpack/git-info.js

This file was deleted.

23 changes: 0 additions & 23 deletions packages/app/.webpack/template.html

This file was deleted.

29 changes: 0 additions & 29 deletions packages/app/README.md

This file was deleted.

115 changes: 0 additions & 115 deletions packages/app/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/app/postcss.config.cjs

This file was deleted.

51 changes: 0 additions & 51 deletions packages/app/src/MainUI.tsx

This file was deleted.

Binary file removed packages/app/src/assets/chrome.png
Binary file not shown.
Binary file removed packages/app/src/assets/firefox.png
Binary file not shown.
Binary file removed packages/app/src/assets/opera.png
Binary file not shown.
7 changes: 0 additions & 7 deletions packages/app/src/background-worker/database/README.md

This file was deleted.

0 comments on commit fd2d2d7

Please sign in to comment.