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

Removed sorting from CLI + added sorting from HTML #44

Merged
merged 16 commits into from Mar 6, 2019
Merged

Removed sorting from CLI + added sorting from HTML #44

merged 16 commits into from Mar 6, 2019

Commits on Feb 25, 2019

  1. Removed sorting from CLI + added sorting from HTML

    boasting-squirrel committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    6e95f94 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Stylized table header + added chevrons

    boasting-squirrel committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    34155e5 View commit details
    Browse the repository at this point in the history
  2. Added highlight for current sorting column

    boasting-squirrel committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    db87865 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Switched to unicode characters + improved look and feel

    boasting-squirrel committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    3ece171 View commit details
    Browse the repository at this point in the history
  2. Actually use unicode characters

    boasting-squirrel committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    108f385 View commit details
    Browse the repository at this point in the history
  3. Improved parent directory link's style

    boasting-squirrel committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    3dd2d59 View commit details
    Browse the repository at this point in the history
  4. Improved readability on mobile + terminal browsers

    boasting-squirrel committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    bbc7ef7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Added back to top button + various CSS improvements + re-order functi…

    …ons in renderer
    boasting-squirrel committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    ea4995a View commit details
    Browse the repository at this point in the history
  2. Reset color of visited link in back to top button

    boasting-squirrel committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    9c0a5ad View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Added color on hovering row

    boasting-squirrel committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    2b27f20 View commit details
    Browse the repository at this point in the history
  2. Sort in alphanumeric order by default

    boasting-squirrel committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    5372a57 View commit details
    Browse the repository at this point in the history
  3. Use actix::Query

    boasting-squirrel committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    08ec4f6 View commit details
    Browse the repository at this point in the history
  4. Renamed QueryParameters struct

    boasting-squirrel committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    f5d1c00 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into header-sorting

    Boastful Squirrel committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    0dcc461 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Update Cargo.lock

    boasting-squirrel committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    191e982 View commit details
    Browse the repository at this point in the history
  2. Refactored if/let for sorting methods

    boasting-squirrel committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    0433528 View commit details
    Browse the repository at this point in the history