Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ef91a5d to
a1d2a8f
Compare
a1d2a8f to
953a2cf
Compare
b35ecf2 to
4d1b006
Compare
4d1b006 to
70bc553
Compare
f5e9850 to
c17aff2
Compare
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
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.
This pull request introduces several significant updates focused on project configuration, dependency management, and new page/layout components. The most important changes include migrating ESLint and Prettier configurations to JSON, updating and adding dependencies, upgrading Node.js and related engine constraints, and introducing new Next.js page and layout files for enhanced routing and metadata management.
Configuration and Tooling Updates:
.eslintrc.js,.prettierrc.js) to JSON (.eslintrc.json,.prettierrc), and updated ESLint rules and overrides for better maintainability. [1] [2] [3] [4]v22.14.0in.nvmrcandpackage.json, and updated theenginesfield accordingly. [1] [2]Dependency Management:
package.json, including major upgrades to React (^19.1.0), Next.js (^15.3.2), Radix UI components, and others; added new packages such as@rive-app/react-canvas,@visx/tooltip, andreact-day-picker. [1] [2]Next.js Pages and Layouts:
src/app/disclaimer/page.tsx,src/app/explore/monitor/[monitor_id]/page.tsx,src/app/explore/geostory/[geostory_id]/page.tsx, andsrc/app/explore/page.tsx, providing improved routing and metadata handling for monitors, geostories, and disclaimers. [1] src/app/explore/geostory/[geostory_id]/page.tsxR1-R31, src/app/explore/monitor/[monitor_id]/page.tsxR1-R35, [2]src/app/explore/layout.tsx,src/app/layout.tsx, andsrc/app/map/[monitor_id]/layout.tsx, improving page structure and metadata definition. [1] [2] [3] [4] src/app/map/[monitor_id]/layout.tsxL1-R13)src/app/map/layout.tsxfile.Changelog and Miscellaneous:
CHANGELOG.mdto reflect UI changes for map controls.src/app/map/geostories/[geostory_id]/page.tsx. (src/app/map/geostories/[geostory_id]/page.tsxL29-R32)