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

Fixed "Open in JsBin/JsFiddle", switched localstorage to chrome.storage.local #71

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    6e9b70e View commit details
    Browse the repository at this point in the history
  2. Switched localstorage to chrome.storage.local as per FIXME

    Resolved as Bug is fixed: "FIXME Can be replaced with chrome.storage.local as soon as http://crbug.com/178618 will be resolved"
    KartikSoneji committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    197faab View commit details
    Browse the repository at this point in the history
  3. Fixed "Send to JsBin".

    Needed an empty input with name = `js` as per JsBin API.
    KartikSoneji committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    24e52e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Fixed "Send to JsBin"

    KartikSoneji committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    792e410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6caa8bc View commit details
    Browse the repository at this point in the history
  3. Fixed "Open in JsBin"

    JsBin has a CSRF Token that needs to be included to allow creation.
    KartikSoneji committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    e800381 View commit details
    Browse the repository at this point in the history
  4. Removed console.log

    KartikSoneji committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    088e26a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6e1936 View commit details
    Browse the repository at this point in the history
  6. Center aligned buttons

    KartikSoneji committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    75faaf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6b8626 View commit details
    Browse the repository at this point in the history