Closed blunket closed 5 years ago
Good catch! This gist might be useful as a guide for building out the pagination view template, I'll leave the rest up to you.
I'm sorry, I don't actually think I have the time to figure out the dev setup currently.
Fixed in 79d80bb6c41c90539ef50e3748c877a9026b2ff0
Seems like by default, Laravel's pagination is set up to work magically with Bootstrap:
https://laravel.com/docs/5.8/pagination
But we're not using Bootstrap anymore with #57 so the pagination has broken on the archive page (screenshot):
It looks like there's a very simple pagination method that does nothing but display a "next" and "previous" button, which we could consider as an alternative to numbering out the pages anyway. Or we could build our own pagination view and make it use tailwind classes.
I'd like to help with this fix. I should have some time later tonight or at least this week but if it's urgent to fix this then feel free to take care of it without waiting on me.