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

feat: Duplicate world list page #2923

Merged
merged 3 commits into from
Sep 28, 2023
Merged

Conversation

fzavalia
Copy link
Contributor

Closes #2909

Duplicating the WorldListPage component that will then be modified in other prs for the new worlds for ens feature.

@vercel
Copy link

vercel bot commented Sep 28, 2023

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

Name Status Preview Comments Updated (UTC)
builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 28, 2023 4:09pm

@coveralls
Copy link

coveralls commented Sep 28, 2023

Pull Request Test Coverage Report for Build 6341063417

  • 0 of 58 (0.0%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.06%) to 17.113%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/WorldListPage_WorldsForEnsOwnersFeature/WorldListPage.container.ts 0 3 0.0%
src/routing/Routes.tsx 0 3 0.0%
src/components/WorldListPage_WorldsForEnsOwnersFeature/WorldListPage.tsx 0 52 0.0%
Files with Coverage Reduction New Missed Lines %
src/routing/Routes.tsx 1 0.0%
Totals Coverage Status
Change from base Build 6339648450: -0.06%
Covered Lines: 3474
Relevant Lines: 16277

💛 - Coveralls

@@ -128,7 +131,7 @@ export default class Routes extends React.Component<Props, State> {
<Route exact key={3} path={locations.landSelectENS()} component={LandSelectENSPage} />,
<Route exact key={4} path={locations.landAssignENS()} component={LandAssignENSPage} />,
<Route exact key={5} path={locations.ensSelectLand()} component={ENSSelectLandPage} />
<Route exact path={locations.worlds()} component={WorldListPage} />,
<Route exact path={locations.worlds()} component={ToRenderWorldListPage} />,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be aware that if you access the site via URL, you might not be able to load the new component as the FF might not have been queried yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I'll try it out

@fzavalia fzavalia merged commit c68ecd8 into master Sep 28, 2023
7 checks passed
@fzavalia fzavalia deleted the feat/duplicate-world-list-page branch September 28, 2023 16:54
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.

Duplicate current component used to display the current worlds view
3 participants