Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor plugin UI codebase #166

Merged
merged 9 commits into from
Oct 25, 2023
Merged
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
2 changes: 1 addition & 1 deletion plugin/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GENERATE_SOURCEMAP=false
VITE_API_URL=$API_SERVICE_URL
VITE_API_URL=http://127.0.0.1:8000
VITE_DEVNET_URL=http://127.0.0.1:5050
VITE_REMOTE_DEVNET_URL=$STARKNET_DEVNET_URL
VITE_VERSION=$npm_package_version
7 changes: 4 additions & 3 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,16 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"typescript": "^4.9.5",
"vite": "^4.4.9"
"vite": "^4.4.9",
"vite-plugin-checker": "^0.6.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview --port 3000",
"deploy": "pnpm run build; pnpm run serve",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test": "vite test",
"eject": "vite eject",
"lint": "eslint \"src/**/*.{ts,tsx,js,jsx}\"",
"lint:fix": "eslint \"src/**/*.{ts,tsx,js,jsx}\" --fix"
},
Expand Down
205 changes: 205 additions & 0 deletions plugin/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading