ReVanced / revanced-website

🌐 Website for ReVanced
https://revanced.app
GNU General Public License v3.0
303 stars 42 forks source link

feat:Sorting options #159

Open severtheskyline opened 1 year ago

severtheskyline commented 1 year ago

Nothing too crazy, but it would be nice to have options for sorting patches, my suggestions are:

Ushie commented 1 year ago

none of these are possible except a-z and z-a

sorting is only possible if we use information from the patches, we don't have information of addition dates etc

severtheskyline commented 1 year ago

Those 2 would be fine, but having a way to see new patches will work too, maybe showing the changelog of the latest release? Because going to the github, revanced patches, releases and going through all the experimental releases can get annoying even for someone who knows what they are doing

oSumAtrIX commented 1 year ago

@Ushie By date is possible in the circumstance that it does it the same way that is proposed for ReVanced Manager:

  1. Save the current list of patches
  2. User visits website another time
  3. Compare the saved list of patches and highlight patches that have been not seen since last time

The option could be called something like "New since the last time you have visited this page" and be active automatically/ by default.

This circumstance is what the user will be in the most cases because users who sort by date mostly care to see newly added patches and since this idea exactly fulfils this purpose, it works as a good solution.