Skip to content

chore(docs): new ensnode.io UI/UX refinements#2190

Merged
lightwalker-eth merged 14 commits into
mainfrom
y3drk/chore/docs-uiux-refinements-pt4
May 25, 2026
Merged

chore(docs): new ensnode.io UI/UX refinements#2190
lightwalker-eth merged 14 commits into
mainfrom
y3drk/chore/docs-uiux-refinements-pt4

Conversation

@Y3drk
Copy link
Copy Markdown
Member

@Y3drk Y3drk commented May 25, 2026

Lite PR → new ensnode.io UI/UX refinements

Summary

Applied the following changes:

  • Applied new styling to tip/note/caution aside starlight components
  • Restyled the sidebar according to the latest Figma designs
  • Updated the colors of the docs' headers and body text as @sskvts suggested here
  • Updated the LP images and background to match the latest Figma designs
  • Fixed a bug where aside elements from files in docs/ensnode.io/src/components/walkthroughs` did not render correctly
  • Added a new caution callout to the docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples
  • Applied simple fixes to the styling of Tabs component from Starlight
  • Overrode default sidebar topics icons with an adapted custom CSS from the past.

Why


Testing

  • Ran typecheck, lint, and test commands locally to ensure that the migration didn't break anything, and later confirmed that in our CI workflow
  • Verified that the UI didn't break after introducing changes using a local and Vercel (build) previews

Notes for Reviewer (Optional)

  • Pure UI/UX changes, so I don't think that the changeset log is required

Pre-Review Checklist (Blocking)

  • This PR does not introduce significant changes and is low-risk to review quickly.
  • Relevant changesets are included (or are not required)

@Y3drk Y3drk self-assigned this May 25, 2026
Copilot AI review requested due to automatic review settings May 25, 2026 08:51
@Y3drk Y3drk added the docs Docs related label May 25, 2026
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
enskit-react-example.ensnode.io Ready Ready Preview, Comment May 25, 2026 3:15pm
ensnode.io Ready Ready Preview, Comment May 25, 2026 3:15pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
admin.ensnode.io Skipped Skipped May 25, 2026 3:15pm
ensrainbow.io Skipped Skipped May 25, 2026 3:15pm

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 25, 2026

⚠️ No Changeset found

Latest commit: 90fed53

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 25, 2026

Review Change Stack

Caution

Review failed

Failed to post review comments

📝 Walkthrough

Walkthrough

This PR converts MDX admonitions to Starlight <Aside> components across multiple walkthroughs, adds Unigraph plugin caution callouts to example pages, updates hero/layout markup, and revises global and Starlight CSS for typography, tabs, sidebar, and Aside styling.

Changes

Documentation content and styling updates

Layer / File(s) Summary
Walkthrough callouts converted to Starlight Aside components
docs/ensnode.io/src/components/walkthroughs/enskit/v1.13.1.mdx, docs/ensnode.io/src/components/walkthroughs/enskit/v1.15.0.mdx, docs/ensnode.io/src/components/walkthroughs/enssdk/v1.13.1.mdx, docs/ensnode.io/src/components/walkthroughs/enssdk/v1.15.0.mdx, docs/ensnode.io/src/components/walkthroughs/quickstart/v1.13.1.mdx, docs/ensnode.io/src/components/walkthroughs/quickstart/v1.15.0.mdx
Six walkthrough MDX files add Aside to Starlight imports and replace :::caution[...]/:::tip[...] with <Aside type="caution"> / <Aside type="tip"> elements, preserving titles and content.
Unigraph plugin requirement callouts added to example documentation
docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/account-domains.mdx, docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/domain-by-name.mdx, docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/index.mdx, docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/indexing-status.mdx
Four Unigraph example pages add :::caution[...] admonitions informing users that the unigraph plugin must be enabled and linking to configuration docs.
Site-wide admonition type adjustments
docs/ensnode.io/src/content/docs/docs/hosted-instances.mdx, docs/ensnode.io/src/content/docs/docs/integrate/subgraph/index.mdx, docs/ensnode.io/src/content/docs/docs/integrate/unigraph/index.mdx, docs/ensnode.io/src/content/docs/docs/integrate/unigraph/schema-reference.mdx, docs/ensnode.io/src/content/docs/docs/reference/contributing/index.mdx, docs/ensnode.io/src/content/docs/docs/self-host/index.mdx, docs/ensnode.io/src/content/docs/docs/services/*
Multiple pages change admonition variants (notecaution, notetip, etc.) to adjust visual severity without changing surrounding content.
Hero and Layout markup and global token
docs/ensnode.io/src/components/overrides/Hero.astro, docs/ensnode.io/src/layouts/Layout.astro, docs/ensnode.io/src/styles/globals.css
Hero markup and image imports are reworked (mobile/desktop wrappers, gradients); Layout removes hero image preload and renders AstroFont before SEO; global CSS --color-text-primary token value is updated.
Starlight CSS and typography updates
docs/ensnode.io/src/styles/starlight.css
Starlight CSS adjusts heading/link color selectors to use white, refines link hover rules (excluding code/tab links), changes sidebar current-item styling to a blue scheme without transforms, left-aligns tablists and removes underline, and adds .starlight-aside styles for tip/caution/note/danger callouts plus custom sidebar icon masks.
Misc docs housekeeping
CLAUDE.md, docs/ensnode.io/src/components/molecules/EnsDbSelfHostingNote.astro
CLAUDE.md content replaced with a reference to AGENTS.md; one Aside callout type changed from note to caution in EnsDbSelfHostingNote.astro.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Poem

🐰 Asides hop in where directives once sat,
Tip and caution now live in a neat chat.
CSS polished, hero hues rearranged,
Unigraph warnings politely exchanged—
Docs nibble forward with a carrot-tap.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(docs): new ensnode.io UI/UX refinements' accurately summarizes the main changes—UI and UX improvements to the documentation website, including component restyling, sidebar updates, and color adjustments.
Description check ✅ Passed The PR description comprehensively covers all required template sections: Summary (with multiple bullet points), Why (linked to Slack discussions), Testing (describes local and CI verification), Notes for Reviewer, and completed Pre-Review Checklist.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch y3drk/chore/docs-uiux-refinements-pt4

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint skipped: no ESLint configuration detected in root package.json. To enable, add eslint to devDependencies.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refines the ensnode.io docs UI styling and standardizes several docs callouts, while adding “unigraph plugin required” cautions to Unigraph SQL example pages.

Changes:

  • Adjust docs CSS (heading/link styling, tablist alignment, and a global text color tweak).
  • Add unigraph plugin requirement callouts to Unigraph SQL example docs.
  • Replace Starlight :::tip/:::caution directives with the <Aside> component in walkthrough MDX files.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
docs/ensnode.io/src/styles/starlight.css Updates typography/link styling and adds tablist alignment styles.
docs/ensnode.io/src/styles/globals.css Tweaks a global text color CSS variable.
docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/index.mdx Adds a caution callout about needing the unigraph plugin.
docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/account-domains.mdx Adds a caution callout about needing the unigraph plugin.
docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/domain-by-name.mdx Adds a caution callout about needing the unigraph plugin.
docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/indexing-status.mdx Adds a caution callout about needing the unigraph plugin.
docs/ensnode.io/src/components/walkthroughs/quickstart/v1.15.0.mdx Converts an admonition block to <Aside>.
docs/ensnode.io/src/components/walkthroughs/quickstart/v1.13.1.mdx Converts an admonition block to <Aside>.
docs/ensnode.io/src/components/walkthroughs/enssdk/v1.15.0.mdx Converts admonitions to <Aside> blocks.
docs/ensnode.io/src/components/walkthroughs/enssdk/v1.13.1.mdx Converts admonitions to <Aside> blocks and adds the needed import.
docs/ensnode.io/src/components/walkthroughs/enskit/v1.15.0.mdx Converts admonitions to <Aside> blocks and adds the needed import.
docs/ensnode.io/src/components/walkthroughs/enskit/v1.13.1.mdx Converts admonitions to <Aside> blocks and adds the needed import.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/ensnode.io/src/components/walkthroughs/enssdk/v1.15.0.mdx
Comment thread docs/ensnode.io/src/styles/starlight.css Outdated
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/ensnode.io/src/components/walkthroughs/enssdk/v1.15.0.mdx`:
- Around line 33-35: The MDX file uses the Aside component but only imports
LinkCard; update the MDX imports to include Aside so the component resolves at
build time: locate the import statement that references LinkCard (e.g., the
top-level import line importing LinkCard) and add Aside to the named imports
list so both LinkCard and Aside are imported; also apply the same import fix for
the other occurrences mentioned (lines 107-109) to prevent MDX build failures.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: d1f0b6f8-9c64-4ada-9f76-38bc3171a883

📥 Commits

Reviewing files that changed from the base of the PR and between cc63db6 and 54d713f.

📒 Files selected for processing (12)
  • docs/ensnode.io/src/components/walkthroughs/enskit/v1.13.1.mdx
  • docs/ensnode.io/src/components/walkthroughs/enskit/v1.15.0.mdx
  • docs/ensnode.io/src/components/walkthroughs/enssdk/v1.13.1.mdx
  • docs/ensnode.io/src/components/walkthroughs/enssdk/v1.15.0.mdx
  • docs/ensnode.io/src/components/walkthroughs/quickstart/v1.13.1.mdx
  • docs/ensnode.io/src/components/walkthroughs/quickstart/v1.15.0.mdx
  • docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/account-domains.mdx
  • docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/domain-by-name.mdx
  • docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/index.mdx
  • docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/indexing-status.mdx
  • docs/ensnode.io/src/styles/globals.css
  • docs/ensnode.io/src/styles/starlight.css

Comment thread docs/ensnode.io/src/components/walkthroughs/enssdk/v1.15.0.mdx
Copy link
Copy Markdown
Contributor

@vercel vercel Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Missing Aside import in enssdk/v1.15.0.mdx causes undefined component reference

Fix on Vercel

Comment thread docs/ensnode.io/src/components/walkthroughs/enskit/v1.13.1.mdx Outdated
Copy link
Copy Markdown
Contributor

@vercel vercel Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Missing Aside component import causes undefined component error in MDX file

Fix on Vercel

Comment thread docs/ensnode.io/src/components/walkthroughs/enskit/v1.13.1.mdx Outdated
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

♻️ Duplicate comments (1)
docs/ensnode.io/src/components/overrides/Hero.astro (1)

36-46: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Verify that -translate-x-1/10 is a valid Tailwind class (duplicate instance).

This gradient layer also uses -translate-x-1/10. Please ensure this class is defined in your Tailwind configuration, as it's not part of the default Tailwind translate fractions. See the previous comment on lines 26-34 for verification steps.

If the class is not defined, apply the same fix here:

-    class="absolute -translate-x-1/10 inset-0 -z-0 m-auto aspect-square w-[130%] max-w-[700px] rounded-full
+    class="absolute -translate-x-[10%] inset-0 -z-0 m-auto aspect-square w-[130%] max-w-[700px] rounded-full
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/ensnode.io/src/components/overrides/Hero.astro` around lines 36 - 46,
The gradient layer div uses a non-standard Tailwind class "-translate-x-1/10";
verify in your Tailwind config whether this custom translate value exists
(theme.extend.translate) and if not, either add the 1/10 value there or replace
"-translate-x-1/10" in the aria-hidden gradient div (and the other duplicate
instance) with a valid Tailwind class (e.g., "-translate-x-1/12" or
"-translate-x-1/4") so both occurrences (the aria-hidden gradient div and the
earlier element) are consistent and valid.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/ensnode.io/src/components/overrides/Hero.astro`:
- Around line 26-34: The gradient layer uses a non-standard Tailwind class
"-translate-x-1/10" which isn’t generated by your CSS; in the Hero component
(the inner div with aria-hidden="true" that builds the radial gradient) replace
that token with a Tailwind arbitrary value such as "-translate-x-[10%]" so the
translation is applied correctly and picked up by the build. Ensure you update
the class string on the gradient layer div (the one with class starting
"absolute -translate-x-1/10 inset-0...") to use the arbitrary-percent syntax.

In `@docs/ensnode.io/src/styles/starlight.css`:
- Around line 347-376: The CSS uses hardcoded colors for selected/hover sidebar
states—update to use design tokens: add new root variables (e.g.
--sl-sidebar-selected-bg, --sl-sidebar-selected-fg,
--sl-sidebar-selected-icon-bg, --sl-sidebar-hover-icon-fg) in :root and then
replace the literal color values in the selectors
a.starlight-sidebar-topics-current, `#starlight__sidebar` a[aria-current="page"],
a.starlight-sidebar-topics-current .starlight-sidebar-topics-icon,
.starlight-sidebar-topics a:hover .starlight-sidebar-topics-icon, and
.starlight-sidebar-topics-icon with var(--token-name, fallback) references;
preserve visual intent (alpha/fallbacks) and keep or remove !important only if
necessary to maintain specificity.
- Around line 409-486: The aside variants (.starlight-aside--tip,
.starlight-aside--caution, .starlight-aside--note) use hardcoded hex colors and
the font-family in .starlight-aside__content is declared incorrectly; add
design-token CSS custom properties in :root (e.g. --aside-tip-color,
--aside-caution-color, --aside-note-color) and replace the hardcoded colors in
those selectors with var(...) and use color-mix() or rgba() against the token to
recreate the translucent borders/backgrounds; also fix .starlight-aside__content
font-family to use quoted font name with fallbacks (e.g. "Inter", system-ui,
sans-serif) instead of Inter alone, and update any pre background/border rules
(inside .starlight-aside--caution) to use the tokens as well.

---

Duplicate comments:
In `@docs/ensnode.io/src/components/overrides/Hero.astro`:
- Around line 36-46: The gradient layer div uses a non-standard Tailwind class
"-translate-x-1/10"; verify in your Tailwind config whether this custom
translate value exists (theme.extend.translate) and if not, either add the 1/10
value there or replace "-translate-x-1/10" in the aria-hidden gradient div (and
the other duplicate instance) with a valid Tailwind class (e.g.,
"-translate-x-1/12" or "-translate-x-1/4") so both occurrences (the aria-hidden
gradient div and the earlier element) are consistent and valid.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c1eecbf7-3f9f-4554-95e7-65d8a3feb00c

📥 Commits

Reviewing files that changed from the base of the PR and between 54d713f and 3d7b183.

⛔ Files ignored due to path filters (2)
  • docs/ensnode.io/src/assets/hero_bg_image.png is excluded by !**/*.png
  • docs/ensnode.io/src/assets/hero_image.png is excluded by !**/*.png
📒 Files selected for processing (3)
  • docs/ensnode.io/src/components/overrides/Hero.astro
  • docs/ensnode.io/src/layouts/Layout.astro
  • docs/ensnode.io/src/styles/starlight.css
💤 Files with no reviewable changes (1)
  • docs/ensnode.io/src/layouts/Layout.astro

Comment thread docs/ensnode.io/src/components/overrides/Hero.astro Outdated
Comment thread docs/ensnode.io/src/styles/starlight.css Outdated
Comment thread docs/ensnode.io/src/styles/starlight.css
@Y3drk Y3drk marked this pull request as ready for review May 25, 2026 13:22
@Y3drk Y3drk requested a review from a team as a code owner May 25, 2026 13:22
Copilot AI review requested due to automatic review settings May 25, 2026 13:22
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 25, 2026

Greptile Summary

This PR applies UI/UX refinements to the ensnode.io documentation site: new styled aside callouts (tip/note/caution/danger), sidebar restyle with custom SVG icons, updated hero section, and a fix for <Aside> components not rendering in walkthrough MDX files (converted from ::: shorthand syntax to the explicit <Aside> component).

  • Aside styling overhaul: All four callout variants (tip, note, caution, danger) now share a unified border/background pattern driven by per-type color tokens, with new icon sizing, spacing, and typography rules.
  • Sidebar refactor: Active/hover states, font-weights, and topic icons are fully replaced; custom SVGs are injected via CSS mask using per-URL attribute selectors as a workaround for Starlight's lack of icon-override support.
  • Hero component: The static background PNG is removed and replaced with a CSS radial-gradient glow; the hero image is now duplicated in the DOM (one per breakpoint) with each copy wrapped in its own glow container, while the unused hero_bg_image.png preload is cleaned up from the layout.

Confidence Score: 5/5

Pure documentation UI/UX changes with no application logic; safe to merge.

All changes are scoped to CSS, Astro component markup, and MDX content. The aside rendering fix (converting walkthrough files from shorthand ::: syntax to explicit <Aside> components) is straightforward and self-contained. The hero refactor removes a large PNG in favour of a CSS gradient and cleans up the matching preload tag. No logic, data, or API paths are touched.

No files require special attention.

Important Files Changed

Filename Overview
docs/ensnode.io/src/styles/starlight.css Major CSS additions: aside variant styling, sidebar active/hover states, custom mask-based icon injection, tabs fix, and badge overrides — all well-scoped and visually verified.
docs/ensnode.io/src/components/overrides/Hero.astro Background PNG replaced by CSS gradient; hero image split into two DOM instances (one per breakpoint) with glow containers; same Astro image import produces the same optimised URL so both share the browser cache.
docs/ensnode.io/src/layouts/Layout.astro Removes unused hero_bg_image.png import and its <link rel="preload"> tag, keeping the layout clean.
docs/ensnode.io/src/components/walkthroughs/enskit/v1.13.1.mdx Converts :::caution and :::tip shorthand syntax to explicit <Aside> components, fixing broken rendering in walkthrough files.
docs/ensnode.io/src/content/docs/docs/integrate/unigraph/examples/index.mdx Adds a new :::caution callout (unigraph plugin requirement) at the top of the examples page; same pattern repeated across three sibling example pages.
docs/ensnode.io/src/styles/globals.css Updates --color-text-primary from a teal-grey (#4a5c63) to a neutral charcoal (#3f4140) per design direction.
docs/ensnode.io/src/components/molecules/EnsDbSelfHostingNote.astro Changes the ENSDb self-hosting callout from type="note" to type="caution" to better signal the constraint.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[starlight.css] --> B[Aside variants]
    A --> C[Sidebar]
    A --> D[Tabs fix]

    B --> B1[tip - green 007c23]
    B --> B2[note - blue 3b82f6]
    B --> B3[caution - orange f97316]
    B --> B4[danger - rose f43f5e]

    C --> C1[Active state - subtle tint]
    C --> C2[Topic icons via CSS mask]
    C --> C3[Hover state tokens]

    C2 --> C2a[integrate icon]
    C2 --> C2b[services icon]
    C2 --> C2c[self-host icon]
    C2 --> C2d[reference icon]
    C2 --> C2e[hosted-instances icon]
Loading

Reviews (5): Last reviewed commit: "Style aside--danger variant, change ip ..." | Re-trigger Greptile

Comment thread docs/ensnode.io/src/styles/starlight.css Outdated
Comment thread docs/ensnode.io/src/styles/starlight.css
color: var(--aside-caution-color);
}

& a {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 --aside-tip-color is rose, not the conventional tip green

--aside-tip-color is set to #f43f5e (rose-500), while Starlight's own default for tip is green and danger is red. Users familiar with documentation conventions may interpret a rose/red callout as a danger or error, not a tip — making the semantic meaning of the callout unclear at a glance. Was a green like #22c55e (green-500) intended, or is this a deliberate divergence from the Figma designs?

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!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the rose color is explicitly stated in our Figma. Following the directions from there

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 22 changed files in this pull request and generated 2 comments.

Comment thread docs/ensnode.io/src/styles/starlight.css Outdated
Comment thread docs/ensnode.io/src/components/overrides/Hero.astro
@Y3drk
Copy link
Copy Markdown
Member Author

Y3drk commented May 25, 2026

@greptileai

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 22 changed files in this pull request and generated no new comments.

Copy link
Copy Markdown
Member

@lightwalker-eth lightwalker-eth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Y3drk Thanks for all the improvements here. Great!

@lightwalker-eth lightwalker-eth merged commit 96ce75c into main May 25, 2026
20 checks passed
@lightwalker-eth lightwalker-eth deleted the y3drk/chore/docs-uiux-refinements-pt4 branch May 25, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Docs related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants