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

Feature/multipage #10

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

Feature/multipage #10

wants to merge 7 commits into from

Commits on Apr 11, 2019

  1. added multipage support

    Mexion committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    97ce346 View commit details
    Browse the repository at this point in the history
  2. split sections in to separate files

    Mexion committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    bd1078d View commit details
    Browse the repository at this point in the history
  3. fix: routes

    Mexion committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    98d967d View commit details
    Browse the repository at this point in the history
  4. fix: setting

    redirect to default page if pagename was invalid
    Mexion committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    618c585 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Make view of item customizable and independent of type. This way ther…

    …e can be multiple different views defined for 1 type. ie 3 different views to show a checkbox
    Mexion committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    e158b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04733a3 View commit details
    Browse the repository at this point in the history
  3. Using the dot notation for keys allows us to use transparant settings…

    …-config handling. If the settings does not exist get the config. This allows for fixed settings in the config files which are overridable by the settings database
    Mexion committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    85d4029 View commit details
    Browse the repository at this point in the history