lisudoku / lisudoku_frontend

React front-end for lisudoku
https://lisudoku.xyz
GNU Affero General Public License v3.0
0 stars 1 forks source link

:hammer: fixed Always display categories sorted by date descending #34 #41

Closed Kise07 closed 1 year ago

Kise07 commented 1 year ago

I updated, trying the setup midway but could not set it up until now.

PlayLikeNeverB4 commented 1 year ago

@Kise07 Thanks for the contribution. I added a PR template here, so please edit your PR description to match that. Not sure you tested this because there is no date field on the PuzzleCollection type.

The best solution would be to return that field from the backend... or we can sort by ids for now.