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

chore: rename root app to evm app #978

Merged
merged 3 commits into from
Jul 2, 2023

Conversation

matthewlilley
Copy link
Collaborator

@matthewlilley matthewlilley commented Jul 2, 2023

PR-Codex overview

This PR focuses on updating the codebase of the _root app.

Detailed summary

  • Updated configuration files: config.ts, turbo.json, .env.example, .eslintrc.js, tsconfig.json, .prettierrc.cjs, next.config.mjs, postcss.config.js, tailwind.config.js, next-seo.config.mjs
  • Deleted README.md and next-env.d.ts files
  • Updated layout and page components in app directory
  • Updated actions, constants, and functions in lib directory
  • Updated components and providers in ui directory
  • Updated tests in test directory
  • Updated icons and images in public directory
  • Updated hooks and API files in lib/hooks directory
  • Updated configurations and routes in app/partner directory
  • Updated graph-related files in functions/graph directory
  • Updated providers and query client in providers directory
  • Updated swap-related files in lib/swap directory
  • Updated styles and components in ui/swap and ui/pool directories
  • Updated layout and components in app/(landing) directory
  • Updated layout and components in app/claims directory
  • Updated layout and components in app/internal directory
  • Updated layout and components in app/migrate directory
  • Updated layout and components in app/partner directory
  • Updated layout and components in app/pool directory
  • Updated layout and components in app/swap directory
  • Updated layout and components in app/token directory
  • Updated layout and components in app/vault directory
  • Updated layout and components in app/pay directory
  • Updated layout and components in app/bridge directory
  • Updated layout and components in app/analytics directory
  • Updated layout and components in app/account directory

The following files were skipped due to too many changes: apps/_root/app/(landing)/components/svgs/BentoBoxSVG.tsx, apps/_root/app/(landing)/components/svgs/MetamaskSVG.tsx, apps/_root/app/(landing)/components/svgs/OptimismSVG.tsx, apps/_root/app/internal/bentobox/strategies/lib/index.ts, apps/_root/app/internal/tokens/components/TokenAdder.tsx, apps/_root/app/internal/tokens/components/TokenTable.tsx, apps/_root/ui/pool/ConcentratedLiquidityRemoveWidget.tsx, apps/_root/ui/pool/PoolSection/PoolChart/PoolChartV2.tsx, apps/_root/ui/pool/PoolSection/PoolChart/PoolChartV3.tsx, apps/_root/ui/pool/RemoveSection/RemoveSectionLegacy.tsx, apps/_root/ui/pool/RemoveSection/RemoveSectionWidget.tsx, apps/_root/ui/swap/trade/TradeReviewDialogCrossChain.tsx, apps/_root/app/(landing)/components/svgs/ChainlinkSVG.tsx, apps/_root/app/(landing)/components/svgs/LayerzeroSVG.tsx, apps/_root/lib/hooks/useUnderlyingTokenBalanceFromPool.ts, apps/_root/ui/pool/ConcentratedLiquidityCollectButton.tsx, apps/_root/ui/pool/ConcentratedLiquidityHarvestButton.tsx, apps/_root/ui/pool/NewPositionSection/SelectFeeWidget.tsx, apps/_root/ui/pool/RemoveSection/RemoveSectionTrident.tsx, apps/_root/ui/pool/RemoveSection/RemoveSectionUnstake.tsx, apps/_root/app/(landing)/components/svgs/BarnBridgeSVG.tsx, apps/_root/app/partner/components/BackgroundMaker/index.ts, apps/_root/ui/pool/AddPage/AddSectionReviewModalLegacy.tsx, apps/_root/ui/pool/LiquidityChartRangeInput/AxisBottom.tsx, apps/_root/ui/pool/PoolSection/V3/PoolDepthWidget/index.ts, apps/_root/ui/pool/PoolsSection/Tables/PoolRewardsCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/PoolsTable/index.ts, apps/_root/app/(landing)/components/Story/Section2/Move.tsx, apps/_root/app/(landing)/components/svgs/ThunderCoreSVG.tsx, apps/_root/ui/pool/AddSection/AddSectionMyPosition/index.ts, apps/_root/ui/pool/PoolSection/PoolChart/PoolChartGraph.tsx, apps/_root/ui/pool/PoolSection/PoolChart/PoolChartTypes.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/index.ts, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/types.ts, apps/_root/app/(landing)/components/Story/Section3/Guard.tsx, apps/_root/app/internal/bentobox/components/BentoBoxKpis.tsx, apps/_root/app/partner/components/Form/FormSection/index.tsx, apps/_root/lib/swap/useCrossChainTrade/useCrossChainTrade.ts, apps/_root/ui/pool/ConcentratedLiquidityURLStateProvider.tsx, apps/_root/ui/pool/NewPositionSection/SelectPricesWidget.tsx, apps/_root/ui/pool/NewPositionSection/SelectTokensWidget.tsx, apps/_root/ui/pool/PoolSection/PoolPosition/PoolPosition.tsx, apps/_root/ui/pool/PoolsSection/Tables/TableFilters/index.ts, apps/_root/ui/pool/AddSection/AddSectionReviewModalLegacy.tsx, apps/_root/ui/pool/NewPositionSection/SelectNetworkWidget.tsx, apps/_root/ui/pool/PoolSection/PoolChart/PoolChartPeriods.tsx, apps/_root/ui/pool/PoolSection/V2/PoolTransactionsV2/index.ts, apps/_root/ui/pool/PoolSection/V3/PoolTransactionsV3/index.ts, apps/_root/app/(landing)/components/Story/Section1/Custody.tsx, apps/_root/app/internal/subgraphs/components/SubgraphTable.tsx, apps/_root/app/partner/components/Form/FormFieldHelperText.tsx, apps/_root/app/partner/components/Form/FormTextField/index.tsx, apps/_root/ui/pool/NewPositionSection/SelectPoolTypeWidget.tsx, apps/_root/ui/pool/PoolSection/PoolActionBar/PoolActionBar.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/index.ts, apps/_root/ui/swap/ConfirmationDialogCrossChain/StepStates.tsx, apps/_root/ui/pool/RemoveSection/RemoveSectionUnstakeWidget.tsx, apps/_root/app/(landing)/components/Story/Section2/MoveImage.tsx, apps/_root/app/partner/components/Form/FormSelectField/index.tsx, apps/_root/ui/pool/AddPage/AddSectionReviewModalConcentrated.tsx, apps/_root/ui/pool/PoolSection/V2/PoolTransactionsV2/columns.tsx, apps/_root/ui/pool/PoolSection/V3/PoolTransactionsV3/columns.tsx, apps/_root/ui/pool/PoolsSection/Tables/PoolsTable/Cells/types.ts, apps/_root/ui/pool/PoolsSection/Tables/PoolsTable/PoolsTable.tsx, apps/_root/ui/pool/RewardsSection/Tables/RewardsTableV3/index.ts, apps/_root/ui/pool/RewardsSection/Tables/RewardsTableV3/utils.ts, apps/_root/app/(landing)/components/Story/Section3/GuardImage.tsx, apps/_root/ui/pool/AddPage/AddSectionConfirmModalConcentrated.tsx, apps/_root/app/partner/components/Form/FormTextAreaField/index.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/PoolAPRCell.tsx, apps/_root/app/(landing)/components/Story/Section1/CustodyImage.tsx, apps/_root/ui/pool/PoolSection/PoolPosition/PoolPositionDesktop.tsx, apps/_root/ui/pool/PoolsSection/Tables/PoolsTable/Cells/columns.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/PoolNameCell.tsx, apps/_root/ui/pool/CreateSection/CreateSectionReviewModalTrident.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/PoolChainCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/TableFilters/TableFilters.tsx, apps/_root/app/partner/components/BackgroundMaker/BackgroundMaker.tsx, apps/_root/ui/pool/NewPositionSection/SelectFeeConcentratedWidget.tsx, apps/_root/ui/pool/PoolSection/V3/PoolDepthWidget/PoolDepthWidget.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/PoolNameCellV3.tsx, apps/evm/README.md, apps/_root/ui/pool/RewardsSection/Tables/RewardsTableV3/Cells/index.ts, apps/_root/ui/pool/RewardsSection/Tables/RewardsTableV3/Cells/types.ts, apps/_root/ui/pool/PoolsSection/Tables/PoolsTable/Cells/PoolTVLCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/Cells/columns.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/PoolVolume1dCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/PoolVolume1hCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/PoolVolume1mCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/SharedCells/PoolVolume1wCell.tsx, apps/_root/app/partner/components/Form/FormSection/FormSectionHeader.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/PositionsTable.tsx, apps/_root/ui/pool/PoolSection/PoolPosition/PoolPositionStakedDesktop.tsx, apps/_root/ui/pool/PoolSection/V2/PoolTransactionsV2/useTransactionsV2.ts, apps/_root/ui/pool/PoolSection/V3/PoolTransactionsV3/useTransactionsV3.ts, apps/_root/ui/pool/RewardsSection/Tables/RewardsTableV3/Cells/columns.tsx, apps/_root/ui/pool/PoolsSection/Tables/PoolsTable/Cells/PoolFees1dCell.tsx, apps/_root/app/partner/components/BackgroundMaker/BackgroundMakerFields.tsx, apps/_root/ui/pool/AddSection/AddSectionMyPosition/AddSectionMyPosition.tsx, apps/_root/ui/pool/PoolSection/V2/PoolTransactionsV2/PoolTransactionsV2.tsx, apps/_root/ui/pool/PoolSection/V3/PoolTransactionsV3/PoolTransactionsV3.tsx, apps/_root/ui/pool/PoolsSection/Tables/PoolsTable/PoolQuickHoverTooltip.tsx, apps/_root/ui/pool/PoolsSection/Tables/TableFilters/TableFiltersNetwork.tsx, apps/_root/ui/pool/PoolSection/PoolActionBar/PoolActionBarPositionDialog.tsx, apps/_root/ui/pool/PoolSection/PoolActionBar/PoolActionBarPositionRewards.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/Cells/PoolValueCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/Cells/UnclaimedCell.tsx, apps/_root/ui/swap/ConfirmationDialogCrossChain/ConfirmationDialogContent.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/Cells/PriceRangeCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/TableFilters/TableFiltersSearchToken.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/Cells/PositionSizeCell.tsx, apps/_root/ui/swap/ConfirmationDialogCrossChain/ConfirmationDialogCrossChain.tsx, apps/_root/ui/pool/AddSection/AddSectionMyPosition/AddSectionMyPositionStaked.tsx, apps/_root/ui/pool/AddSection/AddSectionMyPosition/AddSectionMyPositionUnstaked.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/PositionQuickHoverTooltip.tsx, apps/_root/ui/pool/RewardsSection/Tables/RewardsTableV3/Cells/RewardsV3NameCell.tsx, apps/_root/ui/pool/PoolsSection/Tables/PositionsTable/ConcentratedPositionsTable.tsx, apps/_root/ui/pool/RewardsSection/Tables/RewardsTableV3/RewardsTableV3RowPopover.tsx, apps/_root/ui/pool/RewardsSection/Tables/RewardsTableV3/Cells/RewardsV3ClaimableCell.tsx, apps/_root/package.json, .github/workflows/apps-evm-e2e.yml, apps/_root/ui/pool/PoolPageV3.tsx, apps/_root/lib/hooks/useTokensFromPool.ts, package.json, apps/_root/app/pool/[id]/migrate/page.tsx, apps/_root/ui/pool/AddSection/AddSectionReviewModalTrident.tsx, apps/_root/lib/api.ts, pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@changeset-bot
Copy link

changeset-bot bot commented Jul 2, 2023

⚠️ No Changeset found

Latest commit: 9268331

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "root" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.
The package or glob expression "earn" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.
The package or glob expression "@sushiswap/redux-token-lists" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.
The package or glob expression "@sushiswap/redux-localstorage" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.
The package "evm" depends on the ignored package "@sushiswap/client", but "evm" is not being ignored. Please add "evm" to the `ignore` option.
The package "evm" depends on the ignored package "@sushiswap/react-query", but "evm" is not being ignored. Please add "evm" to the `ignore` option.
The package "evm" depends on the ignored package "@sushiswap/ui", but "evm" is not being ignored. Please add "evm" to the `ignore` option.
The package "evm" depends on the ignored package "@sushiswap/wagmi", but "evm" is not being ignored. Please add "evm" to the `ignore` option.
The package "evm" depends on the ignored package "@sushiswap/route-processor", but "evm" is not being ignored. Please add "evm" to the `ignore` option.

@vercel
Copy link

vercel bot commented Jul 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
earn 🔄 Building (Inspect) Jul 2, 2023 8:42am
root ❌ Failed (Inspect) Jul 2, 2023 8:42am
token-list ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2023 8:42am
8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
academy ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2023 8:42am
analytics ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2023 8:42am
balances ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2023 8:42am
blog ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2023 8:42am
furo ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2023 8:42am
pools ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2023 8:42am
token-price ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2023 8:42am
tokens ⬜️ Ignored (Inspect) Visit Preview Jul 2, 2023 8:42am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant