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 updates #20

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f9d30e4
added link to exchange pool
mindfulme Feb 12, 2022
6d5bc67
configs
mindfulme Feb 25, 2022
9b9b605
module
mindfulme Feb 28, 2022
634c8d4
module
mindfulme Feb 28, 2022
ec8159f
layout change for /farms
marionserenio Mar 8, 2022
5990dff
Disable support for Chinese languages; Texts update.
maxhora Mar 11, 2022
2fbfa5a
–Fix prettier format command on Windows.
maxhora Mar 11, 2022
bbb971e
Introduce active class for MainHeader menu items; Active class is app…
maxhora Mar 12, 2022
c3cec1c
Draw top border for active selected menu item; adjust padding.
maxhora Mar 12, 2022
321b830
Adjust font and background for "Launching soon" box.
maxhora Mar 12, 2022
bd6f83d
Replace Active/Inactive Menu Buttons with Toggle control.
maxhora Mar 16, 2022
81cc094
Customize dark theme to have white background on Toggle control.
maxhora Mar 17, 2022
6b40f70
Remove extra Farms records from the predefined list.
maxhora Mar 17, 2022
2870f63
Set Farm page texts color to white
maxhora Mar 24, 2022
29131fc
Enable back Pools page route.
maxhora Mar 24, 2022
01097bc
More color palette customisation of light and dark themes to adjustTo…
maxhora Mar 24, 2022
8ee6fb4
Update Pools texts and convert menu buttons into Toggle
maxhora Mar 30, 2022
b4527bd
Update Pool card ui - border, background; remove coming card.
maxhora Mar 30, 2022
ea1524e
Update the list of pools; Pool card title is updated, unlock wallet b…
maxhora Mar 30, 2022
126ee0b
Add pool tokens images; change pool token MIM to USDT.
maxhora Apr 1, 2022
e56340b
Update egg logo with BLISS.
maxhora Apr 1, 2022
f8834b1
Update Home page with text and logo cards; Set Euphoria text to link …
maxhora Apr 1, 2022
cc76640
Update tokens images
maxhora Apr 2, 2022
9e1337a
Set card background color for dark and light themes.
maxhora Apr 2, 2022
213618d
Set text color for dark and light themes
maxhora Apr 2, 2022
49d8624
FarmConfig interface is extended with firstTokenImage and secondToken…
maxhora Apr 3, 2022
499ff11
Update Euphoria logo image at home page to one with transparent backg…
maxhora May 6, 2022
5aa607a
Link Trade menu to external sushi.com
maxhora May 6, 2022
721b07c
Update Pools page title text
maxhora May 6, 2022
5b94448
Adjust Pool Card style and texts to match Farms card.
maxhora May 7, 2022
6775b1c
Move PoolCard APR value into the header of the card.
maxhora May 8, 2022
b427146
Update token image icon size for Pool card; Format deposited Pool tok…
maxhora May 8, 2022
0083739
Updated expandable footer for PoolCard
maxhora May 8, 2022
3ca18c3
contracts v1.1 mainnet avax
mindfulme Jun 9, 2022
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
This project contains the main features of the pancake application.

If you want to contribute, please refer to the [contributing guidelines](./CONTRIBUTING.md) of this project.


Node version - V12
1) yarn && cd euphoria-uikit && yarn && yarn pack && cd .. && yarn run start

1 change: 1 addition & 0 deletions euphoria-uikit
Submodule euphoria-uikit added at 4a665c
1 change: 1 addition & 0 deletions goose-uikit
Submodule goose-uikit added at 4a665c
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cd euphoria-uikit && yarn pack && cd .. && yarn install && react-scripts start",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -55,7 +56,8 @@
"styled-components": "^5.1.1",
"typescript": "^4.1.3",
"universal-cookie": "^4.0.4",
"web3": "^1.3.1"
"web3": "^1.3.1",
"classnames": "^2.3.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Loading