You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/resources/assets
bararolig-anders 2d2d4a580f
Fix bug: skipping monthly trending pictures if not enough daily
The intention with the code is that if there are not enough trending pictures on the daily view, we will zoom out and look at monthly trends and pick pictures from those. However, the if-statement was written in a way where it would ask for monthly trends and immediately ask for yearly trends. On our server yearly returns no images, so the Explore page would be empty.

This change makes it so that it looks for the monthly trending pictures and evaluates whether to use those or look for yearly trending pictures.
1 month ago
..
components Fix bug: skipping monthly trending pictures if not enough daily 1 month ago
js Minor wording adjustments to fit the layout 2 months ago
sass