-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Pool page, Increase Liquidity button
Create Pool page, Increase Liquidity button
- Loading branch information
Showing
33 changed files
with
2,163 additions
and
1,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,80 @@ | ||
{ | ||
"name": "algebra-integral", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"wagmi-generate": "wagmi generate", | ||
"build": "yarn codegen && yarn wagmi-generate && tsc && vite build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview", | ||
"codegen": "graphql-codegen --config codegen.ts " | ||
}, | ||
"dependencies": { | ||
"@apollo/client": "^3.8.4", | ||
"@cryptoalgebra/integral-sdk": "^0.11.11", | ||
"@radix-ui/react-avatar": "^1.0.4", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@radix-ui/react-hover-card": "^1.0.7", | ||
"@radix-ui/react-popover": "^1.0.7", | ||
"@radix-ui/react-separator": "^1.0.3", | ||
"@radix-ui/react-slider": "^1.1.2", | ||
"@radix-ui/react-slot": "^1.0.2", | ||
"@radix-ui/react-tabs": "^1.0.4", | ||
"@radix-ui/react-toast": "^1.1.5", | ||
"@tanstack/react-table": "^8.10.4", | ||
"@web3modal/wagmi": "^3.1.0", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.0.0", | ||
"dayjs": "^1.11.10", | ||
"fuse.js": "^7.0.0", | ||
"graphql": "^16.8.1", | ||
"jsbi": "^3.2.5", | ||
"lightweight-charts": "^4.1.0", | ||
"localforage": "^1.10.0", | ||
"lodash.keyby": "^4.6.0", | ||
"lodash.merge": "^4.6.2", | ||
"lucide-react": "^0.279.0", | ||
"match-sorter": "^6.3.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.16.0", | ||
"react-window": "^1.8.10", | ||
"recharts": "^2.8.0", | ||
"sort-by": "^1.2.0", | ||
"swr": "^2.2.4", | ||
"tailwind-merge": "^1.14.0", | ||
"tailwindcss-animate": "^1.0.7", | ||
"usehooks-ts": "^2.9.1", | ||
"vaul": "^0.9.0", | ||
"viem": "^1.12.2", | ||
"wagmi": "^1.4.2", | ||
"zustand": "^4.4.1" | ||
}, | ||
"devDependencies": { | ||
"@graphql-codegen/cli": "5.0.0", | ||
"@graphql-codegen/client-preset": "4.1.0", | ||
"@graphql-codegen/typescript": "^4.0.1", | ||
"@graphql-codegen/typescript-operations": "^4.0.1", | ||
"@graphql-codegen/typescript-react-apollo": "^4.0.0", | ||
"@types/lodash.keyby": "^4.6.7", | ||
"@types/lodash.merge": "^4.6.9", | ||
"@types/node": "^20.7.0", | ||
"@types/react": "^18.2.15", | ||
"@types/react-dom": "^18.2.7", | ||
"@types/react-window": "^1.8.8", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
"@wagmi/cli": "^1.5.2", | ||
"autoprefixer": "^10.4.16", | ||
"eslint": "^8.45.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.3", | ||
"postcss": "^8.4.30", | ||
"tailwindcss": "^3.3.3", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.4.5" | ||
} | ||
"name": "algebra-integral", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"wagmi-generate": "wagmi generate", | ||
"build": "yarn codegen && yarn wagmi-generate && tsc && vite build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview", | ||
"codegen": "graphql-codegen --config codegen.ts " | ||
}, | ||
"dependencies": { | ||
"@apollo/client": "^3.8.4", | ||
"@cryptoalgebra/integral-sdk": "^0.11.17", | ||
"@radix-ui/react-avatar": "^1.0.4", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@radix-ui/react-hover-card": "^1.0.7", | ||
"@radix-ui/react-popover": "^1.0.7", | ||
"@radix-ui/react-separator": "^1.0.3", | ||
"@radix-ui/react-slider": "^1.1.2", | ||
"@radix-ui/react-slot": "^1.0.2", | ||
"@radix-ui/react-tabs": "^1.0.4", | ||
"@radix-ui/react-toast": "^1.1.5", | ||
"@tanstack/react-table": "^8.10.4", | ||
"@web3modal/wagmi": "^3.1.0", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.0.0", | ||
"dayjs": "^1.11.10", | ||
"fuse.js": "^7.0.0", | ||
"graphql": "^16.8.1", | ||
"jsbi": "^3.2.5", | ||
"lightweight-charts": "^4.1.0", | ||
"localforage": "^1.10.0", | ||
"lodash.keyby": "^4.6.0", | ||
"lodash.merge": "^4.6.2", | ||
"lucide-react": "^0.279.0", | ||
"match-sorter": "^6.3.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.16.0", | ||
"react-window": "^1.8.10", | ||
"recharts": "^2.8.0", | ||
"sort-by": "^1.2.0", | ||
"swr": "^2.2.4", | ||
"tailwind-merge": "^1.14.0", | ||
"tailwindcss-animate": "^1.0.7", | ||
"usehooks-ts": "^2.9.1", | ||
"vaul": "^0.9.0", | ||
"viem": "^1.12.2", | ||
"wagmi": "^1.4.2", | ||
"zustand": "^4.4.1" | ||
}, | ||
"devDependencies": { | ||
"@graphql-codegen/cli": "5.0.0", | ||
"@graphql-codegen/client-preset": "4.1.0", | ||
"@graphql-codegen/typescript": "^4.0.1", | ||
"@graphql-codegen/typescript-operations": "^4.0.1", | ||
"@graphql-codegen/typescript-react-apollo": "^4.0.0", | ||
"@types/lodash.keyby": "^4.6.7", | ||
"@types/lodash.merge": "^4.6.9", | ||
"@types/node": "^20.7.0", | ||
"@types/react": "^18.2.15", | ||
"@types/react-dom": "^18.2.7", | ||
"@types/react-window": "^1.8.8", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
"@wagmi/cli": "^1.5.2", | ||
"autoprefixer": "^10.4.16", | ||
"eslint": "^8.45.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.3", | ||
"postcss": "^8.4.30", | ||
"tailwindcss": "^3.3.3", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.4.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import AlgebraLogo from '@/assets/algebra-logo.svg'; | ||
import AlgebraIntegral from '@/assets/algebra-itegral.svg'; | ||
import { cn } from '@/lib/utils'; | ||
|
||
const PoweredByAlgebra = ({ className }: { className?: string }) => { | ||
return ( | ||
<a | ||
href={'https://algebra.finance'} | ||
className={cn('flex items-center gap-2 p-2', className)} | ||
> | ||
<span className="text-sm font-semibold">Powered by</span> | ||
<div className="flex items-center gap-1"> | ||
<div className="flex items-center justify-center w-[18px] h-[18px] rounded-full"> | ||
<img src={AlgebraLogo} width={18} height={18} /> | ||
</div> | ||
<img src={AlgebraIntegral} width={120} height={18} /> | ||
</div> | ||
</a> | ||
); | ||
}; | ||
|
||
export default PoweredByAlgebra; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.