chore: update CHANGELOG.md and DESIGN_SYSTEM.md #31
Reference in New Issue
Block a user
No description provided.
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
update CHANGELOG.md and DESIGN_SYSTEM.md to reflect footer layout alignment and new color variable usage for SVG/Recharts
Greptile Summary
This is a documentation-only PR that updates
CHANGELOG.mdanddocs/DESIGN_SYSTEM.mdto reflect two changes already shipped in v0.7.0-alpha: the authenticated footer container being aligned tomax-w-6xl, and the introduction of--color-brand-orange/--color-brand-orange-rgbCSS variables (injected by the@ciphera-net/uipreset) for use in SVG and Recharts contexts where Tailwind utility classes cannot apply.Key observations:
CHANGELOG.mdaddition is accurate and matches the actualFooter.tsximplementation (max-w-6xl mx-autoat line 49).--color-brand-orangevariable is correctly documented and actively used inapp/sites/[id]/uptime/page.tsx(lines 316, 333–334, 360, 364).--color-brand-orange-rgbvariable is documented but has no usages anywhere in the codebase — it appears to be forward-documented for future use, but this is not called out in the documentation itself.docs/DESIGN_SYSTEM.mdheader metadata —**Last Updated:** 2026-02-06and**Version:** 1.0— was not updated to reflect these new additions, leaving the document's own version tracking stale.@ciphera-net/uiversion reference on line 914 (^0.0.45) is outdated; the project is now on^0.0.57perpackage.json.Confidence Score: 5/5
Important Files Changed
Flowchart
Last reviewed commit:
ce202052 files reviewed, 2 comments
Edit Code Review Agent Settings | Greptile
@@ -21,10 +21,15 @@ This document defines the visual language and design patterns for Pulse Analytic--brand-orange: #FD5E0F;--color-brand-orange-rgbdocumented but unusedThis variable is defined in the design system doc as a convenience for
rgba()usage, but a search across all.tsx,.ts, and.cssfiles in the project shows it is not used anywhere yet. Consider either adding a note clarifying it is reserved for future use, or waiting to document it until there is an actual usage to point to — to avoid developers searching for an example that doesn't exist.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
Additional Comments (1)
docs/DESIGN_SYSTEM.mdStale document metadata
The
Last Updateddate andVersionfields were not bumped to reflect the new content added in this PR. Since the@ciphera-net/uiversion reference on line 914 (^0.0.45) also appears outdated (project is now on^0.0.57), it may be worth a single pass to bring the header metadata in sync.Prompt To Fix With AI
@@ -21,10 +21,15 @@ This document defines the visual language and design patterns for Pulse Analytic--brand-orange: #FD5E0F;Issue: --color-brand-orange-rgb is documented but has no usage in the Pulse repo.
Fix: Added a note that it powers the .glow-orange utility in the ciphera-ui preset. The preset injects both the variable and the .glow-orange class, which uses rgba(var(--color-brand-orange-rgb), 0.5) for its box-shadow.
Why: The usage lives in the shared preset (ciphera-ui), not in Pulse. Documenting this makes it clear the variable is used and where it comes from.
Greptile Summary
This is a pure documentation PR that backfills two previously undocumented changes made in v0.7.0-alpha:
Changedentry for the authenticated footer container being narrowed frommax-w-7xltomax-w-6xlto match the rest of the app layout. The actual code change was made in a prior commit (1574d5e) and is confirmed incomponents/Footer.tsx:49.--color-brand-orangeand--color-brand-orange-rgb) that are injected by the@ciphera-net/uiTailwind preset, and adds a usage note directing developers to usevar(--color-brand-orange)in SVG/Recharts contexts where Tailwind classes are not applicable.Both changes are accurate relative to the actual codebase. Two minor housekeeping issues were found in
DESIGN_SYSTEM.md: theLast Updatedfrontmatter date was not bumped (still reads2026-02-06), and the@ciphera-net/uiversion reference in the Integration section is stale (^0.0.45vs the current^0.0.57inpackage.json).Confidence Score: 5/5
docs/DESIGN_SYSTEM.mdhas two minor stale metadata values worth fixing before merging.Important Files Changed
Flowchart
Last reviewed commit:
f9eb6bf2 files reviewed, 2 comments
Edit Code Review Agent Settings | Greptile
Additional Comments (2)
docs/DESIGN_SYSTEM.mdLast Updateddate not bumpedThis PR adds new content to the design system (two new color variables and a new usage note), but the
Last Updateddate on line 4 remains2026-02-06. It should be updated to reflect when this change was made.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
docs/DESIGN_SYSTEM.mdStale
@ciphera-net/uiversion referenceThe version listed here is
^0.0.45, butpackage.jsoncurrently pins it at^0.0.57. Since this PR is already updating the design system to reflect the new color variables injected by the preset, the version number should be kept in sync too.Prompt To Fix With AI