While the current tabular layout can be good for some scenarios, it's less useful as a low-effort backoffice, particularly when you want to read/edit longer fields. For example, in our current setup we use our admin interface to write news posts, manually adjust user profiles, etc. The admin interface in Django is a really great strength in this regard, and IIRC the old Prisma Admin had something similar (including a similar capability to extend the administrative interface with custom widgets if memory serves).
While the current tabular layout can be good for some scenarios, it's less useful as a low-effort backoffice, particularly when you want to read/edit longer fields. For example, in our current setup we use our admin interface to write news posts, manually adjust user profiles, etc. The admin interface in Django is a really great strength in this regard, and IIRC the old Prisma Admin had something similar (including a similar capability to extend the administrative interface with custom widgets if memory serves).