OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

Search: Add Sort By picker, Use Lighthouse query params #310

Closed ktprograms closed 2 years ago

ktprograms commented 2 years ago

Use Lighthouse query params instead of filterClaims() for claim/media type filtering and sorting.

Use sorted(like:keyPath:transform:) method to make the claims shown match the order returned by Lighthouse, as they get reordered when resolving a batch of URLs.

Fix: #199 Fix: #308