Skip to content

Commit

Permalink
Feature/merge dev (#88)
Browse files Browse the repository at this point in the history
* h

* fix datetime field

* Update yarn.lock

* feature/edit app tab links (#71)

* edit app tab links

* fixes for build

* Fix/time view (#74)

* fixes for build

* fix time view

* fix datetime autofill (#76)

* fix datetime autofill (#77)

* Fix/datetime and multiplier (#78)

* fix datetime autofill

* fix datetime autofill

* Fix/datetime and multiplier (#79)

* fix datetime autofill

* fix datetime autofill

* merge dev

* fix total deposited view (#81)

* Feature/add yield chart (#84)

* feature/merge dev to main (#80)

* h

* fix datetime field

* Update yarn.lock

* feature/edit app tab links (#71)

* edit app tab links

* fixes for build

* Fix/time view (#74)

* fixes for build

* fix time view

* fix datetime autofill (#76)

* fix datetime autofill (#77)

* Fix/datetime and multiplier (#78)

* fix datetime autofill

* fix datetime autofill

* Fix/datetime and multiplier (#79)

* fix datetime autofill

* fix datetime autofill

* merge dev

* Dev (#82)

* h

* fix datetime field

* Update yarn.lock

* feature/edit app tab links (#71)

* edit app tab links

* fixes for build

* Fix/time view (#74)

* fixes for build

* fix time view

* fix datetime autofill (#76)

* fix datetime autofill (#77)

* Fix/datetime and multiplier (#78)

* fix datetime autofill

* fix datetime autofill

* Fix/datetime and multiplier (#79)

* fix datetime autofill

* fix datetime autofill

* merge dev

* fix total deposited view (#81)

* add base yield chart logic

* fix calculation proccess

* add chart data

* yarn lock

---------

Co-authored-by: Oleksandr Fedorenko <[email protected]>

* feature/dashboard page (#59)

* feature dashboard page

* wallet balance fix

* Update yarn.lock

* fixes after review

* Update node version

* fix/prod build (#85)

* fixes for prod build

* fixes after review

* version fix (#86)

* Fix user yield logic (#87)

* fix user yield logic

* fix prop filter

* some refactoring and fixes

* typings

---------

Co-authored-by: Sorizen <[email protected]>

---------

Co-authored-by: Oleksandr Fedorenko <[email protected]>
Co-authored-by: Oleksandr Varchenko <[email protected]>
Co-authored-by: Oleksandr Fedorenko <[email protected]>
  • Loading branch information
4 people authored Aug 23, 2024
1 parent ac67a66 commit 586aa14
Show file tree
Hide file tree
Showing 48 changed files with 15,329 additions and 7,783 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ VITE_PORT=8095
VITE_APP_NAME='Morpheus Dashboard'
VITE_APP_DESCRIPTION='Morpheus Dashboard: capital, community, coders, compute'
VITE_APP_URL='https://morpheus.206.189.243.3.sslip.io'
VITE_APP_GRAPHQL_API_URL='https://api.thegraph.com/subgraphs/name/ruslanprogrammer/morpheus-dashboard'
VITE_APP_TESTNET_GRAPHQL_API_URL='https://api.studio.thegraph.com/query/73688/kkk/version/latest'
VITE_APP_MAINNET_GRAPHQL_API_URL='https://api.studio.thegraph.com/query/67225/morpheus-dashboard/version/latest'
VITE_APP_WALLET_CONNECT_PROJECT_ID='abcdefghijklmnopqrstuvwxyz'
#VITE_APP_BUILD_VERSION='1.0.0'

Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
"dependencies": {
"@apollo/client": "^3.9.10",
"@distributedlab/tools": "^1.0.0-rc.13",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^10.1.2",
"@web3modal/ethers5": "^4.0.13",
"@web3modal/ethers5": "4.0.13",
"chart.js": "^4.4.2",
"detect-browser": "^5.3.0",
"ethers": "^5.7.2",
Expand Down Expand Up @@ -69,7 +71,7 @@
"postcss-html": "^1.5.0",
"prettier": "^2.8.1",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.57.1",
"sass": "1.57.1",
"stylelint": "^15.6.1",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard-scss": "^9.0.0",
Expand All @@ -85,6 +87,6 @@
"yorkie": "^2.0.0"
},
"engines": {
"node": "18"
"node": "22"
}
}
Loading

0 comments on commit 586aa14

Please sign in to comment.