-
Notifications
You must be signed in to change notification settings - Fork 16
chore(docs): Further UI/UX refinements #2151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lightwalker-eth
merged 8 commits into
main
from
y3drk/chore/further-docs-ui-refinements
May 19, 2026
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
be1def9
Make Reference>Contributing navbar element expanded by default
Y3drk 373f4e4
Add ENSAdmin logo to the 'Run in ENSAdmin' button in Omnigraph API ex…
Y3drk 98ca90d
Basic refinement of text-body links
Y3drk 9e8cdb1
Fix lower level expandable sidebar topics styling
Y3drk b51f2ff
Fix mobile sidebar social icons
Y3drk bad3bf6
Display 'Cancel' button in search modal for mobile displays
Y3drk 7033892
Apply ai assistant's suggestions, pt.1
Y3drk 698cb69
Merge branch 'main' into y3drk/chore/further-docs-ui-refinements
Y3drk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
54 changes: 54 additions & 0 deletions
54
docs/ensnode.io/src/components/atoms/logos/astro/ENSAdminLogoDark.astro
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| --- | ||
| import type { AstroLogoProps } from "./shared-types"; | ||
|
|
||
| const { className, ...props } = Astro.props as AstroLogoProps; | ||
|
Y3drk marked this conversation as resolved.
|
||
|
|
||
| const uid = crypto.randomUUID(); | ||
| const radialGradientId = `paint0_radial_${uid}`; | ||
| const linearGradientId = `paint1_linear_${uid}`; | ||
| --- | ||
| <svg | ||
| width="28" | ||
| height="28" | ||
| viewBox="0 0 28 28" | ||
| fill="none" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| class={className} {...props} | ||
| > | ||
| <path d="M2 2H26V26H2V2Z" fill={`url(#${radialGradientId})`} /> | ||
| <path d="M14 6L26 26H2L14 6Z" fill={`url(#${linearGradientId})`} /> | ||
| <path d="M5 21H22.9998L23.5977 22H4.40234L5 21Z" fill="#2364E8" /> | ||
| <path d="M8.00014 16H20L20.5991 17H7.40234L8.00014 16Z" fill="#2364E8" /> | ||
| <path d="M10.9997 11H16.9999L17.6014 12H10.3999L10.9997 11Z" fill="#2364E8" /> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M24 2H4C2.89543 2 2 2.89543 2 4V24C2 25.1046 2.89543 26 4 26H24C25.1046 26 26 25.1046 26 24V4C26 2.89543 25.1046 2 24 2ZM4 0C1.79086 0 0 1.79086 0 4V24C0 26.2091 1.79086 28 4 28H24C26.2091 28 28 26.2091 28 24V4C28 1.79086 26.2091 0 24 0H4Z" | ||
| fill="white" | ||
| /> | ||
| <defs> | ||
| <radialGradient | ||
| id={radialGradientId} | ||
| cx="0" | ||
| cy="0" | ||
| r="1" | ||
| gradientUnits="userSpaceOnUse" | ||
| gradientTransform="translate(14 14) rotate(90) scale(12)" | ||
| > | ||
|
Y3drk marked this conversation as resolved.
|
||
| <stop offset="0.455" stop-color="#DCE7FF" /> | ||
| <stop offset="1" stop-color="#A9C5FF" /> | ||
| </radialGradient> | ||
| <linearGradient | ||
| id={linearGradientId} | ||
| x1="14" | ||
| y1="6" | ||
| x2="14" | ||
| y2="26" | ||
| gradientUnits="userSpaceOnUse" | ||
| > | ||
| <stop stop-color="#78A5FF" /> | ||
| <stop offset="1" stop-color="#528BFF" /> | ||
| </linearGradient> | ||
| </defs> | ||
| </svg> | ||
|
|
||
60 changes: 60 additions & 0 deletions
60
docs/ensnode.io/src/components/atoms/logos/astro/ENSAdminLogoLight.astro
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| --- | ||
| import type { AstroLogoProps } from "./shared-types"; | ||
|
|
||
| const { className, ...props } = Astro.props as AstroLogoProps; | ||
|
|
||
| const uid = crypto.randomUUID(); | ||
| const radialGradientId = `paint0_radial_${uid}`; | ||
| const linearGradientId = `paint1_linear_${uid}`; | ||
| --- | ||
| <svg | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| width="40" | ||
| height="40" | ||
| viewBox="0 0 40 40" | ||
| fill="none" | ||
| class={className} {...props} | ||
| > | ||
| <path | ||
| d="M2.85693 2.85718H37.1426V37.1429H2.85693V2.85718Z" | ||
| fill={`url(#${radialGradientId})`} | ||
| /> | ||
| <path | ||
| d="M19.9998 8.57153L37.1426 37.143H2.85693L19.9998 8.57153Z" | ||
| fill={`url(#${linearGradientId})`} | ||
| /> | ||
| <path d="M7.14286 30H32.8569L33.7109 31.4286H6.28906L7.14286 30Z" fill="#2364E8" /> | ||
| <path d="M11.4287 22.8572H28.5714L29.4272 24.2857H10.5747L11.4287 22.8572Z" fill="#2364E8" /> | ||
| <path d="M15.7137 15.7144H24.2855L25.1448 17.1429H14.8569L15.7137 15.7144Z" fill="#2364E8" /> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M34.2857 2.85714H5.71429C4.13633 2.85714 2.85714 4.13633 2.85714 5.71429V34.2857C2.85714 35.8637 4.13633 37.1429 5.71429 37.1429H34.2857C35.8637 37.1429 37.1429 35.8637 37.1429 34.2857V5.71429C37.1429 4.13633 35.8637 2.85714 34.2857 2.85714ZM5.71429 0C2.55837 0 0 2.55837 0 5.71429V34.2857C0 37.4416 2.55837 40 5.71429 40H34.2857C37.4416 40 40 37.4416 40 34.2857V5.71429C40 2.55837 37.4416 0 34.2857 0H5.71429Z" | ||
| fill="black" | ||
| /> | ||
| <defs> | ||
| <radialGradient | ||
| id={radialGradientId} | ||
| cx="0" | ||
| cy="0" | ||
| r="1" | ||
| gradientUnits="userSpaceOnUse" | ||
| gradientTransform="translate(19.9998 20) rotate(90) scale(17.1429)" | ||
| > | ||
| <stop offset="0.455" stop-color="#DCE7FF" /> | ||
| <stop offset="1" stop-color="#A9C5FF" /> | ||
| </radialGradient> | ||
| <linearGradient | ||
| id={linearGradientId} | ||
| x1="19.9998" | ||
| y1="8.57153" | ||
| x2="19.9998" | ||
| y2="37.143" | ||
| gradientUnits="userSpaceOnUse" | ||
| > | ||
| <stop stop-color="#78A5FF" /> | ||
| <stop offset="1" stop-color="#528BFF" /> | ||
| </linearGradient> | ||
| </defs> | ||
| </svg> | ||
|
|
85 changes: 85 additions & 0 deletions
85
docs/ensnode.io/src/components/atoms/logos/astro/ENSNodeLogoDark.astro
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| --- | ||
| import type { AstroLogoProps } from "./shared-types"; | ||
|
|
||
| const { className, ...props } = Astro.props as AstroLogoProps; | ||
|
|
||
| const uid = crypto.randomUUID(); | ||
| const linearGradient0Id = `paint0_linear_${uid}`; | ||
| const linearGradient1Id = `paint1_linear_${uid}`; | ||
| --- | ||
| <svg | ||
| width="405" | ||
| height="405" | ||
| viewBox="0 0 405 405" | ||
| fill="none" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| class={className} {...props} | ||
| > | ||
| <rect | ||
| x="13.5807" | ||
| y="13.5807" | ||
| width="376.862" | ||
| height="376.862" | ||
| rx="40.742" | ||
| fill="#528BFF" | ||
| stroke="white" | ||
| stroke-width="27.1613" | ||
| /> | ||
| <path | ||
| d="M131.671 128.926L131.747 128.876L131.822 128.824L178.724 96.1285L126.412 182.65C125.171 180.378 124.017 178.186 123.253 176.562C117.704 164.131 117.803 149.97 123.577 137.797C125.602 134.17 128.384 131.089 131.671 128.926Z" | ||
| fill={`url(#${linearGradient0Id})`} | ||
| stroke="white" | ||
| stroke-width="13.5807" | ||
| /> | ||
| <path | ||
| d="M94.1389 219.612L94.1318 219.513L94.1217 219.413C93.1469 209.77 93.1324 199.841 93.7811 190.046C94.2098 187.073 94.801 184.12 95.5472 181.204C97.144 185.958 99.1909 190.568 101.69 194.976L101.719 195.026L101.748 195.076C123.201 231.454 146.585 267.915 164.591 295.261C168.201 300.745 171.597 305.863 174.718 310.543L124.058 275.206C106.597 261.874 95.7121 241.644 94.1389 219.612Z" | ||
| fill="white" | ||
| stroke="white" | ||
| stroke-width="13.5807" | ||
| /> | ||
| <path | ||
| d="M278.856 280.398L278.778 280.45L278.702 280.503L231.947 313.146L284.23 226.674C285.473 228.95 286.628 231.146 287.393 232.771C292.929 245.069 292.844 259.222 286.956 271.517C284.93 275.148 282.146 278.233 278.856 280.398Z" | ||
| fill={`url(#${linearGradient1Id})`} | ||
| stroke="white" | ||
| stroke-width="13.5807" | ||
| /> | ||
| <path | ||
| d="M316.516 189.596L316.523 189.692L316.533 189.788C317.509 199.551 317.523 209.372 316.874 219.162C316.445 222.136 315.854 225.089 315.108 228.005C313.511 223.25 311.464 218.641 308.965 214.233L308.937 214.182L308.907 214.133C287.454 177.754 264.07 141.293 246.064 113.947C242.454 108.464 239.059 103.345 235.937 98.6649L286.597 134.002C304.058 147.334 314.943 167.565 316.516 189.596Z" | ||
| fill="white" | ||
| stroke="white" | ||
| stroke-width="13.5807" | ||
| /> | ||
| <path | ||
| d="M126.302 182.65C125.06 180.378 123.907 178.186 123.142 176.562C117.609 164.165 117.79 150.003 123.581 137.797C125.606 134.17 128.388 131.089 131.675 128.926L131.753 128.874L131.83 128.821L178.584 96.178L126.302 182.65ZM231.906 313.173L284.122 226.678C285.367 228.957 286.522 231.154 287.286 232.779C292.918 245.159 292.746 259.312 286.953 271.524C284.927 275.151 282.145 278.232 278.858 280.395L278.78 280.446L278.704 280.5L231.906 313.173ZM317.118 199.843L317.308 199.748C317.536 206.224 317.371 212.72 316.872 219.241C316.443 222.226 315.85 225.19 315.101 228.117C313.504 223.363 311.457 218.753 308.958 214.346L308.929 214.295L308.9 214.245C287.447 177.867 264.063 141.406 246.057 114.06C242.461 108.598 239.078 103.498 235.967 98.8332L286.474 134.113C303.936 147.446 314.822 167.677 316.395 189.709L317.118 199.843ZM93.7811 190.046C94.2098 187.072 94.801 184.12 95.5472 181.204C97.144 185.958 99.1909 190.568 101.69 194.975L101.719 195.026L101.748 195.075C123.201 231.454 146.585 267.915 164.591 295.261C168.201 300.744 171.597 305.863 174.718 310.543L124.058 275.206C106.597 261.874 95.7121 241.643 94.1389 219.612L94.1318 219.512L94.1217 219.413C93.1469 209.77 93.1324 199.841 93.7811 190.046Z" | ||
| fill="white" | ||
| stroke="white" | ||
| stroke-width="13.5807" | ||
| /> | ||
| <defs> | ||
| <linearGradient | ||
| id={linearGradient0Id} | ||
| x1="204.278" | ||
| y1="75.2116" | ||
| x2="108.14" | ||
| y2="179.399" | ||
| gradientUnits="userSpaceOnUse" | ||
| > | ||
| <stop offset="0.58" stop-color="#A0A8D4" /> | ||
| <stop offset="0.73" stop-color="#8791C7" /> | ||
| <stop offset="0.91" stop-color="#6470B4" /> | ||
| </linearGradient> | ||
| <linearGradient | ||
| id={linearGradient1Id} | ||
| x1="206.349" | ||
| y1="334.049" | ||
| x2="302.5" | ||
| y2="229.881" | ||
| gradientUnits="userSpaceOnUse" | ||
| > | ||
| <stop offset="0.58" stop-color="#A0A8D4" /> | ||
| <stop offset="0.73" stop-color="#8791C7" /> | ||
| <stop offset="0.91" stop-color="#6470B4" /> | ||
| </linearGradient> | ||
| </defs> | ||
| </svg> | ||
|
|
85 changes: 85 additions & 0 deletions
85
docs/ensnode.io/src/components/atoms/logos/astro/ENSNodeLogoLight.astro
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| --- | ||
| import type { AstroLogoProps } from "./shared-types"; | ||
|
|
||
| const { className, ...props } = Astro.props as AstroLogoProps; | ||
|
|
||
| const uid = crypto.randomUUID(); | ||
| const linearGradient0Id = `paint0_linear_${uid}`; | ||
| const linearGradient1Id = `paint1_linear_${uid}`; | ||
| --- | ||
| <svg | ||
| width="52" | ||
| height="52" | ||
| viewBox="0 0 52 52" | ||
| fill="none" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| class={className} {...props} | ||
| > | ||
| <rect | ||
| x="2.14286" | ||
| y="2.14286" | ||
| width="47.7143" | ||
| height="47.7143" | ||
| rx="6.42857" | ||
| fill="#528BFF" | ||
| stroke="black" | ||
| stroke-width="4.28571" | ||
| /> | ||
| <path | ||
| d="M16.2842 23.1099C16.1906 22.9333 16.1079 22.7708 16.0459 22.6392C15.3574 21.0933 15.371 19.3351 16.0869 17.8237C16.3018 17.4416 16.5842 17.1119 16.9131 16.8628L17.0605 16.7583L17.084 16.7427L22.3594 13.0649L16.2842 23.1099Z" | ||
| fill={`url(#${linearGradient0Id})`} | ||
| stroke="white" | ||
| stroke-width="2.14286" | ||
| /> | ||
| <path | ||
| d="M12.3496 24.0132C12.5145 24.416 12.7042 24.8099 12.9209 25.1919L12.9258 25.1997L12.9297 25.2075C15.694 29.8935 18.7073 34.5898 21.0264 38.1108C21.2788 38.4941 21.5249 38.8623 21.7598 39.2163L16.1035 35.272C13.8941 33.5907 12.5163 31.0356 12.3174 28.2515L12.3154 28.2358L12.3145 28.2202L12.2734 27.7534C12.1915 26.6744 12.1984 25.5712 12.2705 24.479C12.2931 24.3232 12.32 24.168 12.3496 24.0132Z" | ||
| fill="white" | ||
| stroke="white" | ||
| stroke-width="2.14286" | ||
| /> | ||
| <path | ||
| d="M36.6914 29.7778L36.8252 30.0483C37.5093 31.574 37.4973 33.3271 36.7695 34.8521C36.523 35.2926 36.1876 35.6643 35.7939 35.9233L35.7812 35.9321L35.7695 35.9399L30.5137 39.6079L36.583 29.5728C36.6207 29.644 36.6578 29.7123 36.6914 29.7778Z" | ||
| fill={`url(#${linearGradient1Id})`} | ||
| stroke="white" | ||
| stroke-width="2.14286" | ||
| /> | ||
| <path | ||
| d="M36.7812 17.4067C38.9819 19.0882 40.3543 21.6387 40.5527 24.4165L40.5537 24.4312L40.5557 24.4468C40.6796 25.6861 40.6807 26.9344 40.5986 28.1812C40.5758 28.3396 40.5487 28.4974 40.5186 28.6548C40.3536 28.2519 40.1649 27.8571 39.9482 27.4751L39.9443 27.4673L39.9395 27.4595L38.8936 25.7046C36.4334 21.6184 33.873 17.6381 31.8438 14.5571C31.5913 14.1738 31.3443 13.8058 31.1094 13.4517L36.7812 17.4067Z" | ||
| fill="white" | ||
| stroke="white" | ||
| stroke-width="2.14286" | ||
| /> | ||
| <path | ||
| d="M36.6768 29.7778L36.8105 30.0483C37.5074 31.5849 37.4851 33.3398 36.7676 34.856C36.5212 35.2948 36.1864 35.6651 35.7939 35.9233L35.7812 35.9312L35.7695 35.9399L30.5059 39.6128L36.5693 29.5728C36.607 29.6438 36.6432 29.7124 36.6768 29.7778ZM12.3496 24.0122C12.5146 24.4153 12.7041 24.8096 12.9209 25.1919L12.9258 25.1997L12.9297 25.2075C15.694 29.8935 18.7073 34.5898 21.0264 38.1108C21.2784 38.4934 21.5243 38.8609 21.7588 39.2144L16.0938 35.2642C13.8902 33.5828 12.516 31.0314 12.3174 28.2515L12.3154 28.2358L12.3145 28.2202L12.2734 27.7534C12.1915 26.6744 12.1984 25.5712 12.2705 24.479C12.2932 24.3229 12.3199 24.1673 12.3496 24.0122ZM36.7568 17.4136C38.9633 19.0949 40.3394 21.6492 40.5381 24.4312L40.6523 26.0298L40.6621 26.0239C40.6766 26.7427 40.6547 27.4639 40.5996 28.188C40.5765 28.349 40.5492 28.5095 40.5186 28.6694C40.3536 28.2666 40.1649 27.8718 39.9482 27.4897L39.9443 27.4819L39.9395 27.4741L38.8936 25.7192C36.4334 21.633 33.873 17.6528 31.8438 14.5718C31.5931 14.1913 31.3476 13.8259 31.1143 13.4741L36.7568 17.4136ZM16.2705 23.1099C16.1769 22.9333 16.0942 22.7708 16.0322 22.6392C15.346 21.0984 15.369 19.3395 16.0879 17.8228C16.3342 17.385 16.6698 17.016 17.0615 16.7583L17.0732 16.7505L17.0859 16.7417L22.3408 13.0737L16.2705 23.1099Z" | ||
| fill="white" | ||
| stroke="white" | ||
| stroke-width="2.14286" | ||
| /> | ||
| <defs> | ||
| <linearGradient | ||
| id={linearGradient0Id} | ||
| x1="26.2995" | ||
| y1="9.68021" | ||
| x2="13.9264" | ||
| y2="23.0935" | ||
| gradientUnits="userSpaceOnUse" | ||
| > | ||
| <stop offset="0.58" stop-color="#A0A8D4" /> | ||
| <stop offset="0.73" stop-color="#8791C7" /> | ||
| <stop offset="0.91" stop-color="#6470B4" /> | ||
| </linearGradient> | ||
| <linearGradient | ||
| id={linearGradient1Id} | ||
| x1="26.5672" | ||
| y1="42.9937" | ||
| x2="38.9422" | ||
| y2="29.583" | ||
| gradientUnits="userSpaceOnUse" | ||
| > | ||
| <stop offset="0.58" stop-color="#A0A8D4" /> | ||
| <stop offset="0.73" stop-color="#8791C7" /> | ||
| <stop offset="0.91" stop-color="#6470B4" /> | ||
| </linearGradient> | ||
| </defs> | ||
| </svg> | ||
|
|
5 changes: 5 additions & 0 deletions
5
docs/ensnode.io/src/components/atoms/logos/astro/shared-types.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| import type { HTMLAttributes } from "astro/types"; | ||
|
|
||
| export interface AstroLogoProps extends HTMLAttributes<"svg"> { | ||
| className?: string; | ||
| } |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.