-
Notifications
You must be signed in to change notification settings - Fork 16
chore(docs): Next tranche of UI/UX refinements #2170
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
base: main
Are you sure you want to change the base?
Changes from all commits
fb79827
7c45898
50060b5
46c4782
c73c8a2
4da589d
bf9bdd5
934693c
b8f6846
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -10,13 +10,13 @@ interface ENSNodeServiceCardProps { | |||||||||||||||||||||||||||||||||||||||
| const { title, description, href } = Astro.props as ENSNodeServiceCardProps; | ||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||
| <a href={href} class="not-content group w-full h-fit min-h-[100px] flex flex-row justify-between items-center gap-5 border border-gray-200 hover:border-gray-300 hover:shadow-xs cursor-pointer rounded-2xl overflow-hidden p-4"> | ||||||||||||||||||||||||||||||||||||||||
| <a href={href} class="not-content group w-full h-fit min-h-[100px] flex flex-row justify-between items-center gap-5 border border-gray-200 hover:border-[#4a5c63] hover:shadow cursor-pointer rounded-2xl overflow-hidden p-4 transition-all duration-200"> | ||||||||||||||||||||||||||||||||||||||||
| <div class="w-fit flex flex-row justify-start items-center gap-5"> | ||||||||||||||||||||||||||||||||||||||||
| <slot name="icon"/> | ||||||||||||||||||||||||||||||||||||||||
| <div class="not-content w-full h-fit flex flex-col justify-start items-start gap-2"> | ||||||||||||||||||||||||||||||||||||||||
| <h4 class="not-content text-2xl leading-normal font-semibold text-black">{title}</h4> | ||||||||||||||||||||||||||||||||||||||||
| <p class="not-content text-base leading-normal text-[var(--sl-color-text)]">{description}</p> | ||||||||||||||||||||||||||||||||||||||||
| </div> | ||||||||||||||||||||||||||||||||||||||||
| </div> | ||||||||||||||||||||||||||||||||||||||||
| <Icon name="lucide:chevron-right" class="not-content h-10 w-10 shrink-0 text-gray-200 group-hover:text-gray-300" /> | ||||||||||||||||||||||||||||||||||||||||
| <Icon name="lucide:chevron-right" class="not-content h-10 w-10 shrink-0 text-gray-200 group-hover:text-[#4a5c63]" /> | ||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+13
to
+21
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||||||||||||||||||||||||||||||||||||
| </a> | ||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,6 +7,7 @@ sidebar: | |||||
| order: 2 | ||||||
| --- | ||||||
|
|
||||||
| import { Icon } from "@astrojs/starlight/components"; | ||||||
| import EnskitExampleInteractivePlayground from "@components/organisms/EnskitExampleInteractivePlayground"; | ||||||
| import HostedInstanceSdkVersionWarning from "@components/molecules/HostedInstanceSdkVersionWarning.astro"; | ||||||
|
|
||||||
|
|
@@ -26,4 +27,7 @@ StackBlitz is having problems with embedded WebContainer projects as of **May 19 | |||||
|
|
||||||
| <EnskitExampleInteractivePlayground client:load /> | ||||||
|
|
||||||
| [Back to enskit overview](/docs/integrate/integration-options/enskit) | ||||||
| <a class="group w-fit flex flex-row justify-start items-center gap-2 mt-4" href="/docs/integrate/integration-options/enskit"> | ||||||
| <Icon name="left-arrow" class="h-5 w-5 text-[var(--sl-color-accent)] group-hover:text-[var(--sl-color-white)] transition-colors duration-200" /> | ||||||
|
Y3drk marked this conversation as resolved.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're right — I can see in
|
||||||
| <p class="not-content m-0 underline underline-offset-4 group-hover:underline-offset-2 transition-all duration-200">Back to enskit overview</p> | ||||||
| </a> | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,6 +7,7 @@ sidebar: | |||||
| order: 2 | ||||||
| --- | ||||||
|
|
||||||
| import { Icon } from "@astrojs/starlight/components"; | ||||||
| import EnssdkExampleInteractivePlayground from "@components/organisms/EnssdkExampleInteractivePlayground"; | ||||||
| import HostedInstanceSdkVersionWarning from "@components/molecules/HostedInstanceSdkVersionWarning.astro"; | ||||||
|
|
||||||
|
|
@@ -26,4 +27,7 @@ StackBlitz is having problems with embedded WebContainer projects as of **May 19 | |||||
|
|
||||||
| <EnssdkExampleInteractivePlayground client:load height="700" /> | ||||||
|
|
||||||
| [Back to enssdk overview](/docs/integrate/integration-options/enssdk) | ||||||
| <a class="group w-fit flex flex-row justify-start items-center gap-2 mt-4" href="/docs/integrate/integration-options/enssdk"> | ||||||
| <Icon name="left-arrow" class="h-5 w-5 text-[var(--sl-color-accent)] group-hover:text-[var(--sl-color-white)] transition-colors duration-200" /> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
| <p class="not-content m-0 underline underline-offset-4 group-hover:underline-offset-2 transition-all duration-200">Back to enssdk overview</p> | ||||||
| </a> | ||||||
Uh oh!
There was an error while loading. Please reload this page.