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

A place for simple web applications #478

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

Commits on May 16, 2019

  1. Starting to change the JavaScript SPA code to use native JavaScript i…

    …nstead of jQuery, Handlebars and Moment
    writeson committed May 16, 2019
    Configuration menu
    Copy the full SHA
    e906863 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Re-wrote the JavaScript code for all three SPA's to use native JavaSc…

    …ript rather than jQuery, etc. This is the result, which works! Also, centralized some of the CSS code under the parent.css file.
    writeson committed May 20, 2019
    Configuration menu
    Copy the full SHA
    ec63908 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

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

Commits on May 27, 2019

  1. Simplified the CSS files across the board, and replaced with `parseIn…

    …t()` function with a simple `+`, as that's all that's needed to convert a string to an integer. Also clarified the namespace importing.
    writeson committed May 27, 2019
    Configuration menu
    Copy the full SHA
    0aafb92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    155f59a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Changed the beginning character of some comments to begin with an upp…

    …ercase character, again... :)
    writeson committed May 28, 2019
    Configuration menu
    Copy the full SHA
    26b6e49 View commit details
    Browse the repository at this point in the history
  2. Changed the beginning character of some comments to begin with an upp…

    …ercase character, again... :)
    writeson committed May 28, 2019
    Configuration menu
    Copy the full SHA
    5f49d84 View commit details
    Browse the repository at this point in the history