Implement sorting in VUE snippet lists

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Once we move snippet lists to VUE, we need to address the sorting functionality.

When the user selects a sort criteria, FE will pass the param in an async request to the GraphQL endpoints. Those endpoints will pass the sort param to the SnippetFinders, that will return the snippets sorted by the selected criteria.

Edited by 🤖 GitLab Bot 🤖