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

Fix ActivePage in viewPage function #47

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

Fix ActivePage in viewPage function #47

wants to merge 6 commits into from

Commits on Dec 13, 2017

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

Commits on Mar 15, 2018

  1. Merge pull request #37 from liubko/master

    Disable submit button, while making API request in 'create/edit article' form
    Richard Feldman committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    e390d5d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Update LICENSE

    Richard Feldman committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    7a3f59f View commit details
    Browse the repository at this point in the history
  2. Reuse viewTimestamp

    Richard Feldman committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    298bfdf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Fix ActivePage in viewPage function

    Update the `viewPage` function's `case` statement to use the
    appropriate page, i.e., `Page.Settings`, `Page.Login`,
    `Page.Register` instead of `Page.Other` so that the `frame`
    function sends the appropriate `ActivePage` value to
    `Page.viewHeader`, `Page.navbarLink`, and `Page.isActive`.
    Jack Lucky committed May 18, 2018
    Configuration menu
    Copy the full SHA
    3406bfe View commit details
    Browse the repository at this point in the history
  2. Use elm-format 0.7.0-exp

    Jack Lucky committed May 18, 2018
    Configuration menu
    Copy the full SHA
    fb99e6b View commit details
    Browse the repository at this point in the history