-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue #606: Vaults explorer page #611
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
- svg render issue
- add collateral and debt amounts
I made the following changes
Screenshotstest.mov |
tableRows.push({ | ||
id: vault.id, | ||
collateral: vault.collateralType, | ||
image: svg ? svg : null, |
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.
Pass entire svg component here
columnHelper.accessor('image', { | ||
header: () => '', | ||
cell: (info) => { | ||
const image = info.row.original.image |
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.
Maybe explorer "row.original"
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.
Use internal link, not external link
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.
Continue troubleshooting per discussion this morning
I did the following today:
|
* matomo race conditions (#613) * typo fix (#618) * Issue #606: Vaults explorer page (#611) * explore page * explore page more changes * fix explore page * more explore page fixes * revert yarn lock * explore table reorder, external link * add risk status, fix bugs * remove fuul (#620) * bump sdk (#621) * remove maintenance from bolts * add credit guild block (#622) * add credit guild block * update earn block * final copy * api url hotfix * Od-weth QA (#623) * round stability fee * OD_API_URL * New "initializing" loader (#609) * change waiting modal content * put modal content back * show loader if no title, text, hint, hash * rm loader modal from account checkking * close loader popup when vaults is fetched * prettier * fix loader and blinking * rm creating modal * prettier * lin fix * cleanup --------- Co-authored-by: Jacob Habib <47253537+jahabeebs@users.noreply.github.com> Co-authored-by: Iana <36742189+alekseevaiana@users.noreply.github.com>
* matomo race conditions (#613) * typo fix (#618) * Issue #606: Vaults explorer page (#611) * explore page * explore page more changes * fix explore page * more explore page fixes * revert yarn lock * explore table reorder, external link * add risk status, fix bugs * remove fuul (#620) * bump sdk (#621) * remove maintenance from bolts * add credit guild block (#622) * add credit guild block * update earn block * final copy * api url hotfix * Od-weth QA (#623) * round stability fee * OD_API_URL * New "initializing" loader (#609) * change waiting modal content * put modal content back * show loader if no title, text, hint, hash * rm loader modal from account checkking * close loader popup when vaults is fetched * prettier * fix loader and blinking * rm creating modal * prettier * lin fix * cleanup * Borrow + Deposit tabs cleanup (#631) * shape of tabs * tabs font styles * borders * fix lint warning * cleanup * Address ENS loading skeleton (#632) * add skeleton to vault stats * sidemenu and wallet info navbar * base color for skeleton in vault stats * base color for skeleton in ean page * prettier * Update react, react-router (#602) * widget at v2.10.2 * add yarn.lock * Update react-router to v6 * Update widget to v3 * add mui packages * fix onboarding props issue * yarn lock * make compatible with react router dom v6 * remove lifi widget * remove widget --------- Co-authored-by: jahabeebs <jahgoreds@gmail.com> * Issue #557: View internal balances (#633) * initial balance draft * initial balance draft * bump sdk version * fix lock file * fix lock file * fix lock file * fix vault block issue * fix infinite loop when pushed from other page (#640) * Issue #630: Explore page design improvements (#639) * explore page improvements * reuse function * fix svg rendering issue * fix navigate issue (#643) * Add GRT (#652) * Bump sdk to v1.7.4-rc.3 * lint * Issue #642: Reconnect on refresh (#644) * reconnect on refresh * fix loading logic * bump svg generator (#649) Co-authored-by: Patrick Gallagher <blockchainbuddha@gmail.com> * bump sdk --------- Co-authored-by: Jacob Habib <47253537+jahabeebs@users.noreply.github.com> Co-authored-by: Iana <36742189+alekseevaiana@users.noreply.github.com> Co-authored-by: jahabeebs <jahgoreds@gmail.com>
* matomo race conditions (#613) * typo fix (#618) * Issue #606: Vaults explorer page (#611) * explore page * explore page more changes * fix explore page * more explore page fixes * revert yarn lock * explore table reorder, external link * add risk status, fix bugs * remove fuul (#620) * bump sdk (#621) * remove maintenance from bolts * add credit guild block (#622) * add credit guild block * update earn block * final copy * api url hotfix * Od-weth QA (#623) * round stability fee * OD_API_URL * New "initializing" loader (#609) * change waiting modal content * put modal content back * show loader if no title, text, hint, hash * rm loader modal from account checkking * close loader popup when vaults is fetched * prettier * fix loader and blinking * rm creating modal * prettier * lin fix * cleanup * Borrow + Deposit tabs cleanup (#631) * shape of tabs * tabs font styles * borders * fix lint warning * cleanup * Address ENS loading skeleton (#632) * add skeleton to vault stats * sidemenu and wallet info navbar * base color for skeleton in vault stats * base color for skeleton in ean page * prettier * Update react, react-router (#602) * widget at v2.10.2 * add yarn.lock * Update react-router to v6 * Update widget to v3 * add mui packages * fix onboarding props issue * yarn lock * make compatible with react router dom v6 * remove lifi widget * remove widget --------- Co-authored-by: jahabeebs <jahgoreds@gmail.com> * Issue #557: View internal balances (#633) * initial balance draft * initial balance draft * bump sdk version * fix lock file * fix lock file * fix lock file * fix vault block issue * fix infinite loop when pushed from other page (#640) * Issue #630: Explore page design improvements (#639) * explore page improvements * reuse function * fix svg rendering issue * fix navigate issue (#643) * Add GRT (#652) * Bump sdk to v1.7.4-rc.3 * lint * Issue #642: Reconnect on refresh (#644) * reconnect on refresh * fix loading logic * bump svg generator (#649) Co-authored-by: Patrick Gallagher <blockchainbuddha@gmail.com> * bump sdk * Replace all 'any' with correct Types (#638) * rm any from global styles: safe ones * global style: unused, wrong and empty * styling any * errors types and events * prettier and earn index strings type * earn and bolts * add pool data type * rm ts-ignore * lint fix * QA: Tracking error, empty vault (#645) * add error message when vault not excists * fix Tracking error * add error color * lint fix * cleanup console.log * App meta tags (#657) * update helmet * meta tags to home page * change home meta tags texts * vaults meta tags * create meta tags component * add tags to earn and stats * add bg to stats page * stats meta * add other meta tags to main pages * prettier * Issue #656 (app PR): country.is failure (#660) * add geoblock * no ip call * consolidate calls * Add PT-rETH PT-wstETH (#661) * update sdk * bump sdk * update icons * QA: Header (#646) * side menu fixed width * side menu display none id screen is wide * fix account arrangement * change camelot link color * fix bg (#659) * fix gnosis safe (#664) --------- Co-authored-by: Jacob Habib <47253537+jahabeebs@users.noreply.github.com> Co-authored-by: Iana <36742189+alekseevaiana@users.noreply.github.com> Co-authored-by: jahabeebs <jahgoreds@gmail.com>
* matomo race conditions (#613) * typo fix (#618) * Issue #606: Vaults explorer page (#611) * explore page * explore page more changes * fix explore page * more explore page fixes * revert yarn lock * explore table reorder, external link * add risk status, fix bugs * remove fuul (#620) * bump sdk (#621) * remove maintenance from bolts * add credit guild block (#622) * add credit guild block * update earn block * final copy * api url hotfix * Od-weth QA (#623) * round stability fee * OD_API_URL * New "initializing" loader (#609) * change waiting modal content * put modal content back * show loader if no title, text, hint, hash * rm loader modal from account checkking * close loader popup when vaults is fetched * prettier * fix loader and blinking * rm creating modal * prettier * lin fix * cleanup * Borrow + Deposit tabs cleanup (#631) * shape of tabs * tabs font styles * borders * fix lint warning * cleanup * Address ENS loading skeleton (#632) * add skeleton to vault stats * sidemenu and wallet info navbar * base color for skeleton in vault stats * base color for skeleton in ean page * prettier * Update react, react-router (#602) * widget at v2.10.2 * add yarn.lock * Update react-router to v6 * Update widget to v3 * add mui packages * fix onboarding props issue * yarn lock * make compatible with react router dom v6 * remove lifi widget * remove widget --------- Co-authored-by: jahabeebs <jahgoreds@gmail.com> * Issue #557: View internal balances (#633) * initial balance draft * initial balance draft * bump sdk version * fix lock file * fix lock file * fix lock file * fix vault block issue * fix infinite loop when pushed from other page (#640) * Issue #630: Explore page design improvements (#639) * explore page improvements * reuse function * fix svg rendering issue * fix navigate issue (#643) * Add GRT (#652) * Bump sdk to v1.7.4-rc.3 * lint * Issue #642: Reconnect on refresh (#644) * reconnect on refresh * fix loading logic * bump svg generator (#649) Co-authored-by: Patrick Gallagher <blockchainbuddha@gmail.com> * bump sdk * Replace all 'any' with correct Types (#638) * rm any from global styles: safe ones * global style: unused, wrong and empty * styling any * errors types and events * prettier and earn index strings type * earn and bolts * add pool data type * rm ts-ignore * lint fix * QA: Tracking error, empty vault (#645) * add error message when vault not excists * fix Tracking error * add error color * lint fix * cleanup console.log * App meta tags (#657) * update helmet * meta tags to home page * change home meta tags texts * vaults meta tags * create meta tags component * add tags to earn and stats * add bg to stats page * stats meta * add other meta tags to main pages * prettier * Issue #656 (app PR): country.is failure (#660) * add geoblock * no ip call * consolidate calls * Add PT-rETH PT-wstETH (#661) * update sdk * bump sdk * update icons * QA: Header (#646) * side menu fixed width * side menu display none id screen is wide * fix account arrangement * change camelot link color * fix bg (#659) * fix gnosis safe (#664) * fix stability fee by removing multiplication (#667) (#668) * fix stability fee by removing multiplication * lint cleanup --------- Co-authored-by: Jacob Habib <47253537+jahabeebs@users.noreply.github.com> Co-authored-by: Iana <36742189+alekseevaiana@users.noreply.github.com> Co-authored-by: jahabeebs <jahgoreds@gmail.com>
* matomo race conditions (#613) * typo fix (#618) * Issue #606: Vaults explorer page (#611) * explore page * explore page more changes * fix explore page * more explore page fixes * revert yarn lock * explore table reorder, external link * add risk status, fix bugs * remove fuul (#620) * bump sdk (#621) * remove maintenance from bolts * add credit guild block (#622) * add credit guild block * update earn block * final copy * api url hotfix * Od-weth QA (#623) * round stability fee * OD_API_URL * New "initializing" loader (#609) * change waiting modal content * put modal content back * show loader if no title, text, hint, hash * rm loader modal from account checkking * close loader popup when vaults is fetched * prettier * fix loader and blinking * rm creating modal * prettier * lin fix * cleanup * Borrow + Deposit tabs cleanup (#631) * shape of tabs * tabs font styles * borders * fix lint warning * cleanup * Address ENS loading skeleton (#632) * add skeleton to vault stats * sidemenu and wallet info navbar * base color for skeleton in vault stats * base color for skeleton in ean page * prettier * Update react, react-router (#602) * widget at v2.10.2 * add yarn.lock * Update react-router to v6 * Update widget to v3 * add mui packages * fix onboarding props issue * yarn lock * make compatible with react router dom v6 * remove lifi widget * remove widget --------- Co-authored-by: jahabeebs <jahgoreds@gmail.com> * Issue #557: View internal balances (#633) * initial balance draft * initial balance draft * bump sdk version * fix lock file * fix lock file * fix lock file * fix vault block issue * fix infinite loop when pushed from other page (#640) * Issue #630: Explore page design improvements (#639) * explore page improvements * reuse function * fix svg rendering issue * fix navigate issue (#643) * Add GRT (#652) * Bump sdk to v1.7.4-rc.3 * lint * Issue #642: Reconnect on refresh (#644) * reconnect on refresh * fix loading logic * bump svg generator (#649) Co-authored-by: Patrick Gallagher <blockchainbuddha@gmail.com> * bump sdk * Replace all 'any' with correct Types (#638) * rm any from global styles: safe ones * global style: unused, wrong and empty * styling any * errors types and events * prettier and earn index strings type * earn and bolts * add pool data type * rm ts-ignore * lint fix * QA: Tracking error, empty vault (#645) * add error message when vault not excists * fix Tracking error * add error color * lint fix * cleanup console.log * App meta tags (#657) * update helmet * meta tags to home page * change home meta tags texts * vaults meta tags * create meta tags component * add tags to earn and stats * add bg to stats page * stats meta * add other meta tags to main pages * prettier * Issue #656 (app PR): country.is failure (#660) * add geoblock * no ip call * consolidate calls * Add PT-rETH PT-wstETH (#661) * update sdk * bump sdk * update icons * QA: Header (#646) * side menu fixed width * side menu display none id screen is wide * fix account arrangement * change camelot link color * fix bg (#659) * fix gnosis safe (#664) * fix stability fee by removing multiplication (#667) * fix stability fee by removing multiplication * lint cleanup * fix stability fee by removing multiplication (#667) (#668) * fix stability fee by removing multiplication * lint cleanup * Remove low gas modal (#671) * Remove low gas modal (#672) * fix stability fee by removing multiplication (#667) * fix stability fee by removing multiplication * lint cleanup * Remove low gas modal (#671) * Add ARB-Griff (#665) * update sdk * bump sdk * add arb-griff icon * bump sdk to v1.7.6 * Add Arb-griff (#674) * fix stability fee by removing multiplication (#667) * fix stability fee by removing multiplication * lint cleanup * Remove low gas modal (#671) * Add ARB-Griff (#665) * update sdk * bump sdk * add arb-griff icon * bump sdk to v1.7.6 * Auction fixes (#637) * chains config improvement * Fix auction block * Cleanup payment flow * max amount error handling * lint --------- Co-authored-by: Jacob Habib <47253537+jahabeebs@users.noreply.github.com> Co-authored-by: Iana <36742189+alekseevaiana@users.noreply.github.com> Co-authored-by: jahabeebs <jahgoreds@gmail.com>
closes #606
closes #615
Description
Screenshots
Mobile
Desktop
Responsive
explore.mov