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

Shorten a bunch of names #35

Merged
merged 1 commit into from
Feb 12, 2021
Merged

Shorten a bunch of names #35

merged 1 commit into from
Feb 12, 2021

Commits on Feb 12, 2021

  1. Shorten a bunch of names

    * appHistory.currentEntry → appHistory.current
    * appHistory.updateCurrentEntry() → appHistory.update()
    * appHistory.pushNewEntry() → appHistory.push()
    * currententrychange event → currentchange event
    * event.upcomingEntry → event.upcoming
    * event.ongoingEntry → event.ongoing
    * event.destinationEntry → event.destination
    
    This helps with #1, although appHistory.entries remains.
    domenic committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    c63f8bf View commit details
    Browse the repository at this point in the history