-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Don't display all results by default
The current behaviour of the UI is to load all results - even those which are "gone" - and display them, unpaginated, in the browser. For large result sets this is pretty slow to load. It's also not necessary to see expired results. Users of the UI generally just want to know what's happening now. This replaces the "?active" query string with "?all" and flips the defaults around. The ActiveOnly flag in the template is now AllResults. The button behaviour is the same - labelled as "Active only" and green/white depending on current state.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters