Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Add possibility to add locally stored templates #155

Closed
wants to merge 10 commits into from

Commits on Nov 26, 2015

  1. Add lodash

    panicbit committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    4cbc656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de6e58 View commit details
    Browse the repository at this point in the history
  3. Bump cache-busting

    panicbit committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    252dfae View commit details
    Browse the repository at this point in the history
  4. Add template manager logic

    panicbit committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    862bdf3 View commit details
    Browse the repository at this point in the history
  5. Theme template manager

    panicbit committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    0a74178 View commit details
    Browse the repository at this point in the history
  6. Fix derps

    panicbit committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    a8f48df View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

  1. Avoid iterating through localStorage

    Iterating through localStorage may be blocked by certain
    security policies.
    
    See
    rust-lang#155 (comment)
    panicbit committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    de7715b View commit details
    Browse the repository at this point in the history
  2. Use _.forEach instead _.each

    panicbit committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    737132b View commit details
    Browse the repository at this point in the history
  3. Fix derps

    panicbit committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    1e47d93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2748800 View commit details
    Browse the repository at this point in the history