Conversation
Deploying rivet-hub with
|
| Latest commit: |
e8f8319
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://77b1af16.rivet-hub-7jb.pages.dev |
| Branch Preview URL: | https://03-25-refactor-site-improve.rivet-hub-7jb.pages.dev |
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
There was a problem hiding this comment.
PR Summary
This PR implements layout and styling improvements across the blog section of the Rivet site, focusing on better readability and consistent spacing.
- Added new blog layout component with FancyHeader and moved code block metadata to top for better visual hierarchy
- Introduced responsive max-width constraints for technical articles (1000px) vs regular blog posts
- Added
--header-heightCSS variable (5rem) for consistent spacing across layouts - Improved table of contents scrolling with
lg:max-h-contentand proper viewport height calculations - Updated typography styles to use
--muted-foregroundfor better content hierarchy
8 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings | Greptile
| @@ -0,0 +1,10 @@ | |||
| import { FancyHeader } from "@/components/v2/FancyHeader"; | |||
|
|
|||
| export default function Layout({ children }) { | |||
There was a problem hiding this comment.
style: Missing TypeScript type definition for children prop
| export default function Layout({ children }) { | |
| export default function Layout({ children }: { children: React.ReactNode }) { |
Graphite Automations"Test" took an action on this PR • (03/25/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |

Changes