[DO NOT MERGE] Testing PR to trigger actions#227
Open
markshenouda wants to merge 264 commits intomainfrom
Open
[DO NOT MERGE] Testing PR to trigger actions#227markshenouda wants to merge 264 commits intomainfrom
markshenouda wants to merge 264 commits intomainfrom
Conversation
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
* 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
* html foundation * finish * Update CommunityEvents.module.css * Update CommunityEvents.astro * update styling * Update fetchEvents.ts * Update CommunityEvents.astro * Update CommunityEvents.module.css
* add certified base * Update certification.astro * Update certification.astro * Update certification.astro * Update certification.astro * update colour token * Update ProductNavigation.tsx
* 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 <simone@thisdot.co>
* support video * Update ResourceCard.astro * Update ResourceCard.astro
* fixes from merge with main * fix directory header
* 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 <simone@thisdot.co> * 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 <simone@thisdot.co> * Add resources grid (#117) * add resources grid * adjust image linking --------- Co-authored-by: Simone Cuomo <simone@thisdot.co> * 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 <simone@thisdot.co> * 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 <simone@thisdot.co> * 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 <simone@thisdot.co> * 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 <tychambers3@gmail.com>
* add page * add changelog page * adjust tyling * copy button * add individual changelog page * styling * make individual page for changelog item * add pagination * Update [...id].astro * add networks * fix some styling * Update README.md
* correct HTTP timeout unit * correct HTTP timeout unit
* megaeth mainnet, xlayer testnet update, sonic testnet, arc testnet * add dogeOS, still missing link token contract addresses for all new testnets * add missing chainToTechnology * update chain config * update chain config * format * update changelog --------- Co-authored-by: aelmanaa <aelmanaa@gmail.com>
Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.93.3 to 2.95.3. - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.95.3/packages/core/supabase-js) --- updated-dependencies: - dependency-name: "@supabase/supabase-js" dependency-version: 2.95.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
* unflag megaeth as private for mainnet launch * changelog
…kit#3442) Bumps the ui-frameworks group with 1 update: [@nanostores/persistent](https://github.com/nanostores/persistent). Updates `@nanostores/persistent` from 1.3.0 to 1.3.3 - [Release notes](https://github.com/nanostores/persistent/releases) - [Changelog](https://github.com/nanostores/persistent/blob/main/CHANGELOG.md) - [Commits](nanostores/persistent@1.3.0...1.3.3) --- updated-dependencies: - dependency-name: "@nanostores/persistent" dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui-frameworks ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
…ractkit#3443) Bumps the linting-tools group with 1 update: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip). Updates `knip` from 5.82.1 to 5.83.1 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@5.83.1/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 5.83.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linting-tools ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
Bumps the typescript group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `@types/node` from 20.19.30 to 20.19.33 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.2.10 to 19.2.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 20.19.33 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript - dependency-name: "@types/react" dependency-version: 19.2.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
…#3445) Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch). Updates `react-instantsearch` from 7.23.0 to 7.23.1 - [Release notes](https://github.com/algolia/instantsearch/releases) - [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.23.0...react-instantsearch@7.23.1) --- updated-dependencies: - dependency-name: react-instantsearch dependency-version: 7.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
* Data: Update changelog for new data items * fix links, remove duplicates --------- Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
* new rate limit management section * add links between sections * paths * nit * nits * nit * code updates * llms.txt
* link token contract addresses * update dir * update dir * fix * fix * fix --------- Co-authored-by: aelmanaa <aelmanaa@gmail.com>
#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>
- Restored original index.astro with ProductTabs - Reverted to simple landing page without new components - Kept all other feature improvements (CCIP, Cards, etc.)
…obile Support - Updated ProductNavigation component to change "Docs" to "Resources" and adjusted associated links. - Removed MegaMenuContainer and simplified MegaMenu rendering logic. - Created a new Mobile MegaMenu component for better mobile navigation experience. - Enhanced styling for MegaMenu and ProductNavigation components to improve layout and responsiveness. - Updated CSS styles for both desktop and mobile versions of MegaMenu. - Cleaned up unused imports and optimized component structure for maintainability. - Revised content in CCIP documentation to streamline information and improve clarity.
…top; update layout files to include DocsNavigation
…tionDesktop; update layout files to include DocsNavigation" This reverts commit cca7e2a.
f06e895 to
f8ebaa5
Compare
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.
IMPORTANT: Please do not create a Pull Request without creating an issue first.Any change needs to be discussed before proceeding.
Closing issues
closes #ISSUE_NUMBER_GOES_HERE
...
Description
...
Changes