Skip to content
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

Bump postcss from 8.4.25 to 8.4.31 #2

Open
wants to merge 62 commits into
base: main
Choose a base branch
from

Commits on Aug 10, 2023

  1. Update snaps examples linked from docs (MetaMask#878)

    Update snaps examples linked from docs to replace some outdated examples with newer examples maintained by our team
    Montoya authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    963ee5a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Improve snaps permissions doc (MetaMask#886)

    * Improve snaps permissions doc
    
    * address reviewer feedback
    alexandratran authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f27142f View commit details
    Browse the repository at this point in the history
  2. Update SDK concepts (MetaMask#885)

    * Separate concepts out from reference
    
    * Doc Ethereum API tag
    
    * fix links
    
    * Address reviewer feedback
    
    * Update sdk concepts
    
    * reviewer feedback
    alexandratran authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3b893c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Document how to work with third-party snaps (MetaMask#847)

    * feat: document how to work with third-party snaps
    
    * fix: remove "only usable by websites" for wallet_invokeSnap
    
    * Update work-with-existing-snaps.md
    
    WIP: Rewrite with TO DO's
    
    * Update work-with-existing-snaps.md
    
    Fix links
    
    * Complete TODOs, providing examples of requestSnaps responses
    
    * Fix broken links
    
    * fix typo
    
    * edit content
    
    * Update snaps/how-to/work-with-existing-snaps.md
    
    Using quotation marks for strings in JSON
    
    Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
    
    ---------
    
    Co-authored-by: Christian Montoya <christian.montoya@consensys.net>
    Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
    Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
    4 people authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    76aee40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b012f3b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update rpc-api.md (MetaMask#893)

    Explicitly call out that coin type 60 is blocked
    Montoya authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b19a919 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Correct multiple mistakes in these links and add one more link (MetaM…

    …ask#894)
    
    * Update manage-keys.md
    
    Correct multiple mistakes in these links and add one more link
    
    * Update manage-keys.md
    
    Add newline
    Montoya authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    22433d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Better clarifications for publishing snaps (MetaMask#897)

    * Update snaps publishing documentation - fixes MetaMask#643
    
    1. Clarify the requirements for the icon
    2. Call out that only the snap package should be published when using the template.
    3. Mention how to use the Simulator to test it.
    
    * Update develop-a-snap.md
    
    Clarify all surfaces for snap icon
    Montoya authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    905631d View commit details
    Browse the repository at this point in the history
  2. Ethereum provider clarification - fixes MetaMask#882 (MetaMask#896)

    * Ethereum provider clarification - fixes MetaMask#882
    
    Clarifies what you can and cannot do with the ethereum provider in Snaps with the addition of a note section
    
    * Specify that window.ethereum is for dapps
    
    * Update rpc-api.md
    
    Better explain how to connect to Ethereum accounts
    
    * Update permissions.md
    
    Slightly better language
    Montoya authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    44564ae View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Document the eth_accounts permission for snaps (MetaMask#889)

    * Document the eth_accounts permission for snaps
    
    * fix broken link
    
    * fix how to revoke snap's accounts permissions
    
    * Update permissions.md
    
    Correct indentation for eth_accounts header
    
    * edit and add context
    
    ---------
    
    Co-authored-by: Christian Montoya <christian.montoya@consensys.net>
    Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
    3 people authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    92281d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Correct return values for prompt dialog (MetaMask#902)

    * Correct return values for prompt dialog
    
    * Update rpc-api.md
    
    * Update snaps/reference/rpc-api.md
    
    ---------
    
    Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
    Montoya and alexandratran authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4916da0 View commit details
    Browse the repository at this point in the history
  2. Update install-snaps.md (Fixes MetaMask#895) (MetaMask#901)

    * Update install-snaps.md
    
    Better explain difference between stable and Flask.
    
    * Update snaps/get-started/install-snaps.md
    
    Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
    Montoya and alexandratran authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4954337 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Explicit developer onboarding (MetaMask#905)

    * More explicit, developer specific onboarding
    
    * Better developer onboarding
    
    Clear up a lot of misconceptions
    
    - Explicit onboarding flow for MetaMask Flask and purpose of it
    - Where the snap runs from when running locally
    - Outdate example code updated
    - Call out Snaps Exports
    - More details about publishing to npm
    - Simplified distribution information
    - Link to eth_accounts documentation
    
    * Correct errors in tutorials
    
    * Update snaps/index.mdx
    
    Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
    
    * Update index.mdx
    
    ---------
    
    Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
    Montoya and Mrtenz authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cf87695 View commit details
    Browse the repository at this point in the history
  2. Update numerous outdated examples in Anatomy of a Snap (MetaMask#904)

    * Better example of proposedName
    
    proposedName in snap.manifest.json is supposed to be a human-readable name
    
    also, Snap can be capitalized here
    
    * Recommend ts instead of js
    
    Our template now uses TypeScript by default so we should match that
    
    * Do not call out that the SVG file is optional
    
    It looks really bad when a Snap does not have an icon, so we should encourage developers to always have it
    
    * More examples of proposedName
    
    Better explain the difference between proposedName and package name. They are distinct.
    
    * Replace deprecated wallet_enable example
    
    wallet_requestSnaps is the right method to use here
    
    * Simplify connect example
    
    Also use a more standard variable name for the response from the snap invocation
    
    * Align proposedName with manifest file example
    
    * Double quotation marks for consistency
    
    * Avoid confusing use of "it" with multiple subjects
    
    * Update config example to ts
    
    Also remove the browserify instructions (to be rewritten for webpack later) and add a note about bundling with the template.
    Montoya authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cbc44d4 View commit details
    Browse the repository at this point in the history
  3. Doc how to add network and request permissions (MetaMask#876)

    * Doc how to add network and request permissions
    
    * fix page ordering
    
    * address reviewer feedback
    alexandratran authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    63f1136 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Clarify API concepts (MetaMask#906)

    * Clarify API concepts
    
    * delete old file
    
    * minor link fixes
    
    * remove web3
    alexandratran authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c290c92 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Fix typo (MetaMask#908)

    Montoya authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    cfe3dc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Replace Ganache with Hardhat (MetaMask#903)

    * Replace Ganache with Hardhat
    
    * minor fix
    
    * address reviewer feedback
    
    * address reviewer feedback
    alexandratran authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    ef0e8ee View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Document Android SDK (MetaMask#900)

    * Document Android SDK
    
    * wording
    
    * Updates
    alexandratran authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    30366d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Updates AndroidSDK version (MetaMask#911)

    * updates AndroidSDK version
    
    * sets `hilt_version` as ext constant
    
    * changes the single '...' to double ''..." wherever we reference 'hilt_version'
    
    * Update wallet/how-to/connect/set-up-sdk/mobile/android.md
    
    ---------
    
    Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
    andreahaku and alexandratran authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1487db7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8eb00 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Add Unity contract interaction docs (MetaMask#914)

    * Add Unity contract interaction docs
    
    * link fixes
    
    * Truffle -> Hardhat
    
    * minor fixes
    
    * address reviewer feedback
    alexandratran authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9464241 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    d8c3bf0 View commit details
    Browse the repository at this point in the history
  2. Document React SDK packages (MetaMask#918)

    * Document React SDK packages
    
    * minor fix
    
    * Update wallet/how-to/connect/set-up-sdk/javascript/react/react-ui.md
    
    Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
    alexandratran and bgravenorst authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    41cd9e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    2c4116c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1845a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Add Snaps Keyring API documentation (MetaMask#852)

    * Test typedoc + git submodule setup
    
    * checkout submodules in github actions
    
    * update lavamoat config to allow postinstall
    
    * Add snaps keyring api documentation
    
    * update keyring api docs
    
    * Complete basic Keyring API docs
    
    * update prettier
    
    * update submodules for build/lint
    
    * ignore external in eslint
    
    * Keyring doc rearrangement (MetaMask#907)
    
    * remove 4337 mentions, add flask mention
    
    * update typedoc plugin to @next version
    
    provides better formatting for type aliases
    
    * Remove mention of 4337 in accounts-ui image
    
    * fix broken links
    
    * fix more broken links
    
    * fix linting
    
    * edit md content and images
    
    * remove extra submodule
    
    * feat: add KeyringSnapRpcClient documentation (MetaMask#917)
    
    * feat: add KeyringSnapRpcClient documentation
    
    * fix: add `KeyringSnapRpcClient` reference links
    
    * edit content
    
    ---------
    
    Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
    
    ---------
    
    Co-authored-by: Harpal Jadeja <jadejaharpal14@gmail.com>
    Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
    3 people authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c3debe9 View commit details
    Browse the repository at this point in the history
  2. Minor nav updates (MetaMask#928)

    * Minor nav updates
    
    * comma fix
    alexandratran authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5c28856 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    a5d748e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    9075039 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Add Android SDK diagrams (MetaMask#937)

    * Add Android SDK diagrams
    
    * minior edits
    
    * minor edit
    alexandratran authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c0c4009 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Updated TypeDoc plugins (MetaMask#940)

    Update TypeDoc plugins to fix rendering errors, and allow sidebar positioning.
    tgreyuk authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6a53d6d View commit details
    Browse the repository at this point in the history
  2. Update Docusaurus version to 2.4.3 (attempt 2) (MetaMask#939)

    * Update Docusaurus version to 2.4.3 (attempt 2)
    
    * yarn install
    alexandratran authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    12d71fc View commit details
    Browse the repository at this point in the history
  3. Add flask-only UI elements (MetaMask#941)

    - New markdown admonition `:::flaskOnly` creates a block with Flask branding colors explaining that the section is Flask-only
    - New `flask_only` custom prop for sidebar items adds a "Flask" tag to the sidebar item with appropriate colors
    ziad-saab authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4183de5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Improve SDK concepts (screencaps, diagrams, etc) (MetaMask#942)

    * Improve SDK concepts (screencaps, diagrams, etc)
    
    * update examples
    
    * add redirect and separate connections
    
    * add mermaid diagrams / connections content
    
    * use double quotes
    
    * md -> mdx
    
    * .mov -> .mp4
    
    * react-player -> video html tag
    
    * add sdk-concepts/ to video paths
    
    * minor edits
    
    * remove WC
    
    * add more examples
    
    * address feedback
    
    * remove /sdk-concepts from video urls
    alexandratran authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0cc4a74 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Capitalize "Snap" (MetaMask#948)

    * Capitalize "Snap"
    
    * fix discussions link
    alexandratran authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    be0ed34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce692a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    38ce8a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c86a02d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    308eaaa View commit details
    Browse the repository at this point in the history
  4. Update Keyring Snap diagrams (MetaMask#951)

    * Update Keyring Snap diagrams
    
    * fix index file path
    
    * reviewer suggestion
    alexandratran authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    552643f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump postcss from 8.4.25 to 8.4.31

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.25...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d6e6628 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    674a2e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    66e56d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Add GetFeedback widget (MetaMask#962)

    * Add GetFeedback widget
    
    * yarn install
    
    * use double quotes
    alexandratran authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    707e549 View commit details
    Browse the repository at this point in the history
  2. Bump postcss from 8.4.30 to 8.4.31 (MetaMask#963)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.30...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    915e2e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update Android SDK ViewModel docs (MetaMask#964)

    * Update Android SDK ViewModel docs
    
    * minor edits
    
    * remove "first"
    alexandratran authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c39866c View commit details
    Browse the repository at this point in the history
  2. Add snap_getLocale documentation (MetaMask#965)

    * Add snap_getLocale documentation
    
    * Add icon for Localization feature
    
    * Create package-lock.json
    
    * Update package-lock.json
    
    * Update src/theme/DocSidebarItem/index.module.css
    
    Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
    
    * Rename home icon to locale
    
    The icon name should match the feature name, not the DS name
    
    * Remove package-lock.json
    
    * Update snaps/reference/rpc-api.md
    
    Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Christian Montoya <christian.montoya@consensys.net>
    Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
    Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
    4 people authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f39be07 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Document JS SDK options and read-only calls (MetaMask#958)

    * Document JS SDK options and read-only calls
    
    * minor edits
    
    * minor edits
    
    * reviewer feedback (awaiting sub-option descriptions)
    
    * clarify info and add note to JS SDK pages
    
    * fix links
    
    * remove logging and storage options
    
    * remove UI option examples
    alexandratran authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6392621 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update tokens.md (MetaMask#972)

    small typo in ERC721
    luigicallero authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6715266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ed4cc View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Bump browserify-sign from 4.2.1 to 4.2.2 (MetaMask#973)

    Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
    - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
    - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: browserify-sign
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    72e1a06 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update access-provider.md (MetaMask#977)

    * Update access-provider.md
    
    changed "The account" to "The accounts"
    
    * Update wallet/how-to/access-provider.md
    
    ---------
    
    Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
    sam41306061 and alexandratran authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8a2589b View commit details
    Browse the repository at this point in the history
  2. Update detect-metamask.md (MetaMask#978)

    updated phrasing.
    sam41306061 authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f4d4930 View commit details
    Browse the repository at this point in the history
  3. Minor fixes to mobile SDK pages (MetaMask#976)

    * Minor fixes to mobile SDK pages
    
    * update ios version
    
    * reviewer suggestions
    alexandratran authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fc6dec9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Add Usabilla feedback script (MetaMask#722)

    * Add Usabilla feedback script
    
    Added a file for custom js that can be added into all generated pages.
    
    * Update docusaurus.config.js
    
    Co-authored-by: Zachary Belford <belfordz66@gmail.com>
    
    * Exclude custom js script file from linting
    
    The custom scripts will typically be provided by third parties in a condensed format that doesn't need to be as structured or readable.
    
    * Potential fix for custom-script in preview builds
    
    Try removing extra '/' that's showing up in the preview URL for the custom-script.js
    
    * Try resolve function for preview URL on feedback script
    
    the require.resolve function appears to work for preview reference to the custom css. Checking if we can use it for the custom-script.js as well.
    
    * Revert "Try resolve function for preview URL on feedback script"
    
    This reverts commit 7d697c1.
    
    * Reverted to a version that works locally
    
    * Update to version that works locally
    
    * Fix local build with Zach's suggestion
    
    * Remove '/' for preview path
    
    * Update docusaurus.config.js
    
    * Update docusaurus.config.js
    
    * Update docusaurus.config.js
    
    * eslint ignore
    
    ---------
    
    Co-authored-by: Zachary Belford <belfordz66@gmail.com>
    Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
    3 people authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4a6a41b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    53cdba3 View commit details
    Browse the repository at this point in the history
  2. Document Web3-Onboard integration (MetaMask#980)

    * Document Web3-Onboard integration
    
    * update card links
    
    * fix numbering
    
    * minor edits
    alexandratran authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    67a4f40 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Lavanya_kasturi_11-06-23_Minor_sentence_rephrase_in_Update react-dapp…

    …-local-state.md (MetaMask#984)
    
    Rephrased a sentence to improve readability.
    
    "You can switch between these two states by enabling or disabling the MetaMask extension through your browser's Manage Extensions menu."
    LakshmiLavanyaKasturi authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1171ffe View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Snaps: Add image component in custom UI how to (MetaMask#988)

    * Add image component
    
    Also modify Markdown section and add a section on Emoji
    
    * Apply suggestions from code review
    
    * Clarify image component
    
    Really important detail, the image component only takes inline SVG and does not support remote URLs.
    
    * Clarify image component further
    
    Important to include that interactivity is not allowed
    
    ---------
    
    Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
    Montoya and alexandratran authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6d65f28 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    a87fa89 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    deec59b View commit details
    Browse the repository at this point in the history