JumboCode / OCCUR

MIT License
2 stars 0 forks source link

Add sorting on resource page #56

Open controversial opened 3 years ago

controversial commented 3 years ago

implement the “Sort by” feature on the “resources” page. This can be implemented only client-side, just using JavaScript in the ResourcesPage component. It should sort the search results by their title.

If you implement sorting using the localeCompare function we can get a good case-insensitive sort.

The dropdown doesn't need to be a separate component; it's just a tiny bit of markup and it can go directly into the ResourcesPage component.

controversial commented 3 years ago

Design:

Screen Shot 2021-04-04 at 6 29 55 PM