-
Notifications
You must be signed in to change notification settings - Fork 88
feat: dApp refactor - phase 1 #5290
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
Merged
Merged
Conversation
This file contains hidden or 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 5550169 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
* chore(deps): bump @dotenvx/dotenvx from 1.51.2 to 1.51.4 (#5206) Bumps [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx) from 1.51.2 to 1.51.4. - [Release notes](https://github.com/dotenvx/dotenvx/releases) - [Changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md) - [Commits](dotenvx/dotenvx@v1.51.2...v1.51.4) --- updated-dependencies: - dependency-name: "@dotenvx/dotenvx" dependency-version: 1.51.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(evm): add probable banner, isolated-pool sunset tooltips (#5209) * feat(evm): add probable banner, isolated-pool sunset tooltips * test(evm): update banner snapshots, add changeset * refactor(evm): update Banner props name * chore: bump package versions * feat: update page architecture * feat: remove Unichain specific styling * feat: update theme colors * feat: update breakpoints --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: david-sun-venus <david.sun@venus.io> Co-authored-by: toolsvenus <tools@venus.io>
* feat: add U token record * feat(evm): migrate landing page to evm * refactor(evm): update styles and extract components * refactor(evm): move texts to i18n lang file * ci(evm): add changeset * refactor(evm): fix lint issue * refactor(evm): changes based on review feedbacks * refactor(evm): remove unused key, add i18n to img alt, adjust styles * refactor(evm): change based on review feedbacks * refactor(evm): update img alts, translation and query name --------- Co-authored-by: therealemjy <maxime.julian.creations@gmail.com>
feat: add chainId property to tokens (#5236) * feat(evm): migrate landing to evm (#5217) * feat: add U token record * feat(evm): migrate landing page to evm * refactor(evm): update styles and extract components * refactor(evm): move texts to i18n lang file * ci(evm): add changeset * refactor(evm): fix lint issue * refactor(evm): changes based on review feedbacks * refactor(evm): remove unused key, add i18n to img alt, adjust styles * refactor(evm): change based on review feedbacks * refactor(evm): update img alts, translation and query name --------- * feat: add chainId property to Token type --------- Co-authored-by: david-sun-venus <david.sun@venus.io>
* feat: add responsive menu (#5220) * feat(evm): new hero section * style(evm): adjust testnet warning, hero chart height, breakpoint styles * fix: link from supply section * refactor(evm): update Link and ButtonWrapper usages * feat(evm): wip: market list, update hero styles * style(evm): market list mobile styles * feat: update markets section * feat(evm): add hero apy estimations * feat: update market table * feat: add PT-clisBNBx-25JUN2026 token record * refactor(evm): code review changes, add changeset, update styles * feat: add border radius to table rows * style(evm): update chart and hero height * fix(evm): use market size data as total tvl * style(evm): hero styles and content update * feat(evm): update venusPrime in new landing, fix tw breakpoints * feat: refactor hero section of Landing page --------- Co-authored-by: Maxime Julian <44675210+therealemjy@users.noreply.github.com> Co-authored-by: therealemjy <maxime.julian.creations@gmail.com>
* feat(evm): new landing phase 2 * feat(evm): migrate policy and terms page * feat(evm): new landing phase 2 done * feat(evm): update i18n content, add changeset * style(evm): update protection styles * refactor(evm): changes based on reviews * style(evm): update landing styles * refactor(evm): review feedbacks, update footer links * feat: minor design tweaks --------- Co-authored-by: therealemjy <maxime.julian.creations@gmail.com>
fix(evm): 495,504,508,514
* feat: translate dates + minor design fixes * style(evm): improve button styles * style(evm): update mobile tooltip modal style, update hero tooltip content * feat: show user specific data on landing page * Revert "style(evm): update mobile tooltip modal style, update hero tooltip content" This reverts commit 92e3cbb. * fix: tests and translations * style(evm): fix MAX btn size on SelectTokenTextField --------- Co-authored-by: david-sun-venus <david.sun@venus.io>
david-sun-venus
approved these changes
Jan 28, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira ticket(s)
VPD-XXX
Changes
Refactor dApp, phase 1 (layout, theme, page architecture and landing page updates).