Redevelopment of Docs homepage and inner pages#3227
Open
Zelig880 wants to merge 84 commits intosmartcontractkit:mainfrom
Open
Redevelopment of Docs homepage and inner pages#3227Zelig880 wants to merge 84 commits intosmartcontractkit:mainfrom
Zelig880 wants to merge 84 commits intosmartcontractkit:mainfrom
Conversation
* chore: add blocks package * feat: install tailwind * chore: install tailwind v3 * fix: remove autoprefixer * Restore package-lock * fix: disable preflight
* Remove DocsNavigation from DocsLayout. Update styling to accomodate. * fix: adjust left grid sticky and padding * Update leftSidebar.module.css * fix: remove docs from tutoriallayout
Feat/84 update sidebar
* add cards * update styling * adjust types * fix heading * cleanup grid styling
* 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 <simone@thisdot.co>
* add layout hero * use button component styles for the button links * removing unused styles
* add info card * Update QuickLinkCard.module.css * Update QuickLinkCard.module.css
* add media structure * Create README.md --------- Co-authored-by: Simone Cuomo <simone@thisdot.co>
* add resources grid * adjust image linking --------- Co-authored-by: Simone Cuomo <simone@thisdot.co>
* 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 <simone@thisdot.co>
* move all new components to overview (index mdx) page * fix css rule * update example links to real links * fix linkchecker
* RWD layout hero * RWD cards and tutorials * improve mobile spacing * fix tab trigger jump
* add journey cards * move components --------- Co-authored-by: Simone Cuomo <simone@thisdot.co>
* add journey cards * add tech standards * Update TechnicalStandards.astro * Update TechnicalStandards.astro * Update TechnicalStandards.astro * Update TechnicalStandards.astro
* add demos * add hover effects * update styling * wrap up * fixes merge conflicts * add anchor tags
* 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 * remove old grid card css
* update: Token details page * update: Lane latest data * fix: lint * remove: unused console.log * remove: unused console.log * update: token drawer to include verifiers * refactor: extract realtime data logic into reusable hooks and components - Create custom hooks for data fetching: * useTokenRateLimits - single lane rate limits * useMultiLaneRateLimits - multiple lanes in parallel * useTokenFinality - token finality data - Add RateLimitCell component to replace complex nested ternaries - Create singleton realtimeDataService instance to avoid multiple instantiations - Add rate-limit-formatter utilities for consistent formatting - Update LaneDrawer, TokenDrawer, and TokenChainsTable to use new hooks - Add proper cleanup in useEffect hooks to prevent memory leaks Benefits: - Reduced code duplication (~133 lines removed) - Improved readability with <RateLimitCell> vs 7-level nested ternaries - Better separation of concerns - More testable code - Proper cleanup handling * fix: use enums for tabs * refactor: cleanup Lane's table logic * refactor: token drawer filtering logic * fix: token grid in chain page design * fix: the token card desgin * fix: lint * feat: add verifiers to the search (#184) * feat: add verifiers to the search * refactor: simplify verifiers mapping in Chain component * refactor: simplify verifiers mapping in CCIP components * refactor: optimize token mapping for verifiers in CCIP components * feat: enhance verifiers data handling with token support * fix: typecheck
* filter using * fix remix-callout button colors * dispaly null
* Use Wrap lines on the Main Hero items * remove dead code
* Align items on Chainlink Journey Section * align items
* Implement Navigation in Start your journey * update dropdown to match design * re-use hook * empty commit message * AI comments * pagination * buttons * remove unused type * Ai comments
* Update Verifiers tab * lint * Ensure all CCIP 1.7 pages have been completed * Ai comments and typecheck * tutorial * Fix tests --------- Co-authored-by: Simone Cuomo <simone@thisdot.co>
#226) - Convert button element to div in TokenDrawer.tsx to remove click functionality - Remove cursor pointer style from ccip-table__network-name CSS class - Maintains visual styling while preventing unintended navigation - Part of token drawer navigation improvements
…le styles (#224) * [FEAT] Add expandable verifiers section in TokenDrawer and update table styles * refactor: remove unused imports from TokenDrawer component * fix: remove opacity change on paused row hover effect
* content/link updates, dynamic buttons * fix: correct formatting and fix tests * fix: update import path for AggregatorV3Interface * remove package.json and package-lock.json from the PR --------- Co-authored-by: Grace Fletcher <grace.fletcher@smartcontract.com>
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
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.
Description
Redesigned the homepage and inner pages of the Doc to be inline with the Dev 3.0 designs.
This PR includes the addition of the "chainlink-blocks" and standardise some of the component used within the Pages.
...
Changes