aarondfrancis / refine-nova

A Laravel Nova integration for the Refine query builder.
30 stars 5 forks source link

Support Nova 4 #2

Closed MiniCodeMonkey closed 1 year ago

MiniCodeMonkey commented 2 years ago

I've started some work on trying to add Nova 4 support.

The biggest change is that Nova 4 now uses Vue 3 and Inertia for routing. They also use Tailwind for styling (neat!) but it breaks some of the current styles.

@aarondfrancis I might need some help to take this across the finish line. I'm too rusty with Vue to handle the remaining Vue 3 breaking changes.

Here's a screenshot of where I'm at:

Screen Shot 2022-08-18 at 14 09 33

Note: This would be a breaking change for this library as there's no good way of supporting Nova 4 and previous Nova versions at the same time (due to all the downstream dependency updates)

aarondfrancis commented 1 year ago

Closing this in favor of #3. Thanks for the kickstart here