reziamini/migrator

Style of paginator

Closed this issue · 6 comments

Hi,
I'm on chrome v97.0.4692.71 and I'm using Laravel v8.79.0, Livewire 2.9.0 and migrator v1.5.2.
As you can see in the attached image, the paginator pages and arrows seem to be "unstyled": is this correct or my issue?
If first, are you planning a new minor release to style them?
error_on_paginators_page

Do we really need pagination? I guess most people will going to use it in the Local Environment only!

FYI: I'm currently managing a project which has 250+ migrations, and I use PHPStorm's database browser without pagination. and that's very usable & speedy.

Thanks.

Yes, there is a issue. It can fixed by adding WithPagination trait on the 'Read.php' file (migrator/src/Http/Livewire/Migration/Read.php)

image

image

Fixed!

thanks for fixing; will you publish a new release soon?

@anseg82 We will release a new version as soon as possible, but for now you can update using dev-master.