Skip to content

Conversation

@v-lerie
Copy link
Collaborator

@v-lerie v-lerie commented Oct 13, 2025

Fixes #141

@vercel
Copy link

vercel bot commented Oct 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
policyengine-app-v2 Ready Ready Preview Comment Nov 25, 2025 1:27pm

Copy link
Collaborator

@SakshiKekre SakshiKekre left a comment

Choose a reason for hiding this comment

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

Thanks for your work here @v-lerie. The page looks pretty good!

Since the time this PR was created, there have been several changes in the codebase where we have introduced a new layout for static pages. If you could rebase on top of
the main branch, you should be able to merge those changes and update the page to use the right layout.

Copy link
Collaborator

@anth-volk anth-volk left a comment

Choose a reason for hiding this comment

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

Thanks for this, Valerie! Had a couple changes requested, as well as (unfortunately) a merge conflict in Router we were hoping you could fix.

Comment on lines 13 to 14
const { countryId } = useParams<{ countryId: string }>();
const isUK = countryId?.toLowerCase() === 'uk';
Copy link
Collaborator

Choose a reason for hiding this comment

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

issue: Please use the useCurrentCountry hook for this instead.

</List>

<Title order={3} mt="xl">
Machine Learning Enhancement
Copy link
Collaborator

Choose a reason for hiding this comment

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

issue: Please use sentence case (i.e., "Machine learning enhancement") here and throughout.

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.

Migrate microsimulation info page to app v2

4 participants