Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions apps/namadillo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"license": "MIT",
"private": true,
"dependencies": {
"@chain-registry/client": "^1.53.5",
"@cosmjs/encoding": "^0.32.3",
"@keplr-wallet/types": "^0.12.136",
"@namada/chain-registry": "^1.3.0",
Expand All @@ -21,7 +20,6 @@
"bignumber.js": "^9.1.1",
"clsx": "^2.1.1",
"comlink": "^4.4.1",
"crypto-browserify": "^3.12.0",
"fathom-client": "^3.7.2",
"fp-ts": "^2.16.1",
"framer-motion": "^11.3.28",
Expand All @@ -43,8 +41,7 @@
"toml": "^3.0.0",
"traverse": "^0.6.9",
"vite-plugin-checker": "^0.8.0",
"web-vitals": "^2.1.4",
"wonka": "^6.3.4"
"web-vitals": "^2.1.4"
},
"scripts": {
"start:proxy": "node ./scripts/startProxies.js",
Expand Down Expand Up @@ -78,11 +75,8 @@
]
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@namada/sdk-node": "^0.20.8",
"@namada/vite-esbuild-plugin": "^1.0.1",
"@playwright/test": "^1.24.1",
"@svgr/webpack": "^6.5.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
Expand All @@ -97,35 +91,20 @@
"@types/react-dom": "^18.3.0",
"@types/react-paginate": "^7.1.2",
"@types/semver": "^7.5.8",
"@types/styled-components": "^5.1.22",
"@types/traverse": "^0.6.36",
"@types/w3c-web-usb": "^1.0.10",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.16",
"axios": "^1.8.2",
"dotenv": "^16.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems prettier is not running with lint or other auto checks, even before this change

"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.0",
"globals": "^15.9.0",
"history": "^5.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-create-mock-instance": "^2.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-transformer-svg": "^2.0.2",
"local-cors-proxy": "^1.1.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.3",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-pwa": "^0.21.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/namadillo/src/App/AppRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import { TransactionDetails } from "./Transactions/TransactionDetails";
import { TransactionHistory } from "./Transactions/TransactionHistory";
import { TransferLayout } from "./Transfer/TransferLayout";

export const MainRoutes = (): JSX.Element => {
const MainRoutes = (): JSX.Element => {
const location = useLocation();
const state = location.state as { backgroundLocation?: Location };
const features = useAtomValue(applicationFeaturesAtom);
Expand Down
104 changes: 0 additions & 104 deletions apps/namadillo/src/App/Common/BalanceChart.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions apps/namadillo/src/App/Common/FixedWarningBanner.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions apps/namadillo/src/App/Common/Footer.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions apps/namadillo/src/App/Common/FormattedPaginator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ export const FormattedPaginator = (
/>
);
};

export default FormattedPaginator;
33 changes: 0 additions & 33 deletions apps/namadillo/src/App/Common/Intro.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/namadillo/src/App/Common/StorageProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const HydrateAtoms = (props: { children: JSX.Element }): JSX.Element => {
return props.children;
};

export const defaultStore = getDefaultStore();
const defaultStore = getDefaultStore();

export const StorageProvider = ({
children,
Expand Down
11 changes: 0 additions & 11 deletions apps/namadillo/src/App/Common/TextLink.tsx

This file was deleted.

Loading