Skip to content

Commit

Permalink
Merge pull request #80 from jediswaplabs/retroboy/swap-ui
Browse files Browse the repository at this point in the history
ui fixes
  • Loading branch information
retroboydev authored Nov 27, 2023
2 parents d2a7f2f + c30f635 commit e6a86c1
Show file tree
Hide file tree
Showing 134 changed files with 4,436 additions and 5,862 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module.exports = {
'jsx-a11y/tabindex-no-positive': 'off',
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-empty-function': 'off',
'react/jsx-filename-extension': 'off',
'max-len': 'off',
'max-params': ['error', 3],
Expand All @@ -97,13 +98,15 @@ module.exports = {
'no-extra-boolean-cast': 0,
'no-plusplus': 'off',
'no-prototype-builtins': 'off',
'no-nested-ternary': 'off',
'no-restricted-properties': 'off',
'no-restricted-syntax': 'off',
'no-promise-executor-return': 'off',
'no-unused-vars': ['error', {
'no-unused-vars': ['off', {
varsIgnorePattern: 'Fragment', ignoreRestSiblings: true,
}],
'@typescript-eslint/no-unused-vars': 'error',
'linebreak-style': 0,
'@typescript-eslint/no-unused-vars': 'off',
'no-use-before-define': 'off',
'object-curly-newline': ['error', {
ObjectExpression: { consistent: true },
Expand Down
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/jediswap-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ jobs:
- name: Run Cache Invalidation
run: aws cloudfront create-invalidation --distribution-id $CDN_DISTRIBUTION_ID --paths /\*
env:
<<<<<<< HEAD
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
=======
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
>>>>>>> d2a7f2f5a171ea0ae113d50e1bf5b40cdd8891df
4 changes: 4 additions & 0 deletions .github/workflows/jediswap-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ jobs:
- name: Run Cache Invalidation
run: aws cloudfront create-invalidation --distribution-id $CDN_DISTRIBUTION_ID --paths /\*
env:
<<<<<<< HEAD
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
=======
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
>>>>>>> d2a7f2f5a171ea0ae113d50e1bf5b40cdd8891df
16 changes: 7 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
"npm.packageManager": "yarn",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.formatOnSaveMode": "file",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"editor.inlineSuggest.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand All @@ -18,5 +11,10 @@
"files.eol": "\n",
"eslint.enable": true,
"eslint.debug": true,
"prettier.trailingComma": "none",
}
"extensions.disabled": [
"ms-vscode.jscs",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"rvest.vs-code-prettier-eslint"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@cloudflare/workers-types": "^4.20230710.1",
"@craco/craco": "^7.1.0",
"@ethersproject/experimental": "^5.4.0",
"@lingui/cli": "^4.3.0",
"@lingui/cli": "^4.5.0",
"@lingui/swc-plugin": "^4.0.4",
"@swc/core": "^1.3.72",
"@swc/jest": "^0.2.27",
Expand Down Expand Up @@ -155,6 +155,7 @@
"yarn-deduplicate": "^6.0.0"
},
"dependencies": {
"@argent/starknet-react-webwallet-connector": "^6.4.2",
"@apollo/client": "^3.7.2",
"@coinbase/wallet-sdk": "^3.6.4",
"@fontsource/ibm-plex-mono": "^4.5.1",
Expand Down
Binary file added src/assets/images/ExternalLinkIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/noPosition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/jedi/squareLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/svg/dot_line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/svg/expando-icon-closed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/svg/expando-icon-opened.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e6a86c1

Please sign in to comment.