Discussion: Limitation in Laravel Nova - Only One Field Per Row #6495
Unanswered
beiaduo
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Laravel Nova, I've noticed that whether creating, editing, or viewing records, a row can only contain one field. This limitation makes the pages unnecessarily long and cumbersome, especially when viewing details, which takes up a lot of space. Specifically:
Field Layout: Only being able to place one field per row makes the page extremely long and hard to read.
Detail View: Viewing records with multiple fields results in a very space-consuming layout, negatively impacting user experience.
I am currently using Laravel Nova and noticed that Nova::userMenu cannot perform some of the actions I need. Specifically, my application uses caching, and to clear the cache, I have to use the URL method or the php artisan cache:clear command. This raises the following concerns:
Has Nova been abandoned?: Is Nova still actively maintained? I have a $299 yearly subscription, but every time I use it, I think about other frustrating design choices.
Lack of Updates: Since Nova 3, I have sent multiple emails with suggestions, but there have been no related updates for many years. Now Nova 5 is about to be released, and these issues still haven't been addressed.
Can anyone provide information on the current maintenance status of Nova and whether there are any plans to address these issues?
Beta Was this translation helpful? Give feedback.
All reactions