Images are backwards from the order that I uploaded them in

More pernicious since you can’t edit the order.

Ah rip. I implemented a sort_order param for pics on the backend but never did anything with it. Can just reorder on the backend and the frontend should respect the array order

Lol idc for my purposes at all, but yea if we don’t want to waste time on an image reordering workflow, probably at Least want to use the user order

1 Like

I just stuck a .reverse() on the image array just before it gets sent to the server. Worked lol

1 Like

Perfect

1 Like