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

ui fixes #80

Merged
merged 44 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
614a2cd
ui fixes
retroboydev Nov 1, 2023
9d4c304
updated ui for swap
retroboydev Nov 3, 2023
8dba840
updated AccountDrawer ui
retroboydev Nov 4, 2023
2fb9602
removed light theme
retroboydev Nov 5, 2023
4966749
Add NetworkName to menu
pizzooid Nov 8, 2023
00a579c
Update changes
pizzooid Nov 11, 2023
8bc0030
Update Layout Background to Match New Design
pizzooid Nov 11, 2023
8297ace
Merge pull request #63 from jediswaplabs/add-network-name
retroboydev Nov 12, 2023
b4a9cfc
Merge pull request #64 from jediswaplabs/bg-fix
retroboydev Nov 12, 2023
bfab0ee
first version
iamoskvin Nov 15, 2023
25242b0
small fix
iamoskvin Nov 15, 2023
b635d6c
Merge github.com:jediswaplabs/JediSwapE2-interface into retroboy/swap-ui
retroboydev Nov 15, 2023
d9fdebb
Merge branch 'retroboy/swap-ui' of github.com:jediswaplabs/JediSwapE2…
retroboydev Nov 15, 2023
868eceb
fix a couple of styles
iamoskvin Nov 16, 2023
dce06a9
added github actions
retroboydev Nov 16, 2023
7595436
Merge pull request #66 from jediswaplabs/iamoskvin/add-liquidity
retroboydev Nov 17, 2023
9d4d540
wallet ui sidebar
Nov 18, 2023
03bd0f7
Merge branch 'retroboy/swap-ui' into isha/feature/wallet-sidebar
Ishagoyal Nov 18, 2023
dd0b916
hover state for wallet optiions
Ishagoyal Nov 18, 2023
65f259f
Link added to walletinfo text
Ishagoyal Nov 18, 2023
a2115be
Remove preference from the setting menu and coorect the ui for wallet…
Ishagoyal Nov 19, 2023
601801b
Pools page header and cards ui
Ishagoyal Nov 19, 2023
0d318be
My positions and button added
Ishagoyal Nov 19, 2023
b778f0c
CTA cards ui
Ishagoyal Nov 19, 2023
67d2b5a
some ui tweaks
Ishagoyal Nov 19, 2023
becf087
No positions ui
Ishagoyal Nov 19, 2023
b5460e5
Pools UI table done
Ishagoyal Nov 20, 2023
88b2cfc
Styling of add liquidity page
Ishagoyal Nov 20, 2023
3bf0139
Styling of add liquidity page when no pools initialized
Ishagoyal Nov 21, 2023
855ee40
Styling for mobile devices
Ishagoyal Nov 21, 2023
4c38cfe
Mobile styling for pools table ui
Ishagoyal Nov 21, 2023
ba8aa1b
ui fixes for mobile view
retroboydev Nov 24, 2023
83fd12d
Merge pull request #79 from jediswaplabs/isha/feature/pools-ui
retroboydev Nov 24, 2023
4303d68
Merge pull request #73 from jediswaplabs/isha/feature/wallet-sidebar
retroboydev Nov 24, 2023
24cd357
resolved conflicts
retroboydev Nov 24, 2023
d8e7f56
Merge branch 'retroboy/swap-ui' into isha/feature/add-liquidity-page
Ishagoyal Nov 25, 2023
40efad2
fixed @reach/porta and removed dependabot
iamoskvin Nov 26, 2023
25e3a31
Merge pull request #84 from jediswaplabs/iamoskvin/fix-dependency
retroboydev Nov 26, 2023
4116d38
Merge pull request #81 from jediswaplabs/isha/feature/add-liquidity-page
retroboydev Nov 26, 2023
fc42f09
default font DM Sans; Avenir for headings and btns
iamoskvin Nov 27, 2023
7d2ccc6
Merge pull request #90 from jediswaplabs/iamoskvin/fonts
retroboydev Nov 27, 2023
2f2087e
remove panel border
iamoskvin Nov 27, 2023
6fe4320
Merge pull request #91 from jediswaplabs/iamoskvin/fix-panels-border
retroboydev Nov 27, 2023
c30f635
fixes
retroboydev Nov 27, 2023
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
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