-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
8d975a0
to
931ebb5
Compare
931ebb5
to
0b2ebaf
Compare
b2f2774
to
d025732
Compare
d025732
to
bda68f6
Compare
…identity (#91) * chore: use window.location * refactor: config structure * feat: ignore layouts and delete mobile layout * feat: handle sync session errors * refactor: config types * refactor: in config/actions. Add uid to identity * refactor: rename layouts -> modules * chore: upgrade dependencies * chore: remove WALLET_THEME * fix: use accountStatus from auth endpoint * fix: include default colors Co-authored-by: Samer Buna <[email protected]>
@krtk6160 can we get this PR merged and deployed: Here are the changes we need for the new deploy: Instead of env var GRAPHQL_URI, the name of the var will now have to be: NEXT_PUBLIC_GRAPHQL_URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this require changes in docker file?
I don't think so, same |
I don't think there should be a diff under |
Yeah, no change. Just prettified. |
GaloyMoney/charts#2391 Will add whatever changes are required to the admin panel chart. I'll build the docker image locally and test with it to see what other changes are needed |
* feat: add funding rate db objects and initial data * chore: add support sql quesries * chore: add funding rate repo * chore: add funding rate handling * test: add funding rate repo tests * feat: add funding yields over few tenors * fix: fix data insert in case table exists * fix: including services folder to build * fix: insertion of exchange id foreign key Co-authored-by: Sebastien Verreault <[email protected]>
This PR converts the entire repo to use Next.js (with TS) instead of CRA. It includes a few bug fixes and improvements but no new features or significant changes.
We'll need to change the deploy process:
GRAPHQL_URI
, the name of the var will now have to be:NEXT_PUBLIC_GRAPHQL_URL
yarn build
yarn start
@sandipndev @krtk6160 @bodymindarts