Conversation
…t segments Remove the (docs) and (pages) Next.js route group wrappers and relocate all page and component files to direct route segments under src/app/(app)/. Add page-container.tsx shared layout primitive and update import paths in the root page accordingly.
…rphic as prop Replace HTMLMotionProps spread with an explicit prop interface to avoid type leakage. Add as prop (div/ul/ol for StaggerGroup, div/li for StaggerItem), margin and duration props. Adjust default stagger and distance timings. Update tech-stack usage with a tighter staggerDelay.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
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.
📝 Summary of Changes
This Pull Request introduces the following logical adjustments:
Features
df45a66- feat(doc-layout): add DocHeaderSpacer component (by @wistant)Formatting & Style
760bbbd- style(app): format all-posts.tsx (by @wistant)c16cb14- style(app): format post-list.tsx (by @wistant)9cdc356- style(app): format page.tsx (by @wistant)44bd868- style(app): format all-certifications.tsx (by @wistant)e25dc08- style(app): format page.tsx (by @wistant)d36099a- style(app): format page.tsx (by @wistant)47ba04c- style(app): format index.tsx (by @wistant)513bf3e- style(app): format page.tsx (by @wistant)1a22dac- style(app): format page.tsx (by @wistant)Refactoring
66029cb- refactor(routing): flatten (docs) and (pages) route groups into direct segments (by @wistant)c45acd5- refactor(animations): extend StaggerGroup and StaggerItem with polymorphic as prop (by @wistant)Other Changes
5508e9d- release: 1.0.8-alpha.0 (by @wistant)