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

Enable sorting question list via Companies #21

Merged
merged 1 commit into from
Jun 5, 2020
Merged

Commits on Jun 5, 2020

  1. Enable sorting question list via Companies

    The `Difficulty` filter is now hard-coded, as to avoid running into edge
    cases using preFilteredRows/filteredRows (see
    https://github.com/tannerlinsley/react-table/blob/master/docs/api/useFilters.md#column-properties).
    
    All filters have been refactored out to a seperate file (filters.js), to
    reduce code clutter in the Table component.
    
    The question list is now sorted by difficulty by default when being
    exported from src/data/index.js.
    
    Fixes #13
    Sean Prashad authored and Sean Prashad committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    15850b5 View commit details
    Browse the repository at this point in the history