-
Notifications
You must be signed in to change notification settings - Fork 458
CCIP UI changes #3268
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
Open
Zelig880
wants to merge
8
commits into
smartcontractkit:main
Choose a base branch
from
thisdot:ccip-1-7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
CCIP UI changes #3268
Conversation
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
* Feat/82 update packages (#94) * chore: add blocks package * feat: install tailwind * chore: install tailwind v3 * fix: remove autoprefixer * Restore package-lock * fix: disable preflight * Feat/83 remove secondary header (#95) * Remove DocsNavigation from DocsLayout. Update styling to accomodate. * fix: adjust left grid sticky and padding * Update leftSidebar.module.css * fix: remove docs from tutoriallayout * checkpoint: added block styling * Update left sidebar style and add quick links * remove bg from left sidebar * remove additional links from right sidebar * fix styling * fix tailwind rendering for blocks components. spot fix styling overrides from tailwind * Update docsHeaderTitle.module.css * Update leftSidebar.module.css * Update LeftSidebar.astro * Update PageContent.astro * Update DocsHeaderTitle.astro * Adds DocsV3Layout skeleton (#102) * fix spacing * Feat: Add cards (#101) * add cards * update styling * adjust types * fix heading * cleanup grid styling * Feat/93 layout tutorials (#104) * add tutorial foundation * Add tutorial components * add README * support N number of columns and add arrow icon * Update index.astro * remove unused import * Update GridCard.module.css * change how we add borders * make grid responsive --------- Co-authored-by: Simone Cuomo <[email protected]> * Feat/91 layout hero (#103) * add layout hero * use button component styles for the button links * removing unused styles * Feat/108 info tab (#120) * add info card * Update QuickLinkCard.module.css * Update QuickLinkCard.module.css * Feat/112 image (#118) * add media structure * Create README.md --------- Co-authored-by: Simone Cuomo <[email protected]> * Add resources grid (#117) * add resources grid * adjust image linking --------- Co-authored-by: Simone Cuomo <[email protected]> * Feat/110 tools utilities (#116) * add grid * Update DocsV3Layout.astro * Update DocsV3Layout.astro * rwd * Update DocsV3Layout.astro * Update DocsV3Layout.astro * Update ToolsUtilitiesGrid.astro * add readme --------- Co-authored-by: Simone Cuomo <[email protected]> * Feat/make overview page (#122) * move all new components to overview (index mdx) page * fix css rule * update example links to real links * fix linkchecker * Feat/115 mobile components (#119) * RWD layout hero * RWD cards and tutorials * improve mobile spacing * fix tab trigger jump * Add chainlink journey (#133) * add journey cards * move components --------- Co-authored-by: Simone Cuomo <[email protected]> * Feat/127 tech standards (#134) * add journey cards * add tech standards * Update TechnicalStandards.astro * Update TechnicalStandards.astro * Update TechnicalStandards.astro * Update TechnicalStandards.astro * Feat/128 demos (#136) * add demos * add hover effects * update styling * wrap up * fixes merge conflicts * add anchor tags * Feat/114 changelog (#135) * add changelog stylin and elements * Add footer masking * Update ChangelogCard.module.css * mobile improvements * Update ChangelogCard.astro * wrap up * add prop for query * add README * add fade to show more * Update ChangelogSnippet.astro * add query types * fix merge conflicts * Update ChangelogSnippet.astro * clarify comment * add mobile journeys (#141) * add mobile journeys * remove old grid card css * Feat/86 megamenu (#137) * add basic megamenu structure and add missing icons * update megamenu desktop design * Update MegaMenu.tsx * Feat/85 hero (#132) * add hero * fix styling * fix css issue on dropdown menu * Update ProductNavigation.tsx * Update landingHero.module.css * add truncate * fix some styling * cleaned up old components and fixed some mobile styling * format megamenu and remove dead code * Update productNavigation.module.css * Update index.astro * Feat/129 community (#143) * html foundation * finish * Update CommunityEvents.module.css * Update CommunityEvents.astro * update styling * Update fetchEvents.ts * Update CommunityEvents.astro * Update CommunityEvents.module.css * Add get certified page (#151) * add certified base * Update certification.astro * Update certification.astro * Update certification.astro * Update certification.astro * update colour token * Update ProductNavigation.tsx * Feat/130 try it (#142) * add component * styling * update try it out component * Update MegaMenu.tsx * wrap up tryit * add README * Update TryItOutAccordion.tsx * add dynamic code samples and accordian control * prerender code * Update CodeSampleReact.tsx * Update styles.module.css --------- Co-authored-by: Simone Cuomo <[email protected]> * Support video in resources section (#147) * support video * Update ResourceCard.astro * Update ResourceCard.astro * Update Package.json * Fixes from merge with main (#165) * fixes from merge with main * fix directory header * Update Package.json after merge --------- Co-authored-by: Tyrel Chambers <[email protected]>
* Add Grid component and refactor NetworkGrid and TokenGrid to use it * Refactor card components to use a unified Card component and update styles for consistency * Add LazyVerifierGrid component and integrate verifiers section in CCIP landing page * Enhance Grid and SeeMore components with href support and adjust grid gap for better layout * Add AddButton component and integrate it into Chain and CCIP landing pages; include add icon SVG and update theme styles for consistency * Refactor AddButton styles for consistency; use CSS variables for spacing and dimensions * fix lint * fix lint
|
@markshenouda is attempting to deploy a commit to the Chainlink Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
* update the panel width * change the colors of the headers and heros to the new color * fix layout on lane panel hero * update the lane details hero with the correct items * update lane table header * add unavailable and tooltip instead of N/A in lane table * add support for wide drawer layout in CCIP components * update lane drawer to display 'TBC' for unavailable FTF rate limit data * remove unnecessary blank line in LaneDetailsHero component * conditionally render DetailItem components for onRamp, offRamp, sourceAddress, and destinationAddress * refactor: adjust padding for table header and cells in CCIP table * fix: reduce endLength for onRamp and offRamp addresses in LaneDetailsHero component * fix: adjust flex direction for lane details in LaneDetailsHero component
* feat: add additional columns for pool version, custom, and min blocks in TokenChainsTable * fix: adjust layout styles for improved responsiveness and alignment * fix: swap token name and ID display in ChainHero component; update placeholder font style in Search CSS * fix: refactor ChainHero heading styles for improved layout and alignment
* Add VerifiersTable component and integrate into CCIP directory pages * Update VerifierGrid links to ensure correct navigation for verifiers * Remove debug log from VerifiersTable component * Refactor ChainHero component integration in Verifiers page and remove redundant styles * Add Verifiers.css for styling the Verifiers page layout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
UI changes requested by Grace