[PULSE-59] Design consistency audit fixes #34
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?
Work Item
PULSE-59
Summary
/toolsreferenceChanges
Typography:
text-4xl md:text-5xlfor marketing H1s (integrations, changelog, features, welcome)text-4xl md:text-6xl→text-4xl md:text-5xl; H2s →text-2xl font-boldButtons:
<button>with<Button>from@ciphera-net/uiin Site Settings (3), VerificationModal (3), Pricing Enterprise (1)Containers:
max-w-6xlacross org-settings, settings, site-settings, sites, sites/new, notificationsmax-w-4xlfrom OrganizationSettings and ProfileSettings (ciphera-ui)Colors:
var(--color-brand-orange), etc.)bg-neutral-900/bg-neutral-800in integrations + installation pagesDark mode:
dark:variants across OrganizationSettings, site settings, PricingSection, funnels pagePadding & spacing:
p-6(~30 instances)pt-12→pt-20(4 static pages + IntegrationGuide.tsx)gap-1.5→gap-2,gap-2.5→gap-3,gap-0.5→gap-1(19 instances)Tailwind:
text-[10px]/text-[11px]→text-xs,gap-[2px]→gap-0.5,rounded-[2px]→rounded-sm,h-[320px]→h-80,min-w-[160px]→min-w-40,mt-[-10px]→-mt-2.5Shadows:
transition-shadow duration-300to 7 shadow elements across Chart, Funnels, Share, Uptime, OfflineBannerCopy & cleanup:
drop.ciphera.net/→pulse.ciphera.net/**Tools:** UtmBuilderfrom DESIGN_SYSTEM.mdciphera-ui:
max-w-4xlwrapper for full-width layoutTest Plan
max-w-6xlwidthpt-20)pulse.ciphera.net/in Org Settings → GeneralGreptile Summary
This PR implements comprehensive design consistency improvements across the Pulse frontend, successfully aligning 35 files with the Ciphera design system. The changes are well-structured and focus on standardization without introducing breaking changes.
Key improvements:
var(--color-brand-orange), etc.) for better themingtext-4xl md:text-5xl, H2:text-2xl font-bold)Buttoncomponent from@ciphera-net/uimax-w-6xlacross settings pagesdark:variants for improved dark mode supportp-6, gaps to standard Tailwind scale)drop.ciphera.nettopulse.ciphera.nettransition-shadow duration-300Confidence Score: 5/5
Important Files Changed
Last reviewed commit:
1a97027