decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
383 stars 119 forks source link

Add filtering on preset query param to user scratch list #1330

Closed edmondsoun closed 2 months ago

edmondsoun commented 3 months ago

Resolves #1299

I matched this to the way query params are handled on the ScratchViewSet class. Tested locally on mock data and works as expected!

ethteck commented 3 months ago

Thanks for this! Looks good to me - just black failed due to the type of string quotes used, if you don't mind fixing that

edmondsoun commented 2 months ago

@ethteck Done!