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

Introduce salesforcedx-webview-ui package #451

Merged
merged 18 commits into from
Jun 5, 2018

Commits on Jun 5, 2018

  1. Create a webview-ui package

    This is the package that will contain all the .html that we will use for each webview.
    
    @W-5013822@
    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d8a93a8 View commit details
    Browse the repository at this point in the history
  2. Add commands to help build and copy things over

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    221e79d View commit details
    Browse the repository at this point in the history
  3. Bump VS Core Requirement to 1.23 to support WebView

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    640eb2a View commit details
    Browse the repository at this point in the history
  4. Clarify the new steps for developing

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d311f1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    409d0df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c27e91f View commit details
    Browse the repository at this point in the history
  7. Initial working version

    Nothing fancy but it showcases the behavior and ability.
    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    06fc480 View commit details
    Browse the repository at this point in the history
  8. Fix tslint errors

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    8e6e5b6 View commit details
    Browse the repository at this point in the history
  9. Update to Task 2.0 format

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    96db4ed View commit details
    Browse the repository at this point in the history
  10. Compile needs to be serial due to dependencies

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    dadf1b3 View commit details
    Browse the repository at this point in the history
  11. Add README

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    3222faa View commit details
    Browse the repository at this point in the history
  12. Tie command to sfdx:project_opened

    Since this is tied to the salesforcedx-vscode-core extension that only loads when a sfdx-project.json is around.
    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    b5af5f1 View commit details
    Browse the repository at this point in the history
  13. Clarify README

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    72a85f3 View commit details
    Browse the repository at this point in the history
  14. Straighten diagram

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    07024cc View commit details
    Browse the repository at this point in the history
  15. Restore react and react-dom to devDependencies

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    659224e View commit details
    Browse the repository at this point in the history
  16. Output and compress to es6 to enable tree-shaking

    Nick Chen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    863ad30 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    23bf1c2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    73c4449 View commit details
    Browse the repository at this point in the history